- 12 Jan, 2005 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Dec, 2004 1 commit
-
-
Michael Niedermayer authored
common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2004 1 commit
-
-
Drew Hess authored
Originally committed as revision 3757 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Nov, 2004 1 commit
-
-
Burkhard Plaum authored
Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Oct, 2004 1 commit
-
-
Bohdan Horst authored
Originally committed as revision 3632 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2004 1 commit
-
-
Aurelien Jacobs authored
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2004 1 commit
-
-
Zdenek Kabelac authored
Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3343 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jun, 2004 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 3260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jun, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3249 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 May, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Apr, 2004 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 3076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Apr, 2004 3 commits
-
-
James Morrison authored
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 3053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sascha Sommer authored
Originally committed as revision 3050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3041 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Apr, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3019 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Apr, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2954 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Mar, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2004 1 commit
-
-
Roman Shaposhnik authored
Originally committed as revision 2902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Mar, 2004 1 commit
-
-
Roman Shaposhnik authored
on my desktop. * Misc. DV cleanups and fixes. Originally committed as revision 2892 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2004 1 commit
-
-
Roman Shaposhnik authored
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
-
- 29 Feb, 2004 1 commit
-
-
Dmitry Baryshkov authored
Originally committed as revision 2830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Feb, 2004 1 commit
-
-
Gael Chardon authored
Originally committed as revision 2825 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
in the past it was startcode,string,00,7F,startcode now it is startcode,string,stratcode both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now) Originally committed as revision 2767 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2004 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jan, 2004 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 2722 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2720 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jan, 2004 1 commit
-
-
Chris Flerackers authored
Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2003 1 commit
-
-
Roman Shaposhnik authored
systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2003 1 commit
-
-
Michel Bardiaux authored
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2003 1 commit
-
-
Michael Niedermayer authored
sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2003 1 commit
-
-
Dan Christiansen authored
Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-