summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples/output: switch to the new encoding APIAnton Khirnov2016-09-281-27/+44
* APIchanges: fix a typo in the version numberAnton Khirnov2016-09-281-1/+1
* lavu: Bump version for the 12bit Planar YUV supportLuca Barbato2016-09-271-0/+3
* avcodec: Add the extended pixel format profile for HEVCYogender Gupta2016-09-191-0/+3
* build: doc: more fine-grained dependencies for generated texi filesDiego Biurrun2016-09-151-4/+7
* imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov2016-08-311-0/+4
* lavc: Remove old vaapi decode infrastructureMark Thompson2016-08-301-0/+4
* High Definition Compatible Digital (HDCD) decoder filter, using libhdcdBurt P2016-08-292-0/+56
* doc: Document FATE option HWACCELLuca Barbato2016-08-261-0/+5
* x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun2016-07-201-0/+3
* examples: Properly free AVCodecContextVittorio Giovara2016-07-201-8/+4
* apichanges: Fill in missing hashes and datesDiego Biurrun2016-07-161-19/+19
* doc: escape left brace in texi2pod.pl regexJanne Grunau2016-07-101-1/+1
* hwcontext_vaapi: Add driver quirks to the hwdeviceMark Thompson2016-07-021-0/+4
* pixfmt: add P010 pixel formatHendrik Leppkes2016-07-021-0/+3
* Add an OpenH264 decoder wrapperMartin Storsjö2016-06-281-1/+8
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-06-251-0/+9
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-0/+4
* hwcontext: add a QSV implementationAnton Khirnov2016-06-211-0/+4
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-211-0/+3
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-201-0/+2
* Add MagicYUV decoderPaul B Mahol2016-06-201-0/+1
* lavc: add H.264 MVC profilesAnton Khirnov2016-06-121-0/+3
* hwcontext: add a function for opening devicesAnton Khirnov2016-05-261-0/+3
* avcodec: Bump micro version after changing public JPEG 2000 definesDiego Biurrun2016-05-241-0/+3
* Add release notes for 12.Anton Khirnov2016-05-191-49/+48
* avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-181-0/+4
* stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-171-0/+3
* hwcontext: add a dxva2 implementationAnton Khirnov2016-05-171-0/+3
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-133-0/+12
OpenPOWER on IntegriCloud