]> git.sesse.net Git - ffmpeg/log
ffmpeg
20 years agoalways parse APP* as it sometimes contains startcodes which confuse the decoder otherwise
Michael Niedermayer [Fri, 26 Mar 2004 02:06:34 +0000 (02:06 +0000)]
always parse APP* as it sometimes contains startcodes which confuse the decoder otherwise

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

20 years ago * some significant clean-up of the dv_decode_ac (it looks real
Roman Shaposhnik [Thu, 25 Mar 2004 01:46:40 +0000 (01:46 +0000)]
   * some significant clean-up of the dv_decode_ac (it looks real
     simple now, take a look for yourself).

   * additional optimizations of the decoder. It runs at 55fps now
     on my desktop and it used to be ~45fps.

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

20 years agowarning patrol
Falk Hüffner [Wed, 24 Mar 2004 23:32:48 +0000 (23:32 +0000)]
warning patrol

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

20 years agocleanup frame_rate code, this may also fix some large file bugs
Michael Niedermayer [Wed, 24 Mar 2004 19:03:20 +0000 (19:03 +0000)]
cleanup frame_rate code, this may also fix some large file bugs

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

20 years agoforgot (bitstream size info)
Michael Niedermayer [Wed, 24 Mar 2004 19:01:58 +0000 (19:01 +0000)]
forgot (bitstream size info)

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

20 years agountested win32 binary pipe fix
Michael Niedermayer [Wed, 24 Mar 2004 18:29:30 +0000 (18:29 +0000)]
untested win32 binary pipe fix

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

20 years ago * turns out raw DV files can have .dif extension
Roman Shaposhnik [Wed, 24 Mar 2004 06:32:57 +0000 (06:32 +0000)]
  * turns out raw DV files can have .dif extension

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

20 years agoUpdate coding rules.
Falk Hüffner [Tue, 23 Mar 2004 07:17:14 +0000 (07:17 +0000)]
Update coding rules.

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

20 years ago * enabling seek in raw DV files
Roman Shaposhnik [Tue, 23 Mar 2004 05:35:10 +0000 (05:35 +0000)]
   * enabling seek in raw DV files
   * generic DV demuxer now sets correct pts for every packet

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

20 years agoadd size of encoded stream to the regression tests
Michael Niedermayer [Tue, 23 Mar 2004 03:05:51 +0000 (03:05 +0000)]
add size of encoded stream to the regression tests

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

20 years agotest more (i)dcts
Michael Niedermayer [Mon, 22 Mar 2004 21:20:14 +0000 (21:20 +0000)]
test more (i)dcts

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

20 years ago1000l for iive
Michael Niedermayer [Mon, 22 Mar 2004 20:54:04 +0000 (20:54 +0000)]
1000l for iive

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

20 years agoCompile fix by (Chip <szarlada at freemail dot hu>)
Michael Niedermayer [Mon, 22 Mar 2004 12:07:02 +0000 (12:07 +0000)]
Compile fix by (Chip <szarlada at freemail dot hu>)

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

20 years agopowerpc PMC doc fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
Michael Niedermayer [Mon, 22 Mar 2004 11:17:33 +0000 (11:17 +0000)]
powerpc PMC doc fix by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

20 years ago1000l in av_mallocz_static()
Michael Niedermayer [Mon, 22 Mar 2004 11:00:51 +0000 (11:00 +0000)]
1000l in av_mallocz_static()
less overallocation in av_fast_realloc() for small arrays

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

20 years agostatic allocation rewrite (old code was plain a broken mess)
Michael Niedermayer [Sun, 21 Mar 2004 21:58:14 +0000 (21:58 +0000)]
static allocation rewrite (old code was plain a broken mess)
 doesnt call realloc every time
 doesnt randomly overwrite memory after after 8-16 calls
 doesnt use ugly macro wraper
 fewer lines of code

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

20 years agosupport url_read which reads less then requested patch by (Leon van Stuivenberg ...
Leon van Stuivenberg [Sat, 20 Mar 2004 19:57:28 +0000 (19:57 +0000)]
support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
this is needed for compatibility with tcp.c 1.10

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

20 years agodo loop filter immediatly after each macroblock is decoded instead of after a frame...
Michael Niedermayer [Sat, 20 Mar 2004 16:40:20 +0000 (16:40 +0000)]
do loop filter immediatly after each macroblock is decoded instead of after a frame is decoded

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

20 years agoh264 loop filter optimizations
Michael Niedermayer [Sat, 20 Mar 2004 00:18:52 +0000 (00:18 +0000)]
h264 loop filter optimizations

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

20 years agoh264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot...
Michael Niedermayer [Fri, 19 Mar 2004 21:21:17 +0000 (21:21 +0000)]
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via dot ecp dot fr>)

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

20 years agoenable .ffm regression test as it works again
Michael Niedermayer [Thu, 18 Mar 2004 22:54:44 +0000 (22:54 +0000)]
enable .ffm regression test as it works again

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

20 years agoslice structured encoding support & interlaced spelling
Michael Niedermayer [Thu, 18 Mar 2004 22:51:42 +0000 (22:51 +0000)]
slice structured encoding support & interlaced spelling

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

20 years agoh.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot...
Michael Niedermayer [Thu, 18 Mar 2004 22:45:37 +0000 (22:45 +0000)]
h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>)

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

20 years agowrong help text
Michael Niedermayer [Thu, 18 Mar 2004 21:56:53 +0000 (21:56 +0000)]
wrong help text

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

20 years agoadjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot...
Michael Niedermayer [Thu, 18 Mar 2004 20:52:40 +0000 (20:52 +0000)]
adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>)

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

20 years ago * removing casualties of battle of the wits and English language
Roman Shaposhnik [Thu, 18 Mar 2004 04:19:34 +0000 (04:19 +0000)]
   * removing casualties of battle of the wits and English language

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

20 years agomoving f/b_code init to where it should be
Michael Niedermayer [Tue, 16 Mar 2004 17:27:03 +0000 (17:27 +0000)]
moving f/b_code init to where it should be

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

20 years ago1000000l (using uninitalized variable for initalizing bits per MV table)
Michael Niedermayer [Tue, 16 Mar 2004 16:57:27 +0000 (16:57 +0000)]
1000000l (using uninitalized variable for initalizing bits per MV table)

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

20 years agoinit cleanup
Michael Niedermayer [Tue, 16 Mar 2004 16:11:29 +0000 (16:11 +0000)]
init cleanup

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

20 years agouse pan_scan to remove some weight, proper pan_scan offset reading
Ivan Kalvachev [Tue, 16 Mar 2004 15:38:40 +0000 (15:38 +0000)]
use pan_scan to remove some weight, proper pan_scan offset reading

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

20 years agompeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and...
Ivan Kalvachev [Mon, 15 Mar 2004 16:41:15 +0000 (16:41 +0000)]
mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width

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

20 years agodecode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot...
Leon van Stuivenberg [Mon, 15 Mar 2004 03:29:32 +0000 (03:29 +0000)]
decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)

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

20 years agoupdate the API for the idct function
Mike Melanson [Mon, 15 Mar 2004 01:21:01 +0000 (01:21 +0000)]
update the API for the idct function

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

20 years agomove MPV_common_init after parsing stream parameters, matrix rebuild
Ivan Kalvachev [Mon, 15 Mar 2004 00:08:24 +0000 (00:08 +0000)]
move MPV_common_init after parsing stream parameters, matrix rebuild

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

20 years ago * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)
Roman Shaposhnik [Sun, 14 Mar 2004 23:45:42 +0000 (23:45 +0000)]
* DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)

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

20 years ago * DV decoder simplifications. Now it looks to be 6% faster. At least
Roman Shaposhnik [Sun, 14 Mar 2004 22:09:58 +0000 (22:09 +0000)]
 * DV decoder simplifications. Now it looks to be 6% faster. At least
       on my desktop.
     * Misc. DV cleanups and fixes.

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

20 years agotcp select() check and enables pressing 'q' when reading/(writing) from
Leon van Stuivenberg [Sun, 14 Mar 2004 19:40:43 +0000 (19:40 +0000)]
tcp select() check and enables pressing 'q' when reading/(writing) from
tcp/http in ffmpeg.c patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)

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

20 years agoaltivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)
Magnus Damm [Sun, 14 Mar 2004 18:04:59 +0000 (18:04 +0000)]
altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)

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

