summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* lavc: add a bitstream filter for splitting VP9 superframesAnton Khirnov2016-12-141-0/+4
* lavc: add a null bitstream filterAnton Khirnov2016-12-141-0/+3
* APIChanges: Mention where release 12 was cutVittorio Giovara2016-12-081-0/+4
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-0/+4
* lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara2016-12-071-0/+4
* Remove Plan 9 supportDiego Biurrun2016-12-031-63/+0
* examples: fix a typo in an error messageAleksandr Slobodeniuk2016-12-021-1/+1
* utils: Add av_stream_add_side_data()James Almer2016-11-231-0/+3
* fate.sh: Allow setting other make flags for running testsMartin Storsjö2016-11-231-0/+2
* examples/decode_video: allocate the packet dynamicallyAnton Khirnov2016-11-231-5/+8
* examples/decode_video: switch to the new decoding APIAnton Khirnov2016-11-231-20/+23
* examples/decode_video: use a parser for splitting the inputAnton Khirnov2016-11-231-57/+56
* examples/encode_video: allocate the packet dynamicallyAnton Khirnov2016-11-231-7/+8
* examples/encode_video: switch to the new encoding APIAnton Khirnov2016-11-231-28/+31
* examples/decode_audio: flush the decoderAnton Khirnov2016-11-231-0/+5
* examples/decode_audio: allocate the packet dynamicallyAnton Khirnov2016-11-231-5/+6
* examples/decode_audio: handle planar audio now produced by the MP2 decoderAnton Khirnov2016-11-231-5/+25
* examples/decode_audio: use the new audio decoding APIAnton Khirnov2016-11-231-14/+20
* examples/decode_audio: use a parser for splitting the inputAnton Khirnov2016-11-231-28/+54
* examples/encode_audio: switch to the new audio encoding APIAnton Khirnov2016-11-231-16/+43
* examples/qsvdec: convert to the new decoding APIAnton Khirnov2016-11-231-23/+25
* examples/qsvdec: switch to the hwcontext APIAnton Khirnov2016-11-231-266/+51
* doc: Add libxavs sectionDiego Biurrun2016-11-211-0/+8
* hlsenc: Add encryption supportLuca Barbato2016-11-171-0/+13
* examples/transcode_aac: Drop pointless return value const qualifierDiego Biurrun2016-11-171-1/+1
* Ignore all generated example binariesDiego Biurrun2016-11-171-0/+5
* doc: Add note about recent regression in AviSynth+Stephen Hutchinson2016-11-171-0/+13
* examples/decode_audio: Add missing header for av_free()Diego Biurrun2016-11-101-2/+3
* pixfmt: Add GRAY12Luca Barbato2016-11-071-0/+3
* hwcontext: Hardware frame mappingMark Thompson2016-11-031-0/+4
* doc: Turn off noisy deprecation warnings in the option printerDiego Biurrun2016-11-021-4/+10
* examples/decode_video: remove a stray unrelated commentAnton Khirnov2016-11-021-2/+0
* examples/decode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov2016-11-021-7/+12
* examples/encode_video: set the framerateAnton Khirnov2016-11-021-1/+3
* examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-023-164/+188
* examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-023-98/+140
* examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-021-16/+10
* examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-021-4/+4
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-023-171/+213
* Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|vDiego Biurrun2016-10-221-5/+8
* lavc: add a bitstream filter for extracting extradata from packetsAnton Khirnov2016-10-161-0/+18
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-121-0/+3
* Add GBRP12 pixel format supportMichael Niedermayer2016-10-121-0/+3
* APIchanges: Expand the name of recently added pixel formatsVittorio Giovara2016-10-121-1/+1
* hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov2016-10-021-0/+3
* avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-301-0/+3
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-1/+1