summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ...Michel Bardiaux2006-09-041-11/+21
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-301-15/+14
* added option probesize; at the moment only used by mpegts.cNico Sabbi2006-08-271-0/+4
* initial support for AVOption in AVFormatContextNico Sabbi2006-08-271-2/+21
* update documentationBaptiste Coudurier2006-08-111-3/+12
* export av_interleave_packet_per_dtsBaptiste Coudurier2006-08-111-1/+1
* dont be too picky about timestampsbeing wrong if the destination container is...Michael Niedermayer2006-08-081-2/+2
* timestamp debugging av_logs()Michael Niedermayer2006-08-081-2/+16
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-231-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-1/+7
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* set proper bits_per_sample value for ADPCM codecsAurelien Jacobs2006-07-081-1/+1
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-36/+5
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-301-0/+1
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-291-1/+2
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-291-3/+2
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-251-3/+7
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-201-1/+1
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-0/+1
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
* use av_d2q to parse frame rateBaptiste Coudurier2006-03-241-2/+3
* provide more info on which streams lack codec parametersMichael Niedermayer2006-03-211-1/+5
* simplify AVFormatParameters NULL checksMichael Niedermayer2006-03-111-0/+6
* add size to AVIndexMichael Niedermayer2006-03-011-2/+3
* Fix for url_fclose() being called on an already closed file based on a patch ...Michael Niedermayer2006-02-111-0/+1
* improve fps guessing codeMichael Niedermayer2006-02-021-11/+19
* sanity checks for seekingMichael Niedermayer2006-02-021-0/+6
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-021-13/+14
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* WinCE cross-compilation supportGildas Bazin2006-01-221-0/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* 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