- 22 Oct, 2008 1 commit
-
-
Aurelien Jacobs authored
fixes issue696 Originally committed as revision 15667 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2008 1 commit
-
-
Michael Niedermayer authored
Plain C, x86-32 and -64 have been tested and should work, other archs that had asm optmizations in swscale likely will need some fixes to either fall back on C if SWS_BITEXACT is set or make the asm match C. This also disables the PAL8 test as neither swscale nor the old scaler really support PAL8 output, imgconvert supported a fixed 666 palette as output and swscale supports fixed 884 and 422. Originally committed as revision 15305 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
Fixes issue524 Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2008 2 commits
-
-
Michael Niedermayer authored
This one also reverts the libav mpeg ts regression test score change. Originally committed as revision 14132 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2008 4 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2008 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jun, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 May, 2008 1 commit
-
-
Michael Niedermayer authored
Before, all dts where wrong, now just the first is a little odd. Originally committed as revision 13491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 May, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13427 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
-
- 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
-
- 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
-
- 15 Feb, 2008 2 commits
-
-
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 1 commit
-
-
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 4 commits
-
-
Oded Shimon authored
Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params Originally committed as revision 11851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2008 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Dec, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Dec, 2007 1 commit
-
-
Kostya Shishkov authored
Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2007 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2007 1 commit
-
-
David Conrad authored
Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Sep, 2007 1 commit
-
-
David Conrad authored
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-