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
2016-12-14lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov
2016-12-14lavc: add a null bitstream filterAnton Khirnov
2016-12-08APIChanges: Mention where release 12 was cutVittorio Giovara
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-12-07lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara
2016-12-03Remove Plan 9 supportDiego Biurrun
2016-12-02examples: fix a typo in an error messageAleksandr Slobodeniuk
2016-11-23utils: Add av_stream_add_side_data()James Almer
2016-11-23fate.sh: Allow setting other make flags for running testsMartin Storsjö
2016-11-23examples/decode_video: allocate the packet dynamicallyAnton Khirnov
2016-11-23examples/decode_video: switch to the new decoding APIAnton Khirnov
2016-11-23examples/decode_video: use a parser for splitting the inputAnton Khirnov
2016-11-23examples/encode_video: allocate the packet dynamicallyAnton Khirnov
2016-11-23examples/encode_video: switch to the new encoding APIAnton Khirnov
2016-11-23examples/decode_audio: flush the decoderAnton Khirnov
2016-11-23examples/decode_audio: allocate the packet dynamicallyAnton Khirnov
2016-11-23examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov
2016-11-23examples/decode_audio: use the new audio decoding APIAnton Khirnov
2016-11-23examples/decode_audio: use a parser for splitting the inputAnton Khirnov
2016-11-23examples/encode_audio: switch to the new audio encoding APIAnton Khirnov
2016-11-23examples/qsvdec: convert to the new decoding APIAnton Khirnov
2016-11-23examples/qsvdec: switch to the hwcontext APIAnton Khirnov
2016-11-21doc: Add libxavs sectionDiego Biurrun
2016-11-17hlsenc: Add encryption supportLuca Barbato
2016-11-17examples/transcode_aac: Drop pointless return value const qualifierDiego Biurrun
2016-11-17Ignore all generated example binariesDiego Biurrun
2016-11-17doc: Add note about recent regression in AviSynth+Stephen Hutchinson
2016-11-10examples/decode_audio: Add missing header for av_free()Diego Biurrun
2016-11-08pixfmt: Add GRAY12Luca Barbato
2016-11-04hwcontext: Hardware frame mappingMark Thompson
2016-11-02doc: Turn off noisy deprecation warnings in the option printerDiego Biurrun
2016-11-02examples/decode_video: remove a stray unrelated commentAnton Khirnov
2016-11-02examples/decode_video: constify the AVCodec instanceAnton Khirnov
2016-11-02examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov
2016-11-02examples/encode_video: set the framerateAnton Khirnov
2016-11-02examples/encode_video: constify the AVCodec instanceAnton Khirnov
2016-11-02examples/avcodec: split the remaining two examples into separate filesAnton Khirnov
2016-11-02examples/decode_audio: constify the AVCodec instanceAnton Khirnov
2016-11-02examples/avcodec: split audio decoding into a separate exampleAnton Khirnov
2016-11-02examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov
2016-11-02examples/encode_audio: constify AVCodec instancesAnton Khirnov
2016-11-02examples/avcodec: split audio encoding into a separate exampleAnton Khirnov
2016-10-22Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|vDiego Biurrun
2016-10-16lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov
2016-10-12Add GBRAP12 pixel format supportKieran Kunhya
2016-10-12Add GBRP12 pixel format supportMichael Niedermayer
2016-10-12APIchanges: Expand the name of recently added pixel formatsVittorio Giovara
2016-10-02hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov
2016-09-30avio: add a new flag for marking streams seekable by timestampAnton Khirnov
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun