OSDN Git Service

coroid/libav_saccubus.git
18 years agoskip 0byte packets
Baptiste Coudurier [Mon, 27 Mar 2006 16:43:04 +0000 (16:43 +0000)]
skip 0byte packets

Originally committed as revision 5231 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago#define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation.
Steve L'Homme [Mon, 27 Mar 2006 16:34:21 +0000 (16:34 +0000)]
#define fseeko/ftello to fseeko64/ftello64, fixes MinGW compilation.
patch by Steve Lhomme, steve.,.,.lhomme.,@,.free.,.,.fr

Originally committed as revision 5230 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoignore wrong negative cts values created by quicktime
Baptiste Coudurier [Mon, 27 Mar 2006 16:19:51 +0000 (16:19 +0000)]
ignore wrong negative cts values created by quicktime

Originally committed as revision 5229 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoaltivec support for snow
Luca Barbato [Mon, 27 Mar 2006 12:51:19 +0000 (12:51 +0000)]
altivec support for snow

Originally committed as revision 5228 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoaltivec support for snow
Luca Barbato [Mon, 27 Mar 2006 12:45:27 +0000 (12:45 +0000)]
altivec support for snow

Originally committed as revision 5227 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoflush packets
Baptiste Coudurier [Mon, 27 Mar 2006 10:36:22 +0000 (10:36 +0000)]
flush packets

Originally committed as revision 5226 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUse '-' instead of '|| true' to ignore errors.
Diego Biurrun [Sun, 26 Mar 2006 21:01:49 +0000 (21:01 +0000)]
Use '-' instead of '|| true' to ignore errors.

Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoUse a more descriptive error message.
Benjamin Larsson [Sun, 26 Mar 2006 17:07:02 +0000 (17:07 +0000)]
Use a more descriptive error message.

Originally committed as revision 5224 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolet vorbis decoder init too, fix mi2_vorbis51.mp4
Baptiste Coudurier [Sun, 26 Mar 2006 17:05:28 +0000 (17:05 +0000)]
let vorbis decoder init too, fix mi2_vorbis51.mp4

Originally committed as revision 5223 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd mp3on4 detection, fix red.mp4
Baptiste Coudurier [Sun, 26 Mar 2006 16:54:53 +0000 (16:54 +0000)]
add mp3on4 detection, fix red.mp4

Originally committed as revision 5222 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix double free, priv_data is freed in av_open_input_stream
Baptiste Coudurier [Sun, 26 Mar 2006 14:06:00 +0000 (14:06 +0000)]
fix double free, priv_data is freed in av_open_input_stream

Originally committed as revision 5221 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse 64bit atom version if needed
Baptiste Coudurier [Sun, 26 Mar 2006 13:34:51 +0000 (13:34 +0000)]
use 64bit atom version if needed

Originally committed as revision 5220 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont set random timestamps if they are not known
Michael Niedermayer [Sat, 25 Mar 2006 19:51:12 +0000 (19:51 +0000)]
dont set random timestamps if they are not known

Originally committed as revision 5219 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing timebase
Michael Niedermayer [Sat, 25 Mar 2006 19:40:27 +0000 (19:40 +0000)]
fixing timebase

Originally committed as revision 5218 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoDon't use get_vlc2() when tree is one symbol. This fixes audio decoding
Kostya Shishkov [Sat, 25 Mar 2006 15:37:08 +0000 (15:37 +0000)]
Don't use get_vlc2() when tree is one symbol. This fixes audio decoding
artifacts (chirps instead of silence).

Originally committed as revision 5217 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRename time variable to the more descriptive block_time.
Steve L'Homme [Sat, 25 Mar 2006 13:37:34 +0000 (13:37 +0000)]
Rename time variable to the more descriptive block_time.
patch by Steve Lhomme steve.....lhomme..@..free.....fr

Originally committed as revision 5216 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l in 1.199 (write_back_motion with B-pyramid + spatial)
Loren Merritt [Sat, 25 Mar 2006 09:46:43 +0000 (09:46 +0000)]
10l in 1.199 (write_back_motion with B-pyramid + spatial)

Originally committed as revision 5215 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosimplified and slightly faster h264_chroma_mc8_mmx
Loren Merritt [Sat, 25 Mar 2006 08:41:14 +0000 (08:41 +0000)]
simplified and slightly faster h264_chroma_mc8_mmx

Originally committed as revision 5214 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake install target depend on vhooks
Måns Rullgård [Fri, 24 Mar 2006 20:34:00 +0000 (20:34 +0000)]
make install target depend on vhooks

Originally committed as revision 5213 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agolet faad init parameters properly, fix many SBR samples
Baptiste Coudurier [Fri, 24 Mar 2006 17:03:49 +0000 (17:03 +0000)]
let faad init parameters properly, fix many SBR samples

Originally committed as revision 5212 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix demuxing of CDR-Dinner_LAN_800k.mp4
Baptiste Coudurier [Fri, 24 Mar 2006 16:52:56 +0000 (16:52 +0000)]
fix demuxing of CDR-Dinner_LAN_800k.mp4

Originally committed as revision 5211 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoneed to dissociate pcm 16bit and 8bit cases
Baptiste Coudurier [Fri, 24 Mar 2006 16:01:00 +0000 (16:01 +0000)]
need to dissociate pcm 16bit and 8bit cases

Originally committed as revision 5210 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse av_d2q to parse frame rate
Baptiste Coudurier [Fri, 24 Mar 2006 15:47:44 +0000 (15:47 +0000)]
use av_d2q to parse frame rate

Originally committed as revision 5209 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoQuicktime creates S8 that way too
Baptiste Coudurier [Fri, 24 Mar 2006 15:38:15 +0000 (15:38 +0000)]
Quicktime creates S8 that way too

Originally committed as revision 5208 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agovorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though...
Baptiste Coudurier [Fri, 24 Mar 2006 15:25:43 +0000 (15:25 +0000)]
vorbis seems to be 221, decodes borgcube_vorbis20.mp4, demux mi2_vorbis51.mp4 though not decoded properly (5:1), 249608749a89.3g2 is 225 and is Qclp

Originally committed as revision 5207 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoST16 is undefined for non-GNU compilers.
Steve L'Homme [Fri, 24 Mar 2006 01:33:22 +0000 (01:33 +0000)]
ST16 is undefined for non-GNU compilers.
Patch by Steve Lhomme <slhomme at divxcorp com>

Originally committed as revision 5206 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix order of operands in lrintf test to make the test not fail if you have
Diego Pettenò [Fri, 24 Mar 2006 01:17:22 +0000 (01:17 +0000)]
Fix order of operands in lrintf test to make the test not fail if you have
a strict compile/linker that accepts arguments just in the canonical order.
patch by Diego Pettenò, flameeyes.. at ..gentoo.. dot ..org

Originally committed as revision 5205 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding ...
Loren Merritt [Thu, 23 Mar 2006 21:54:46 +0000 (21:54 +0000)]
prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decoding (on an athlon-xp).

Originally committed as revision 5204 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprefetch pixels for future motion compensation. 2-5% faster h264.
Loren Merritt [Thu, 23 Mar 2006 20:16:36 +0000 (20:16 +0000)]
prefetch pixels for future motion compensation. 2-5% faster h264.

Originally committed as revision 5203 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse 64bit types
Baptiste Coudurier [Thu, 23 Mar 2006 12:11:51 +0000 (12:11 +0000)]
use 64bit types

Originally committed as revision 5202 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l
Loren Merritt [Wed, 22 Mar 2006 22:08:28 +0000 (22:08 +0000)]
10l

Originally committed as revision 5201 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadded mmx implementation of h264_chroma_mc2
Loren Merritt [Wed, 22 Mar 2006 22:05:00 +0000 (22:05 +0000)]
added mmx implementation of h264_chroma_mc2

Originally committed as revision 5200 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodvcpro is 411p in fact
Baptiste Coudurier [Wed, 22 Mar 2006 16:49:05 +0000 (16:49 +0000)]
dvcpro is 411p in fact

Originally committed as revision 5199 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago1.5x faster write_back_motion, 1-3% overall
Loren Merritt [Wed, 22 Mar 2006 12:41:02 +0000 (12:41 +0000)]
1.5x faster write_back_motion, 1-3% overall

Originally committed as revision 5198 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd MMX and SSE versions of ff_snow_inner_add_yblock
Robert Edele [Wed, 22 Mar 2006 12:08:35 +0000 (12:08 +0000)]
add MMX and SSE versions of ff_snow_inner_add_yblock
Patch by Robert Edele < yartrebo AH earthlink POIS net >
Original Thread:
Date: Mar 22, 2006 3:24 AM
Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 5

Originally committed as revision 5197 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoduration and subitle fix from the patch by Steve Lhomme
Steve L'Homme [Wed, 22 Mar 2006 11:11:02 +0000 (11:11 +0000)]
duration and subitle fix from the patch by Steve Lhomme

Originally committed as revision 5196 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocleanup codec_id mapping (untested)
Michael Niedermayer [Wed, 22 Mar 2006 11:06:08 +0000 (11:06 +0000)]
cleanup codec_id mapping (untested)

Originally committed as revision 5195 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoclean
Baptiste Coudurier [Wed, 22 Mar 2006 10:56:51 +0000 (10:56 +0000)]
clean

Originally committed as revision 5194 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosupport 64bit date/duration
Baptiste Coudurier [Wed, 22 Mar 2006 10:45:04 +0000 (10:45 +0000)]
support 64bit date/duration

Originally committed as revision 5193 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix aspect ratio
Michael Niedermayer [Wed, 22 Mar 2006 10:33:21 +0000 (10:33 +0000)]
fix aspect ratio

Originally committed as revision 5192 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosnow mmx+sse2 optimizations, part 4
Robert Edele [Tue, 21 Mar 2006 21:51:07 +0000 (21:51 +0000)]
snow mmx+sse2 optimizations, part 4

Patch by Robert Edele, yartrebo <<at>> earthlink <<dot>> net

Originally committed as revision 5191 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing current_sample vs. next_sample mess
Michael Niedermayer [Tue, 21 Mar 2006 18:32:58 +0000 (18:32 +0000)]
fixing current_sample vs. next_sample mess

Originally committed as revision 5190 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSmacker demuxer and decoder.
Kostya Shishkov [Tue, 21 Mar 2006 17:27:47 +0000 (17:27 +0000)]
Smacker demuxer and decoder.

Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoprovide more info on which streams lack codec parameters
Michael Niedermayer [Tue, 21 Mar 2006 11:29:50 +0000 (11:29 +0000)]
provide more info on which streams lack codec parameters

Originally committed as revision 5188 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofree ftyp atom
Baptiste Coudurier [Tue, 21 Mar 2006 00:18:30 +0000 (00:18 +0000)]
free ftyp atom

Originally committed as revision 5187 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosince Michael prefers to keep dsputil.h private to libavcodec
Måns Rullgård [Mon, 20 Mar 2006 22:48:08 +0000 (22:48 +0000)]
since Michael prefers to keep dsputil.h private to libavcodec
(rather than installing it system-wide) this patch reverses the
mistake I made last month (mplayer was recently fixed accordingly).

patch from Nico Sabbi <nicola_sabbi at fastwebnet it>

Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoAdd the mmx and sse2 implementations of ff_snow_vertical_compose().
Robert Edele [Mon, 20 Mar 2006 22:27:59 +0000 (22:27 +0000)]
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
Patch by Robert Edele < yartrebo AH earthlink POIS net >
Original thread:
Date: Mar 20, 2006 5:54 PM
Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 3

Originally committed as revision 5185 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSnow mmx + sse2 part 2
Robert Edele [Mon, 20 Mar 2006 05:52:23 +0000 (05:52 +0000)]
Snow mmx + sse2 part 2

Patch by Robert Edele,  yartrebo <<at>> earthlink <<dot>> net

Originally committed as revision 5184 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing interlaced direct mode field select values
Michael Niedermayer [Mon, 20 Mar 2006 01:18:56 +0000 (01:18 +0000)]
fixing interlaced direct mode field select values

Originally committed as revision 5183 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agovarious fixes for xvid_rc
Michael Niedermayer [Sun, 19 Mar 2006 11:49:37 +0000 (11:49 +0000)]
various fixes for xvid_rc

Originally committed as revision 5182 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoEnable ffserver on Darwin, non-AltiVec regression tests pass.
Diego Biurrun [Sun, 19 Mar 2006 06:31:55 +0000 (06:31 +0000)]
Enable ffserver on Darwin, non-AltiVec regression tests pass.

Originally committed as revision 5181 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix frametypes with xvid_rc
Michael Niedermayer [Sat, 18 Mar 2006 20:43:48 +0000 (20:43 +0000)]
fix frametypes with xvid_rc

Originally committed as revision 5180 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing bquant_offset
Michael Niedermayer [Sat, 18 Mar 2006 02:46:39 +0000 (02:46 +0000)]
fixing bquant_offset

Originally committed as revision 5179 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosegfault fix
Michael Niedermayer [Sat, 18 Mar 2006 02:29:58 +0000 (02:29 +0000)]
segfault fix

Originally committed as revision 5178 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoReenable NUT and NUT regression tests as requested by Michael.
Diego Biurrun [Fri, 17 Mar 2006 23:21:18 +0000 (23:21 +0000)]
Reenable NUT and NUT regression tests as requested by Michael.

Originally committed as revision 5177 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
Corey Hickey [Fri, 17 Mar 2006 16:40:10 +0000 (16:40 +0000)]
make ff_rate_control_init() bail out if rc_strategy==1 and lavc wasn't
compiled with xvid support.

Originally committed as revision 5176 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago10l: Only set *compose97i *add_yblock to dsputils context if we are building with...
Oded Shimon [Fri, 17 Mar 2006 12:08:46 +0000 (12:08 +0000)]
10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled
Patch by Oded Shimon < ods15 AH ods15 POIS dyndns POIS org >

Originally committed as revision 5175 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoDisable the NUT (de)muxer until it has been synced with the specification.
Diego Biurrun [Fri, 17 Mar 2006 00:47:48 +0000 (00:47 +0000)]
Disable the NUT (de)muxer until it has been synced with the specification.

Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago> 2GB file fix
Baptiste Coudurier [Thu, 16 Mar 2006 23:57:40 +0000 (23:57 +0000)]
> 2GB file fix

Originally committed as revision 5173 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFirst part of a series of speed-enchancing patches.
Robert Edele [Thu, 16 Mar 2006 19:18:18 +0000 (19:18 +0000)]
First part of a series of speed-enchancing patches.
This one sets up a snow.h and makes snow use the dsputil function pointer
framework to access the three functions that will be implemented in asm
in the other parts of the patchset.
Patch by Robert Edele < yartrebo AH earthlink POIS net>
Original thread:
Subject: [Ffmpeg-devel] [PATCH] Snow mmx+sse2 asm optimizations
Date: Sun, 05 Feb 2006 12:47:14 -0500

Originally committed as revision 5172 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoextract duration
Michael Niedermayer [Thu, 16 Mar 2006 17:04:31 +0000 (17:04 +0000)]
extract duration

Originally committed as revision 5171 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agokeep ftyp first
Baptiste Coudurier [Thu, 16 Mar 2006 16:37:05 +0000 (16:37 +0000)]
keep ftyp first

Originally committed as revision 5170 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix warning
Baptiste Coudurier [Thu, 16 Mar 2006 00:20:58 +0000 (00:20 +0000)]
fix warning

Originally committed as revision 5169 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse CFLAGS when compiling qt-faststart, to enable largefile support
Baptiste Coudurier [Thu, 16 Mar 2006 00:15:30 +0000 (00:15 +0000)]
use CFLAGS when compiling qt-faststart, to enable largefile support

Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse fseeko and ftello to be 64 bit offsets compliant
Baptiste Coudurier [Thu, 16 Mar 2006 00:14:17 +0000 (00:14 +0000)]
use fseeko and ftello to be 64 bit offsets compliant

Originally committed as revision 5167 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agomake the delta magnitude a user specifyable parameter:
Harikrishnan Varma [Wed, 15 Mar 2006 07:16:16 +0000 (07:16 +0000)]
make the delta magnitude a user specifyable parameter:
-dts_delta_threshold.
patch by Harikrishnan Varma < hvarma AH divxcorp POIS com >
Original thread:
Date: Mar 14, 2006 1:13 AM
Subject: [Ffmpeg-devel] Audio-video sync problem when transcoding to
xvid in AVI

Originally committed as revision 5166 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix sample size for uncompressed sound
Baptiste Coudurier [Tue, 14 Mar 2006 00:25:46 +0000 (00:25 +0000)]
fix sample size for uncompressed sound

Originally committed as revision 5165 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodont pass intra flag if its always 0
Michael Niedermayer [Tue, 14 Mar 2006 00:22:05 +0000 (00:22 +0000)]
dont pass intra flag if its always 0

Originally committed as revision 5164 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for...
Michael Niedermayer [Mon, 13 Mar 2006 23:46:47 +0000 (23:46 +0000)]
fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio array for illegal aspect ratios)

Originally committed as revision 5163 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix coverity warning CID: 255 (uninitalized variable used to build tables which arent...
Michael Niedermayer [Mon, 13 Mar 2006 23:29:00 +0000 (23:29 +0000)]
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)

Originally committed as revision 5162 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoDo not be too verbose
Luca Abeni [Mon, 13 Mar 2006 09:48:32 +0000 (09:48 +0000)]
Do not be too verbose

Originally committed as revision 5161 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoTell the user why video capture is failing
Luca Abeni [Mon, 13 Mar 2006 09:47:37 +0000 (09:47 +0000)]
Tell the user why video capture is failing

Originally committed as revision 5160 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoseed iterative_me with mvs from conventional search.
Loren Merritt [Mon, 13 Mar 2006 05:23:34 +0000 (05:23 +0000)]
seed iterative_me with mvs from conventional search.
+15% speed, +.1 dB

Originally committed as revision 5159 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSupport all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
Alan Curry [Mon, 13 Mar 2006 03:46:25 +0000 (03:46 +0000)]
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more
consistent naming of functions

Originally committed as revision 17845 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoseed iterative_me with mvs from conventional search.
Loren Merritt [Mon, 13 Mar 2006 01:27:13 +0000 (01:27 +0000)]
seed iterative_me with mvs from conventional search.
+15% speed, +.1 dB

Originally committed as revision 5158 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoobey vqscale in 2nd pass
Loren Merritt [Mon, 13 Mar 2006 01:26:06 +0000 (01:26 +0000)]
obey vqscale in 2nd pass

Originally committed as revision 5157 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoindention
Baptiste Coudurier [Sun, 12 Mar 2006 23:55:34 +0000 (23:55 +0000)]
indention

Originally committed as revision 5156 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoreset interlaced_dct flag
Michael Niedermayer [Sun, 12 Mar 2006 19:55:52 +0000 (19:55 +0000)]
reset interlaced_dct flag

Originally committed as revision 5155 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agouse of PRI macros in dprintf
Baptiste Coudurier [Sun, 12 Mar 2006 15:43:22 +0000 (15:43 +0000)]
use of PRI macros in dprintf

Originally committed as revision 5154 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix conversion types in dprintf
Baptiste Coudurier [Sun, 12 Mar 2006 13:38:56 +0000 (13:38 +0000)]
fix conversion types in dprintf

Originally committed as revision 5153 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix a warning when DEBUG is defined
Baptiste Coudurier [Sat, 11 Mar 2006 18:43:10 +0000 (18:43 +0000)]
fix a warning when DEBUG is defined

Originally committed as revision 5152 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocreate edts atom when muxing B frames, needed to compute cts
Baptiste Coudurier [Sat, 11 Mar 2006 18:21:28 +0000 (18:21 +0000)]
create edts atom when muxing B frames, needed to compute cts

Originally committed as revision 5151 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agodo nal reformating when muxing H264, create avcc atom
Baptiste Coudurier [Sat, 11 Mar 2006 18:18:17 +0000 (18:18 +0000)]
do nal reformating when muxing H264, create avcc atom

Originally committed as revision 5150 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosome mov files have invalid pts so we need to consider these pts too in calculating...
Michael Niedermayer [Sat, 11 Mar 2006 11:30:07 +0000 (11:30 +0000)]
some mov files have invalid pts so we need to consider these pts too in calculating the timabase

Originally committed as revision 5149 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMore correct demuxing and timestamp setting fot Sierra VMD
Kostya Shishkov [Sat, 11 Mar 2006 04:27:58 +0000 (04:27 +0000)]
More correct demuxing and timestamp setting fot Sierra VMD

Originally committed as revision 5148 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago16-bit DPCM and stereo support for Sierra VMD
Kostya Shishkov [Sat, 11 Mar 2006 04:26:55 +0000 (04:26 +0000)]
16-bit DPCM and stereo support for Sierra VMD

Originally committed as revision 5147 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agosimplify AVFormatParameters NULL checks
Michael Niedermayer [Sat, 11 Mar 2006 00:22:21 +0000 (00:22 +0000)]
simplify AVFormatParameters NULL checks

Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoav_free -> av_freep
Michael Niedermayer [Sat, 11 Mar 2006 00:19:32 +0000 (00:19 +0000)]
av_free -> av_freep

Originally committed as revision 5145 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix %8 != 0 w/h
Michael Niedermayer [Sat, 11 Mar 2006 00:18:43 +0000 (00:18 +0000)]
fix %8 != 0 w/h

Originally committed as revision 5144 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoasserts to check if assumed conditions really are true
Michael Niedermayer [Fri, 10 Mar 2006 22:00:36 +0000 (22:00 +0000)]
asserts to check if assumed conditions really are true

Originally committed as revision 5143 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoout of array read fix
Michael Niedermayer [Fri, 10 Mar 2006 21:20:49 +0000 (21:20 +0000)]
out of array read fix

Originally committed as revision 5142 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoout of array read fix
Michael Niedermayer [Fri, 10 Mar 2006 20:58:42 +0000 (20:58 +0000)]
out of array read fix

Originally committed as revision 5141 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agocleanup picture / debug output code
Michael Niedermayer [Fri, 10 Mar 2006 20:40:52 +0000 (20:40 +0000)]
cleanup picture / debug output code

Originally committed as revision 5140 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing out of array access (only cosmetic, this should never have had a end user...
Michael Niedermayer [Fri, 10 Mar 2006 19:42:51 +0000 (19:42 +0000)]
fixing out of array access (only cosmetic, this should never have had a end user vissible effect)

Originally committed as revision 5139 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadd assert to clarify that we know what we are doing
Michael Niedermayer [Fri, 10 Mar 2006 19:10:46 +0000 (19:10 +0000)]
add assert to clarify that we know what we are doing

Originally committed as revision 5138 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofixing uninitalized dc_pred_dir
Michael Niedermayer [Fri, 10 Mar 2006 18:40:41 +0000 (18:40 +0000)]
fixing uninitalized dc_pred_dir
this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here)

Originally committed as revision 5137 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agovery minor optimization
Michael Niedermayer [Fri, 10 Mar 2006 18:37:18 +0000 (18:37 +0000)]
very minor optimization

Originally committed as revision 5136 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agounused variable
Michael Niedermayer [Fri, 10 Mar 2006 18:34:51 +0000 (18:34 +0000)]
unused variable

Originally committed as revision 5135 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix cropping, depending on enc pix fmt
Baptiste Coudurier [Fri, 10 Mar 2006 13:55:48 +0000 (13:55 +0000)]
Fix cropping, depending on enc pix fmt

Originally committed as revision 5134 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoFix crop & pad + rescaling
Luca Abeni [Thu, 9 Mar 2006 15:27:22 +0000 (15:27 +0000)]
Fix crop & pad + rescaling

Originally committed as revision 5133 to svn://svn.ffmpeg.org/ffmpeg/trunk