summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-20
* avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-20
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-20
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* asf: remove commented out code in asf_read_seekVladimir Pantelic2011-04-20
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove misc disabled cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-18
* asfdec: Remove dead code from asf_read_close().Diego Biurrun2011-04-18
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* xwma: Fix wrong printf format expression.Diego Biurrun2011-04-15
* xwma demuxer: typosMax Horn2011-04-15
* oggdec: simplify audio chained ogg streams supportClément Bœsch2011-04-15
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* add xWMA demuxerMax Horn2011-04-14
* mpegts: force the default timebaseRudolf Polzer2011-04-14
* lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-13
* lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-04-13
* applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-13
* lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-13
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-13
* file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-13
* avio: add avio_check()Stefano Sabatini2011-04-13
* avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-13
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-12
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-12
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-12
* Fix compilation of timefilter test program.Diego Biurrun2011-04-11
* avio: add more documentation for AVIOContext.Anton Khirnov2011-04-10
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10