summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-08
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-07
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-25
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-20
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-24
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-21
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-11
* add size to AVIndexMichael Niedermayer2006-03-01
* Fix for url_fclose() being called on an already closed file based on a patch ...Michael Niedermayer2006-02-11
* improve fps guessing codeMichael Niedermayer2006-02-02
* sanity checks for seekingMichael Niedermayer2006-02-02
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-02
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* WinCE cross-compilation supportGildas Bazin2006-01-22
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* nan fps fixMichael Niedermayer2005-12-16
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-04
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-14
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-14
* 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