aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* parse pict_type for streams in aviMichael Niedermayer2005-08-151-0/+5
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-151-9/+59
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-08-141-4/+8
| | | | | | uni-muenchen de) Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-141-0/+24
| | | | Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-171-76/+78
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-0/+3
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ↵Kenneth Aafløy2005-07-081-2/+5
| | | | | | kenneth, aafloy net) Originally committed as revision 4423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-051-0/+1
| | | | Originally committed as revision 4422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failureMichael Niedermayer2005-06-291-2/+7
| | | | Originally committed as revision 4411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel ↵Daniel Kristjansson2005-06-281-50/+133
| | | | | | Kristjansson: danielk, cat nyu edu) Originally committed as revision 4405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont open and close codec at every call of try_decode_frame() as this is not ↵Michael Niedermayer2005-06-271-3/+10
| | | | | | only slow but also fails if the previous frame is needed for setting some parameters correctly Originally committed as revision 4400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-271-3/+18
| | | | Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-051-1/+1
| | | | Originally committed as revision 4354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-291-13/+13
| | | | Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-261-0/+25
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-221-2/+4
| | | | | | | 10l (wrong time base) use timestamps if duration isnt available Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ↵Aurelien Jacobs2005-05-191-5/+3
| | | | | | apps instead of URLProtocol) Originally committed as revision 4275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overflows)Michael Niedermayer2005-05-121-3/+3
| | | | Originally committed as revision 4226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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