summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/RV40 demuxing (untested)Michael Niedermayer2005-01-06
| | | | Originally committed as revision 3809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)Michael Niedermayer2005-01-04
| | | | Originally committed as revision 3805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable yuv_image_formatMichael Niedermayer2005-01-04
| | | | Originally committed as revision 3803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .{Y,U,V} image2 supportMichael Niedermayer2005-01-04
| | | | Originally committed as revision 3802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Writes correct unknown aspectRoine Gustafsson2005-01-04
| | | | | | | | - Adds read and write support for yuv422p and yuv444p - New parser will read all well-formed YUV4MPEG2 stream headers patch by (Roine Gustafsson <roine users.sourceforge net>) Originally committed as revision 3800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2005-01-03
| | | | Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip INDX chunksMichael Niedermayer2005-01-03
| | | | Originally committed as revision 3796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WV1F supportMichael Niedermayer2005-01-01
| | | | Originally committed as revision 3790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffm_init() for win32, so the regression tests dont fail thereMichael Niedermayer2004-12-30
| | | | Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when both amr_nb and amr_wb are enabledRoberto Togni2004-12-29
| | | | Originally committed as revision 3782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-29
| | | | Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preroll is in msMichael Niedermayer2004-12-22
| | | | | | pts should start at start_time Originally committed as revision 3771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0l fixMichael Niedermayer2004-12-22
| | | | Originally committed as revision 3770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer integer fps if possible when guessingMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess fps for the variable fps caseMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression test failureMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (double free)Michael Niedermayer2004-12-19
| | | | Originally committed as revision 3764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken avi / div by zero fixMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users ↵Roine Gustafsson2004-12-17
| | | | | | sourceforge net>) Originally committed as revision 3756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround some broken mpeg-ps timestampsMichael Niedermayer2004-12-15
| | | | Originally committed as revision 3755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some sanity checks on what is muxed, invalid timestamps in mpeg are very ↵Michael Niedermayer2004-12-14
| | | | | | common and lead to strange errors in the mpeg muxer otherwise Originally committed as revision 3752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* load the 'avcC' atom needed for 'avc1' decodingMike Melanson2004-12-09
| | | | Originally committed as revision 3745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rm 2nd tryMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rmMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm encoding fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to recover from errors instead of failing fatalyMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various demuxer fixesMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pts based duration/bitrate guessing code for mpeg-tsMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing pipe seek bugMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next try at fixing rv20 decodingMichael Niedermayer2004-12-05
| | | | Originally committed as revision 3728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch takes into account that fifo_realloc may adjust fifo.wptrChriss2004-12-05
| | | | | | patch by ("Chris" chris at garveycocker dot com) Originally committed as revision 3727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fifo_realloc()Michael Niedermayer2004-12-01
| | | | Originally committed as revision 3726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a annoying debug printfMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.aviMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-28
| | | | | | | "huffyuv" is compatible with the official version "ffvhuff" contains our improvements Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss2004-11-23
| | | | Originally committed as revision 3706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer2004-11-23
| | | | Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ↵Michael Niedermayer2004-11-21
| | | | | | Paul Curtis <pfc >at> terrapin <dot< com>) Originally committed as revision 3700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct typesMike Melanson2004-11-20
| | | | Originally committed as revision 3698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First implementation of nsv demuxer.François Revol2004-11-20
| | | | | | Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms) Originally committed as revision 3696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unknown streams instead of failingMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 demuxing fixMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native QPEG video decoder, courtesy of Konstantin ShishkovMike Melanson2004-11-17
| | | | Originally committed as revision 3688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loop hackMichael Niedermayer2004-11-16
| | | | Originally committed as revision 3687 to svn://svn.ffmpeg.org/ffmpeg/trunk