- 24 Apr, 2008 11 commits
-
-
Bartlomiej Wolowiec authored
and then reads the channel_map stuff Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Baptiste Coudurier authored
Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Thorsten Jordan authored
Patch by Thorsten Jordan tjordanATmacrosystem de Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gianluigi Tiesi authored
Patch by Gianluigi Tiesi <mplayer at netfarm.it> Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Apr, 2008 1 commit
-
-
Michael Niedermayer authored
which is a multiple of the packet size from the last packet start instead of the file start. This fixes some seek issues with randomly cut ts files and the mysterious "4 byte PCR somehing MTS something bug". Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Apr, 2008 11 commits
-
-
Ramiro Polla authored
num_coeffs is just one byte. It would make no sense for num_coeffs to be as high as 2^32. Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Remove the big comment and add comments about the skipped fields. Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Thorsten Jordan authored
Patch by Thorsten Jordan ( tjordan macrosystem de ) Originally committed as revision 12928 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12927 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Rafaël Carré authored
Patch by Rafaël Carré ( funman videolan org ) Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12925 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
glue code should have a lib prefix in its name. Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bartlomiej Wolowiec authored
Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Sisir Koppaka authored
patch by Sisir Koppaka, sisir.koppaka gmail com Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2008 6 commits
-
-
Andreas Öman authored
Closes issue64. Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Patch by Stefano Sabatini stefano sabatini-lala posteit Originally committed as revision 12919 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Keiji Costantini authored
Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12918 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Keiji Costantini authored
Patch by strites: strites gmail com Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations Date: 04/06/2008 11:32 PM Originally committed as revision 12917 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Henrik Gulbrandsen authored
Patch by Henrik Gulbrandsen: henrik gulbra net Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
If av_exit() was called after an AVFormatContext was created, but before its file was opened, av_exit() would pass a NULL pointer to url_fclose(). Originally committed as revision 12915 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2008 4 commits
-
-
Reimar Döffinger authored
Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
header_start values are always valid. Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg (still does not play though). Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benjamin Larsson authored
Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Apr, 2008 7 commits
-
-
Vladimir Voroshilov authored
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vladimir Voroshilov authored
probe conflict between WAV and future ACT demuxer. This is necessary because ACT has standard WAV header at top of it's own. Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
The function uses dct_block from the context anyways. Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
There is no vlc2, so there is no point in numbering it. Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Thanks to tripp for the not mingw32 make note... Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-