- Jun 22, 2008
-
-
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
-
- Jun 09, 2008
-
-
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
-
- Jun 07, 2008
-
-
Baptiste Coudurier authored
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 03, 2008
-
-
Baptiste Coudurier authored
Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 28, 2008
-
-
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
-
- May 26, 2008
-
-
Baptiste Coudurier authored
Originally committed as revision 13427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 21, 2008
-
-
Henrik Gulbrandsen authored
Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 30, 2008
-
-
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
-
- Mar 10, 2008
-
-
Panagiotis Issaris authored
muxer/demuxer in revision 12358. Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 15, 2008
-
-
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
-
- Feb 14, 2008
-
-
Benoit Fouet authored
Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 05, 2008
-
-
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
-
- Feb 04, 2008
-
-
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
-
- Feb 03, 2008
-
-
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
-
- Jan 17, 2008
-
-
Michael Niedermayer authored
Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 03, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 02, 2007
-
-
Kostya Shishkov authored
Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 10, 2007
-
-
Baptiste Coudurier authored
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 07, 2007
-
-
David Conrad authored
Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 05, 2007
-
-
David Conrad authored
Originally committed as revision 10391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 03, 2007
-
-
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
-
- Aug 10, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 10057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 09, 2007
-
-
Baptiste Coudurier authored
Originally committed as revision 10024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 06, 2007
-
-
Michael Niedermayer authored
Originally committed as revision 9963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 19, 2007
-
-
Andreas Öman authored
patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 9765 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 13, 2007
-
-
Baptiste Coudurier authored
Originally committed as revision 9630 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jun 07, 2007
-
-
Diego Biurrun authored
This gets rid of some recursion and simplifies the code. Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
-