- 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 5 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
-
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 5 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 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
-
Måns Rullgård authored
Originally committed as revision 11831 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
-
- 30 Jan, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jan, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 11664 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 2 commits
-
-
Benjamin Larsson authored
Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
-
- 11 Nov, 2007 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 11001 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
-
- 09 Nov, 2007 1 commit
-
-
Diego Biurrun authored
tests/tiny_psnr.c:55: warning: ‘exp16’ defined but not used Originally committed as revision 10968 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Nov, 2007 1 commit
-
-
Timofei V. Bondarenko authored
in block in adpcm-ima decoder Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec Date: 10/15/2007 05:55 PM Originally committed as revision 10933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2007 1 commit
-
-
Benoit Fouet authored
Originally committed as revision 10928 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
-
- 05 Sep, 2007 1 commit
-
-
David Conrad authored
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Sep, 2007 1 commit
-
-
Neil Brown authored
pts to set the start_time. patch by Neil Brown: [neilb suse de] original thread: [FFmpeg-devel] [patch 3/3] Make timing calculations less dependant on start_time being defined. date: 08/16/2007 08:27 AM Originally committed as revision 10285 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
the old 32bit code) disable mmx/sse2 optimizations as they need a rewrite now Originally committed as revision 10218 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
negligible increase in quality Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
This allows some simplifications and optimizations and should not have any effect on quality. Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2007 1 commit
-
-
David Conrad authored
Originally committed as revision 10098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Aug, 2007 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Aug, 2007 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-