aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* better r_frame_rate guessing codeMichael Niedermayer2005-05-061-21/+30
| | | | Originally committed as revision 4193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* division by zero fixMichael Niedermayer2005-05-061-2/+2
| | | | Originally committed as revision 4191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-061-6/+6
| | | | Originally committed as revision 4190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-90/+50
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-3/+7
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* discard dummy packets before doing inapropriate checks on them and failing ↵Michael Niedermayer2005-03-241-3/+4
| | | | | | as a result Originally committed as revision 4078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-131-8/+17
| | | | Originally committed as revision 4034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-261-0/+1
| | | | Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+0
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-291-1/+1
| | | | Originally committed as revision 3898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support colon-separated rates patch by Roine Gustafsson <roine AT users DOT ↵Roine Gustafsson2005-01-271-0/+2
| | | | | | sourceforge DOT net> Originally committed as revision 3892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-1/+1
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing for short files where the framerate detection failedMichael Niedermayer2005-01-221-0/+5
| | | | Originally committed as revision 3859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+1
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-3/+14
| | | | | | | 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
* 10lMichael Niedermayer2005-01-031-1/+1
| | | | Originally committed as revision 3798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0l fixMichael Niedermayer2004-12-221-1/+1
| | | | Originally committed as revision 3770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer integer fps if possible when guessingMichael Niedermayer2004-12-211-0/+9
| | | | Originally committed as revision 3769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess fps for the variable fps caseMichael Niedermayer2004-12-211-0/+5
| | | | Originally committed as revision 3768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-191-0/+23
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround some broken mpeg-ps timestampsMichael Niedermayer2004-12-151-0/+8
| | | | 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-141-3/+16
| | | | | | 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-141-4/+2
| | | | Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pts based duration/bitrate guessing code for mpeg-tsMichael Niedermayer2004-12-061-1/+1
| | | | Originally committed as revision 3731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing pipe seek bugMichael Niedermayer2004-12-061-1/+1
| | | | Originally committed as revision 3730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fifo_realloc()Michael Niedermayer2004-12-011-1/+31
| | | | Originally committed as revision 3726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.aviMichael Niedermayer2004-11-301-1/+1
| | | | Originally committed as revision 3723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-281-0/+1
| | | | | | | "huffyuv" is compatible with the official version "ffvhuff" contains our improvements Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer2004-11-231-1/+2
| | | | Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw h261 demuxing fixMichael Niedermayer2004-11-131-0/+1
| | | | Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the codec for imag2pipe tooMichael Niedermayer2004-11-121-1/+1
| | | | Originally committed as revision 3674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-111-0/+30
| | | | | | | 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
* porting png support from -f image to -f image2Michael Niedermayer2004-11-091-0/+1
| | | | Originally committed as revision 3665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image stream copyMichael Niedermayer2004-11-081-1/+3
| | | | Originally committed as revision 3662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse ↵Nathan Kurz2004-10-221-6/+9
| | | | | | dot com>) Originally committed as revision 3622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag at a more central place instead of in every demuxer for ↵Michael Niedermayer2004-10-221-0/+24
| | | | | | containers which only store intra only streams Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure in case of timestamp discontinuitiesMichael Niedermayer2004-10-131-1/+2
| | | | Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic cur_dts updateMichael Niedermayer2004-10-121-23/+21
| | | | | | removing cur_dts update code from dv again, i think its not needed Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-111-1/+3
| | | | Originally committed as revision 3581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-111-0/+8
| | | | | | uni-muenchen dot de>) Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-101-64/+98
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write error handlingMichael Niedermayer2004-10-081-1/+12
| | | | Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial dts fixMichael Niedermayer2004-10-031-2/+2
| | | | Originally committed as revision 3555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SCR timestamp fix try #1Michael Niedermayer2004-10-031-0/+28
| | | | Originally committed as revision 3550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move free() of AVStream priv data to av_write_trailer()Michael Niedermayer2004-10-011-3/+6
| | | | Originally committed as revision 3548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move packet interleaving function into AVOutputFormat, so it can be ↵Michael Niedermayer2004-09-291-59/+93
| | | | | | overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based Originally committed as revision 3540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninitalized variablesMichael Niedermayer2004-09-281-1/+2
| | | | Originally committed as revision 3534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>)Michael Niedermayer2004-08-131-3/+3
| | | | Originally committed as revision 3387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz ↵Petr Doubek2004-08-121-3/+23
| | | | | | | | dot ch>) tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>) Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk