- 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
-
- 02 Dec, 2007 1 commit
-
-
Kostya Shishkov authored
Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2007 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2007 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2007 1 commit
-
-
Roberto Togni authored
Needed because avparser changes the size of the packets Originally committed as revision 10635 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2007 1 commit
-
-
Michael Niedermayer authored
these were wrong (in pts vs dts sense) when b frames were in use they were also wrong if the average framerate was smaller than 1/timebase resulting in totally wrong final bitrate Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2007 1 commit
-
-
Michael Niedermayer authored
per frame (this is untested as the encoder does not use it yet) Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2007 2 commits
-
-
Michael Niedermayer authored
flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 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
-