Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-20asf: remove commented out code in asf_read_seekVladimir Pantelic
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove misc disabled cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_SYMVER cruftAnton Khirnov
2011-04-19lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov
2011-04-19lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov
2011-04-19lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov
2011-04-19lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-18Replace mplayerhq.hu URLs by libav.org.Diego Biurrun
2011-04-18asfdec: Remove dead code from asf_read_close().Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-15xwma: Fix wrong printf format expression.Diego Biurrun
2011-04-15xwma demuxer: typosMax Horn
2011-04-15oggdec: simplify audio chained ogg streams supportClément Bœsch
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-14add xWMA demuxerMax Horn
2011-04-14mpegts: force the default timebaseRudolf Polzer
2011-04-13lavf: postpone removal of public metadata conversion APIAnton Khirnov
2011-04-13lavf: postpone removal of deprecated avio functionsAnton Khirnov
2011-04-13applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö
2011-04-13lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov
2011-04-13avio: deprecate url_exist in favor of avio_check.Anton Khirnov
2011-04-13file: implement url_check() callback in the file and pipe protocolsStefano Sabatini
2011-04-13avio: add avio_check()Stefano Sabatini
2011-04-13avio: left-shift AVIO_ flags on next bumpAnton Khirnov
2011-04-13lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak
2011-04-13flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-12flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander
2011-04-11Fix compilation of timefilter test program.Diego Biurrun
2011-04-10avio: add more documentation for AVIOContext.Anton Khirnov
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-10avio: document some members of AVIOContext.Anton Khirnov
2011-04-10avio: document avio_close().Anton Khirnov
2011-04-10avio: cosmetics, vertically align comments.Anton Khirnov
2011-04-10avio: cosmetics, group the reading functions.Anton Khirnov
2011-04-10avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov