summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 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
* disable redundant image formats, otherwise we wont get any bugreports about ↵Michael Niedermayer2004-11-14
| | | | | | -f image2 Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw h261 demuxing fixMichael Niedermayer2004-11-13
| | | | Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the codec for imag2pipe tooMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last packet size fixMichael Niedermayer2004-11-12
| | | | Originally committed as revision 3673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When playingKostya Shishkov2004-11-12
| | | | | | | | | | | ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/QPEG/VWbig6.avi with my decoder (should appear soon) it hadn't changed palette even there are palette change chunks in that AVI. Here is small patch to make it work (zero number of colors to change in that chunk actually means to change ALL colors). patch by (Kostya <cannonball>at<bw-team>dot<com>) Originally committed as revision 3670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11
| | | | | | | video/audio_codec_id in AVFormatParameters to override/help demuxer av_guess_codec() to guess the default codecs based upon muxer + filename Originally committed as revision 3668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer image2 over imageMichael Niedermayer2004-11-10
| | | | Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09
| | | | Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2004-11-09
| | | | Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt2004-11-09
| | | | Originally committed as revision 3663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image stream copyMichael Niedermayer2004-11-08
| | | | Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cbr audio muxing fixMichael Niedermayer2004-11-06
| | | | Originally committed as revision 3661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>)Michael Niedermayer2004-10-28
| | | | Originally committed as revision 3643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Miro VideoXL (VIXL) decoder, courtesy of Konstantin ShishkovMike Melanson2004-10-27
| | | | Originally committed as revision 3641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* image2pipe fixMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvr-ms video decoding supportMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk