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
2012-01-27lavf: remove disabled FF_API_DUMP_FORMAT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FORMAT_PARAMETERS cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_METADATA2 cruftAnton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-25libavformat: Add a flag for muxers that support write_packet(NULL) for flushingMartin Storsjö
2012-01-18lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov
2012-01-12lavf: undeprecate read_seek().Anton Khirnov
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-12lavf: add avformat_close_input().Anton Khirnov
2011-12-12lavf: deprecate av_close_input_stream().Anton Khirnov
2011-12-12lavf doxy: add some basic demuxing documentation.Anton Khirnov
2011-12-12lavf doxy: add some general lavf information.Anton Khirnov
2011-12-12lavf doxy: add misc utility functions to a group.Anton Khirnov
2011-12-12lavf doxy: add av_guess_codec/format to the encoding group.Anton Khirnov
2011-12-12lavf doxy: add core functions to a doxy group.Anton Khirnov
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-11lavf doxy: add muxing stuff to lavf_encoding groupAnton Khirnov
2011-12-11lavf doxy: add demuxing stuff to lavf_decoding groupAnton Khirnov
2011-12-11lavf doxy: expand/reword metadata API doxy.Anton Khirnov
2011-12-11lavf doxy: add installed headers to groups.Anton Khirnov
2011-12-11lavf doxy: rename lavf I/O group to lavf_io.Anton Khirnov
2011-12-11lavf doxy: add metadata docs to the main lavf groupAnton Khirnov
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-13avio: Add AVIOInterruptCBMartin Storsjö
2011-11-08lavf: expand doxy for some AVFormatContext fields.Anton Khirnov
2011-11-07avformat: Revise wordingMartin Storsjö
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-10-29lavf: use number of output pictures for delay checks.Ronald S. Bultje
2011-10-28lavf: move private fields in AVStream to the end at next bump.Anton Khirnov
2011-10-28lavf: move private fields in AVFormatContext to the end at next bump.Anton Khirnov
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-25lavf: deprecate AVStream.stream_copyAnton Khirnov
2011-10-25mpegenc: add preload private option.Anton Khirnov
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov
2011-10-17lavf: deprecate AVFormatContext.file_sizeAnton Khirnov
2011-10-14avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles
2011-10-14avformat: update AVInputFormat allowed flagsJustin Ruggles
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-08-16lavf: add avformat_query_codec().Anton Khirnov
2011-08-12lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody
2011-08-02lavf: Add an option to discard corrupted framesZohar Kelrich
2011-07-28lavf: add forgotten attribute_deprecated to av_find_stream_info()Anton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-10lavf: add avformat_find_stream_info()Anton Khirnov
2011-07-08gif: add loop private option.Anton Khirnov
2011-07-08img2: add loop private option.Anton Khirnov
2011-07-06lavf: deprecate AVStream.quality.Anton Khirnov