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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-02-24doc: name correct headerVittorio Giovara
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-24avconv: support forcing codec tags for input streamsAnton Khirnov
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
2014-02-19doc: Name the MOV muxer as it should be calledLuca Barbato
2014-02-19doc: Sort the muxer documentationLuca Barbato
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-17doc: Fix project name typoDiego Biurrun
2014-02-17Move all example programs to doc/examplesDiego Biurrun
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-02-14doc/examples: misc Doxygen markup improvementsDiego Biurrun
2014-02-14build: doxy: Include code examples in Doxygen documentationDiego Biurrun
2014-02-14doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun
2014-02-14build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun
2014-02-14Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun
2014-02-12Add libx265 encoderDerek Buitenhuis
2014-02-10build: fix examples compilation when EXESUF is not emptyChristophe Gisquet
2014-02-10avplay: add support for seeking to chapter marksAnton Khirnov
2014-02-10doc/APIchanges: mark the place where 9 was branchedAnton Khirnov
2014-02-10doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-02-08Mirillis FIC video decoderKostya Shishkov
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
2014-02-04vf_overlay: add eof_action switchKeith Lawson
2014-01-30doc: document correct option to list encodersJohn Stebbins
2014-01-30doc: add decoders.texiJohn Stebbins
2014-01-20lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov
2014-01-17mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov
2014-01-17mp3enc: add an option for disabling the Xing frame.Anton Khirnov
2014-01-10lavfi: add framepack filterVittorio Giovara
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker
2014-01-01Makefile: add html template files to the doxygen depsAnton Khirnov
2013-12-27doxy: Update the css to have a flat styleLuca Barbato
2013-12-27doxy: Fix link in badge colorLuca Barbato
2013-12-23doc: fix link to the ISC license text in the developer documentation.Tim Walker
2013-12-23doc: fix a coding style error in the developer documentation.Tim Walker
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-20lavc: add HEVC profiles namesGildas Cocherel
2013-12-18Prepare release notes for Libav 10 "Eks"Anton Khirnov
2013-12-15Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler
2013-12-15Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-09avframe: add codec-independent stereoscopic metadataVittorio Giovara
2013-12-01doc: Try to find nonstandard Perl path from the environmentDiego Biurrun
2013-11-27doc/platform: Update to reflect current MSVC build situationDerek Buitenhuis
2013-11-27Add an audio transcoding example.Andreas Unterweger