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-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
2011-04-10avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov
2011-04-10avio: update file header.Anton Khirnov
2011-04-10oggdec: fix demuxing chained audio streamsClément Bœsch
2011-04-10daud: Don't write packets that are too large to have their size expressed in ...Alex Converse
2011-04-09avformat.h: fix a misplaced #endifAnton Khirnov
2011-04-08lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov
2011-04-08avio: deprecate av_protocol_next().Anton Khirnov
2011-04-08avio: add a function for iterating though protocol names.Anton Khirnov
2011-04-08lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
2011-04-08avio: make URLProtocol internal.Anton Khirnov
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08applehttp: don't use deprecated url_ functions.Anton Khirnov
2011-04-08avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov
2011-04-08asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov
2011-04-07proto: include os_support.h in network.hLuca Barbato