20 years agoalignment fix
Michael Niedermayer [Sun, 14 Mar 2004 17:55:50 +0000 (17:55 +0000)]
alignment fix

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

20 years agowidth,height%16!=0 fix
Michael Niedermayer [Sun, 14 Mar 2004 17:33:48 +0000 (17:33 +0000)]
width,height%16!=0 fix

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

20 years agodon't fetch the size of SEQH unless SEQH was found
Mike Melanson [Sun, 14 Mar 2004 15:04:21 +0000 (15:04 +0000)]
don't fetch the size of SEQH unless SEQH was found

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

20 years agominor VMD system update; still not perfect, but should not crash either
Mike Melanson [Sun, 14 Mar 2004 04:08:11 +0000 (04:08 +0000)]
minor VMD system update; still not perfect, but should not crash either

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

20 years agoremove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
Mike Melanson [Sun, 14 Mar 2004 04:04:08 +0000 (04:04 +0000)]
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
MKTAG/MKBETAG

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

20 years agono read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenber...
Michael Niedermayer [Sun, 14 Mar 2004 02:59:33 +0000 (02:59 +0000)]
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)

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

20 years agofix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at student...
Ronald S. Bultje [Sat, 13 Mar 2004 23:04:37 +0000 (23:04 +0000)]
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)

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

20 years agoremoving broken mpeg_decode_gop()
Michael Niedermayer [Sat, 13 Mar 2004 22:01:32 +0000 (22:01 +0000)]
removing broken mpeg_decode_gop()

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

20 years agofft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)
Gildas Bazin [Sat, 13 Mar 2004 21:43:24 +0000 (21:43 +0000)]
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>)

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

20 years agobe smarter about the variable size of the extra SVQ3 data
Mike Melanson [Sat, 13 Mar 2004 21:26:54 +0000 (21:26 +0000)]
be smarter about the variable size of the extra SVQ3 data

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

20 years ago(f)pritf() vs. av_log() and 'make test' update
Michael Niedermayer [Sat, 13 Mar 2004 21:16:18 +0000 (21:16 +0000)]
(f)pritf() vs. av_log() and 'make test' update

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

20 years agoParse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot...
Brian Becker [Sat, 13 Mar 2004 21:02:26 +0000 (21:02 +0000)]
Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>)

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

20 years agosmarten up the SVQ3 extradata decoder without changing the external API
Mike Melanson [Sat, 13 Mar 2004 20:07:38 +0000 (20:07 +0000)]
smarten up the SVQ3 extradata decoder without changing the external API

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

20 years agocredit update
Mike Melanson [Sat, 13 Mar 2004 19:21:58 +0000 (19:21 +0000)]
credit update

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

20 years agoadded SGI image format, encoding and decoding, courtesy of Todd Kirby
Mike Melanson [Sat, 13 Mar 2004 17:30:37 +0000 (17:30 +0000)]
added SGI image format, encoding and decoding, courtesy of Todd Kirby
<doubleshot@pacbell.net>

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

20 years agoMatroska credits
Mike Melanson [Sat, 13 Mar 2004 16:35:32 +0000 (16:35 +0000)]
Matroska credits

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

20 years ago * moving some of the commonly used bit reading/writing functions
Roman Shaposhnik [Fri, 12 Mar 2004 23:39:38 +0000 (23:39 +0000)]
* moving some of the commonly used bit reading/writing functions
      from common.c -> common.h so that they can be inlined.
         + performace gain ~1% (measured with DV decoding)
 + code bloat 0.05%
      Looks like a win-win solution.

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

20 years agobig endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot...
Michael Niedermayer [Fri, 12 Mar 2004 02:26:01 +0000 (02:26 +0000)]
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)

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

20 years agoAltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain...
Romain Dolbeau [Thu, 11 Mar 2004 17:58:11 +0000 (17:58 +0000)]
AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

20 years agomatroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot...
Michael Niedermayer [Thu, 11 Mar 2004 16:26:42 +0000 (16:26 +0000)]
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)

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

20 years ago10l
Michael Niedermayer [Thu, 11 Mar 2004 13:22:39 +0000 (13:22 +0000)]
10l

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

