summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ke...Kenneth Aafløy2005-07-08
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-05
* fix assertion failureMichael Niedermayer2005-06-29
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kris...Daniel Kristjansson2005-06-28
* dont open and close codec at every call of try_decode_frame() as this is not ...Michael Niedermayer2005-06-27
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-27
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-05
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-29
* AVPacket.posMichael Niedermayer2005-05-26
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-22
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* 10l (overflows)Michael Niedermayer2005-05-12
* better r_frame_rate guessing codeMichael Niedermayer2005-05-06
* division by zero fixMichael Niedermayer2005-05-06
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-06
* switch to native time basesMichael Niedermayer2005-04-30
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* discard dummy packets before doing inapropriate checks on them and failing as...Michael Niedermayer2005-03-24
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-13
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-29
* support colon-separated rates patch by Roine Gustafsson <roine AT users DOT s...Roine Gustafsson2005-01-27
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* fixing demuxing for short files where the framerate detection failedMichael Niedermayer2005-01-22
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* 10lMichael Niedermayer2005-01-03
* 1/0l fixMichael Niedermayer2004-12-22
* prefer integer fps if possible when guessingMichael Niedermayer2004-12-21
* guess fps for the variable fps caseMichael Niedermayer2004-12-21
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
* workaround some broken mpeg-ps timestampsMichael Niedermayer2004-12-15
* some sanity checks on what is muxed, invalid timestamps in mpeg are very comm...Michael Niedermayer2004-12-14
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-14
* use pts based duration/bitrate guessing code for mpeg-tsMichael Niedermayer2004-12-06
* fixing pipe seek bugMichael Niedermayer2004-12-06
* fifo_realloc()Michael Niedermayer2004-12-01
* fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.aviMichael Niedermayer2004-11-30
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-28
* int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer2004-11-23
* raw h261 demuxing fixMichael Niedermayer2004-11-13
* try to guess the codec for imag2pipe tooMichael Niedermayer2004-11-12
* move p*m from image/lavf -> image2/lavcMichael Niedermayer2004-11-11
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09
* fix image stream copyMichael Niedermayer2004-11-08