- 18 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again Originally committed as revision 2799 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Feb, 2004 1 commit
-
-
Gildas Bazin authored
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) and regression test checksum update for it by me Originally committed as revision 2787 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Feb, 2004 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2773 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
Originally committed as revision 2766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Feb, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2761 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
function moved to dspcontext mmx&mmx2 optimized change SSE -> SAD as default (better quality) vbv buffer size command line option in kbyte Originally committed as revision 2669 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jan, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jan, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
interlaced mpeg2 encoding P & B frames rate distored interlaced mb decission alternate scantable support 4mv encoding fixes (thats also why the regression tests change) passing height to most dsp functions interlaced mpeg4 encoding (no direct mode MBs yet) various related cleanups disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Dec, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Dec, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2574 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2569 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Nov, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2003 1 commit
-
-
Michael Niedermayer authored
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2003 1 commit
-
-
Mike Melanson authored
Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2003 1 commit
-
-
Michael Niedermayer authored
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2003 1 commit
-
-
Michael Niedermayer authored
mpeg4 ac prediction cleanup Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Sep, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2299 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2288 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2271 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2003 1 commit
-
-
Fabrice Bellard authored
Originally committed as revision 2244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Sep, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2188 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2003 1 commit
-
-
Michael Niedermayer authored
10l (forgot to update the regression test scores after the closed gop bit fix) Originally committed as revision 2185 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Aug, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 2180 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 2170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2 Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Aug, 2003 4 commits
-
-
Fabrice Bellard authored
Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Fabrice Bellard authored
Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
-