20 years agonicer output for 'ffmpeg -formats'
Michael Niedermayer [Thu, 11 Mar 2004 01:12:30 +0000 (01:12 +0000)]
nicer output for 'ffmpeg -formats'

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

20 years agomb stuffing in partitioned frames fix
Michael Niedermayer [Wed, 10 Mar 2004 23:13:43 +0000 (23:13 +0000)]
mb stuffing in partitioned frames fix

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

20 years agoh263+ custom pcf support
Michael Niedermayer [Wed, 10 Mar 2004 22:11:49 +0000 (22:11 +0000)]
h263+ custom pcf support

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

20 years agoCorrecting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian...
Brian Becker [Wed, 10 Mar 2004 03:54:56 +0000 (03:54 +0000)]
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>)

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

20 years agoguess framerate
Michael Niedermayer [Wed, 10 Mar 2004 03:45:14 +0000 (03:45 +0000)]
guess framerate

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

20 years agodisable lames leading zero "feature", fixes a few more flv encoding issues
Michael Niedermayer [Wed, 10 Mar 2004 00:43:24 +0000 (00:43 +0000)]
disable lames leading zero "feature", fixes a few more flv encoding issues

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

20 years ago10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)
Michael Niedermayer [Tue, 9 Mar 2004 21:54:25 +0000 (21:54 +0000)]
10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)

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

20 years agoflv fixes
Michael Niedermayer [Tue, 9 Mar 2004 20:14:34 +0000 (20:14 +0000)]
flv fixes

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

20 years agofind_start_code() optimization (about 2x faster now) this may improve decoding speed...
Michael Niedermayer [Tue, 9 Mar 2004 15:23:14 +0000 (15:23 +0000)]
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads

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

20 years agoregression test fix (forcing specific audio codecs as the default often depends upon...
Michael Niedermayer [Tue, 9 Mar 2004 15:20:04 +0000 (15:20 +0000)]
regression test fix (forcing specific audio codecs as the default often depends upon HAVE_MP3LAME or similar)

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

20 years ago* missing opts for make dep
Zdenek Kabelac [Tue, 9 Mar 2004 12:18:40 +0000 (12:18 +0000)]
* missing opts for make dep

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

20 years agoss patch by (Benjamin Larsson <banan at student dot ltu dot se>)
Benjamin Larsson [Mon, 8 Mar 2004 19:13:23 +0000 (19:13 +0000)]
ss patch by (Benjamin Larsson <banan at student dot ltu dot se>)

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

20 years agochannel count & samplerate fix
Michael Niedermayer [Mon, 8 Mar 2004 02:38:43 +0000 (02:38 +0000)]
channel count & samplerate fix

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

20 years agouse optimized VP3 functions where appropriate
Mike Melanson [Mon, 8 Mar 2004 02:18:19 +0000 (02:18 +0000)]
use optimized VP3 functions where appropriate

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

20 years agocut over to using new VP3 DSP functions and remove the old ones; bring
Mike Melanson [Mon, 8 Mar 2004 02:15:13 +0000 (02:15 +0000)]
cut over to using new VP3 DSP functions and remove the old ones; bring
certain source code identifiers in line with official VP3 spec (well,
*my* VP3 spec, anyway)

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

20 years agoseperated out the C-based VP3 DSP functions into a different file; also
Mike Melanson [Mon, 8 Mar 2004 02:13:45 +0000 (02:13 +0000)]
seperated out the C-based VP3 DSP functions into a different file; also
ported the MMX-optimized versions of those functions

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

20 years agoh263 framerate & aspect ratio fixes
Michael Niedermayer [Sat, 6 Mar 2004 12:33:56 +0000 (12:33 +0000)]
h263 framerate & aspect ratio fixes

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

20 years agoforgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Konstantin Andreyev [Sat, 6 Mar 2004 11:07:37 +0000 (11:07 +0000)]
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)

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

20 years agowrite trailer before closing codecs as otherwise accesses to extradata in write_trail...
Michael Niedermayer [Fri, 5 Mar 2004 22:51:22 +0000 (22:51 +0000)]
write trailer before closing codecs as otherwise accesses to extradata in write_trailer() will cause a segfault

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

20 years agoasf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Konstantin Andreyev [Fri, 5 Mar 2004 22:10:50 +0000 (22:10 +0000)]
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
  1. Corrected packet sent time. (Packet sent time => previous packet sent
     time)
  2. Corrected payload playing time. (Payload playing time => packet sent
     time)
  3. Used different format for packets with one payload and multi payloads.

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

20 years agosplit asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
Konstantin Andreyev [Fri, 5 Mar 2004 21:34:30 +0000 (21:34 +0000)]
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)

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

20 years agofix motion compensation with (x+1/2,y+1/2) MVs
Michael Niedermayer [Fri, 5 Mar 2004 18:44:04 +0000 (18:44 +0000)]
fix motion compensation with (x+1/2,y+1/2) MVs

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

20 years ago10l
Michael Niedermayer [Fri, 5 Mar 2004 15:10:56 +0000 (15:10 +0000)]
10l

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

20 years ago* more consts
Zdenek Kabelac [Fri, 5 Mar 2004 14:21:56 +0000 (14:21 +0000)]
* more consts

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

20 years ago* const warn elimination
Zdenek Kabelac [Fri, 5 Mar 2004 14:09:12 +0000 (14:09 +0000)]
* const warn elimination

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

20 years ago* const warn elimintation
Zdenek Kabelac [Fri, 5 Mar 2004 14:08:33 +0000 (14:08 +0000)]
* const warn elimintation

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

20 years ago* const
Zdenek Kabelac [Fri, 5 Mar 2004 14:07:33 +0000 (14:07 +0000)]
* const

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

20 years agosilence warnings
Ivan Kalvachev [Thu, 4 Mar 2004 14:58:48 +0000 (14:58 +0000)]
silence warnings

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

20 years agocount > thread_count for execute()
Michael Niedermayer [Wed, 3 Mar 2004 19:29:00 +0000 (19:29 +0000)]
count > thread_count for execute()

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

20 years agoav_log() cleanup
Michael Niedermayer [Wed, 3 Mar 2004 17:53:55 +0000 (17:53 +0000)]
av_log() cleanup
 null pointer segfaults
 dont print redundant spam
 dont print prefix if reference==NULL
 class -> av_class
 dont copy AVClass to every object, its a waste of memory and not a good idea at all

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

20 years agoav_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux [Wed, 3 Mar 2004 15:41:21 +0000 (15:41 +0000)]
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

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

20 years agomacrofree av_freep()
Michael Niedermayer [Wed, 3 Mar 2004 01:57:43 +0000 (01:57 +0000)]
macrofree av_freep()

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

20 years agoadd vlc for cbp=0 that is valid in 422,444
Ivan Kalvachev [Tue, 2 Mar 2004 18:39:25 +0000 (18:39 +0000)]
add vlc for cbp=0 that is valid in 422,444

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

20 years ago10l (segfault fix)
Michael Niedermayer [Tue, 2 Mar 2004 17:21:55 +0000 (17:21 +0000)]
10l (segfault fix)

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

20 years ago100l (divx5 b frame + seeking + flush fix)
Michael Niedermayer [Tue, 2 Mar 2004 03:18:03 +0000 (03:18 +0000)]
100l (divx5 b frame + seeking + flush fix)

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

20 years agoforgot default chroma_format value
Ivan Kalvachev [Tue, 2 Mar 2004 00:40:18 +0000 (00:40 +0000)]
forgot default chroma_format value

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

20 years agofix typo
Ivan Kalvachev [Tue, 2 Mar 2004 00:30:25 +0000 (00:30 +0000)]
fix typo

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

20 years agoinitial chroma_format changes,xvmc tweaks and codec_cap
Ivan Kalvachev [Mon, 1 Mar 2004 14:55:21 +0000 (14:55 +0000)]
initial chroma_format changes,xvmc tweaks and codec_cap

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

20 years agoattribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
Dmitry Baryshkov [Mon, 1 Mar 2004 12:46:20 +0000 (12:46 +0000)]
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))

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

20 years agooptimizing/cleanup of mpeg/qpel_motion()
Michael Niedermayer [Sun, 29 Feb 2004 22:14:46 +0000 (22:14 +0000)]
optimizing/cleanup of mpeg/qpel_motion()

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

20 years agoattribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
Dmitry Baryshkov [Sun, 29 Feb 2004 22:10:18 +0000 (22:10 +0000)]
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))

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