- 21 Jan, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 16706 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2009 1 commit
-
-
David Conrad authored
Originally committed as revision 16656 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2009 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2008 1 commit
-
-
Michael Niedermayer authored
More precissely fix has_b_frames. Fixes issue757 Originally committed as revision 16256 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 15668 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
-
- 09 Sep, 2008 1 commit
-
-
Aurelien Jacobs authored
the desired stream Originally committed as revision 15282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Sep, 2008 1 commit
-
-
Aurelien Jacobs authored
The matroska demuxer now index every streams so seek on stream 1 now works. Originally committed as revision 15254 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Aug, 2008 1 commit
-
-
Michael Niedermayer authored
residuals, Note this does not change RGB32 as we need to check this against some decoder that supports it. Originally committed as revision 15055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2008 1 commit
-
-
Aurelien Jacobs authored
The changes are verified and desired. Originally committed as revision 14969 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Aug, 2008 1 commit
-
-
Aurelien Jacobs authored
This change is due to r14590. The AVPacket position now points to the first byte of the actual packet data in the file. It previously pointed to the EBML element ID preceding packet data. Originally committed as revision 14612 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jul, 2008 2 commits
-
-
Baptiste Coudurier authored
Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jul, 2008 1 commit
-
-
Michael Niedermayer authored
to be AV_NOPTS_VALUE. Originally committed as revision 14118 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jun, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jun, 2008 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 13765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jun, 2008 1 commit
-
-
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 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Michael Niedermayer authored
contains the first picture startcode that commences in the PES packet, instead of the first access unit that commences in the PES packet. Fix the parser to handle that properly. This was a very long standing bug ... The change to the seek regressions is because the mpeg ts muxer stores too many invalid and randomized timestamps which overflow the 4 entry buffer we use in the parser. Originally committed as revision 13643 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
-
- 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 1 commit
-
-
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
-
- 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
-
- 05 Feb, 2008 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2008 1 commit
-
-
Oded Shimon authored
Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2008 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jan, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 11660 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
-
-
Benjamin Larsson authored
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-