- 25 May, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13371 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 May, 2008 3 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 13369 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13368 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13367 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 May, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13084 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 May, 2008 2 commits
-
-
Ramiro Polla authored
It is already set by FFMPEG_OPTS. Originally committed as revision 13029 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Apr, 2008 2 commits
-
-
Baptiste Coudurier authored
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12962 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2008 1 commit
-
-
Henrik Gulbrandsen authored
Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Apr, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Apr, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 12664 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2008 6 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 12639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12631 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
results. Also update Ogg regression test. Originally committed as revision 12630 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 12488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2008 1 commit
-
-
Panagiotis Issaris authored
muxer/demuxer in revision 12358. Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2008 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
All calls of this function use pgmyuv input format; hence no need to specify it explicitly. Originally committed as revision 12360 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
The PSP MP4 format requires an AAC audio stream, so until we have an AAC encoder we cannot test this format. The existing test is broken and does not actually use the PSP format. Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2008 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2008 1 commit
-
-
Michael Niedermayer authored
through lrintf(), that is gcc put the 32bit int flags in a 32bit float which caused some to be lost ...). I wonder why FATE did not pick this up? Originally committed as revision 12329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Feb, 2008 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
other places without checking for its availability already. Originally committed as revision 12123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Feb, 2008 3 commits
-
-
Michael Niedermayer authored
and the information needed to guess the duration only becomes known at a later packet. Originally committed as revision 11963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
This only removes 2 bytes from MP3 and MP2 currently. Up to 4 could be removed from MP3/MP2 though this might need a 2pass muxer. Primitive code to remove headers from MPEG-1/2/4 is there too but for the single file I tried it on (the one in the regression tests), it was a loss because all video frames were >4096 byte, so that it is disabled ATM. Originally committed as revision 11936 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Feb, 2008 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Feb, 2008 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2008 2 commits
-
-
Oded Shimon authored
Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-