summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-13/+13
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-151/+151
* nan fps fixMichael Niedermayer2005-12-161-1/+6
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-7/+7
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-041-4/+7
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-181-0/+5
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-061-1/+0
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+17
* parse pict_type for streams in aviMichael Niedermayer2005-08-151-0/+5
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-151-9/+59
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-141-4/+8
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-141-0/+24
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-76/+78
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-171-0/+3
* avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: ke...Kenneth Aafløy2005-07-081-2/+5
* av_seek_frame() docs timestamp clarificationMichael Niedermayer2005-07-051-0/+1
* fix assertion failureMichael Niedermayer2005-06-291-2/+7
* part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kris...Daniel Kristjansson2005-06-281-50/+133
* dont open and close codec at every call of try_decode_frame() as this is not ...Michael Niedermayer2005-06-271-3/+10
* support changing in bitstream global headers into extradata style and backMichael Niedermayer2005-06-271-3/+18
* typo fix by (lists: kenneth aafloy net)Michael Niedermayer2005-06-051-1/+1
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-291-13/+13
* AVPacket.posMichael Niedermayer2005-05-261-0/+25
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-221-2/+4
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-5/+3
* 10l (overflows)Michael Niedermayer2005-05-121-3/+3
* better r_frame_rate guessing codeMichael Niedermayer2005-05-061-21/+30
* division by zero fixMichael Niedermayer2005-05-061-2/+2
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-061-6/+6
* switch to native time basesMichael Niedermayer2005-04-301-90/+50
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-3/+7
* discard dummy packets before doing inapropriate checks on them and failing as...Michael Niedermayer2005-03-241-3/+4
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
* keyframe & non keyframe index fixesMichael Niedermayer2005-03-131-8/+17
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-261-0/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+0
* dont predict missing timestamps if we lack the required information to do soMichael Niedermayer2005-01-291-1/+1
* support colon-separated rates patch by Roine Gustafsson <roine AT users DOT s...Roine Gustafsson2005-01-271-0/+2
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-1/+1
* fixing demuxing for short files where the framerate detection failedMichael Niedermayer2005-01-221-0/+5
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+1
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-3/+14
* 10lMichael Niedermayer2005-01-031-1/+1
* 1/0l fixMichael Niedermayer2004-12-221-1/+1
* prefer integer fps if possible when guessingMichael Niedermayer2004-12-211-0/+9
* guess fps for the variable fps caseMichael Niedermayer2004-12-211-0/+5
* try to guess the fps if they are variableMichael Niedermayer2004-12-191-0/+23
* workaround some broken mpeg-ps timestampsMichael Niedermayer2004-12-151-0/+8
* some sanity checks on what is muxed, invalid timestamps in mpeg are very comm...Michael Niedermayer2004-12-141-3/+16
OpenPOWER on IntegriCloud