summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* swscale: Add GRAY12Luca Barbato2016-11-07
* pixfmt: Add GRAY12Luca Barbato2016-11-07
* qsv{enc,dec}: extend the internal frame allocatorAnton Khirnov2016-11-07
* qsv{dec,enc}: use a struct as a memory id with internal memory allocatorAnton Khirnov2016-11-07
* qsv{dec,enc}: always use an internal mfxFrameSurface1Anton Khirnov2016-11-07
* hwcontext_qsv: support frame mappingAnton Khirnov2016-11-07
* hwcontext_qsv: transfer data through the child context when VPP failsAnton Khirnov2016-11-07
* hwcontext_qsv: do not fail when download/upload VPP session creation failsAnton Khirnov2016-11-07
* hwcontext_qsv: add support for the P8 formatAnton Khirnov2016-11-07
* hwcontext_dxva2: add support for the P8 formatAnton Khirnov2016-11-07
* hwcontext_dxva2: frame mapping supportAnton Khirnov2016-11-07
* dxva2: fix surface selection when compiled with both d3d11va and dxva2Hendrik Leppkes2016-11-07
* libx265: Add option to force IDR framesDerek Buitenhuis2016-11-07
* x86: Drop stray semicolons after function definitionsDiego Biurrun2016-11-05
* configure: Silence lld-link when getting the version numberMartin Storsjö2016-11-04
* arm: vp9mc: Insert a literal pool at the middle of the fileMartin Storsjö2016-11-04
* hwcontext_vaapi: Frame mapping supportMark Thompson2016-11-03
* lavfi: Hardware map filterMark Thompson2016-11-03
* hwcontext: Hardware frame mappingMark Thompson2016-11-03
* Drop unreachable break and return statementsDiego Biurrun2016-11-03
* float_dsp: Have implementation match function pointer prototypeDiego Biurrun2016-11-03
* dnxhdenc: Have function pointer prototype match implementationDiego Biurrun2016-11-03
* pixblockdsp: Have function pointer prototype match implementationDiego Biurrun2016-11-03
* ituh263dec: Have function signature match across declaration and definitionDiego Biurrun2016-11-03
* vf_hwupload_cuda: Fix build errorMark Thompson2016-11-03
* svq3: Drop unused function dctcoef_get()Diego Biurrun2016-11-03
* intrax8: Have function signature match across declaration and definitionDiego Biurrun2016-11-03
* options_table: Remove a now unnecessary include of config.hMartin Storsjö2016-11-03
* arm: vp9: Add NEON optimizations of VP9 MC functionsMartin Storsjö2016-11-03
* vp9: Flip the order of arguments in MC functionsMartin Storsjö2016-11-03
* lavfi: Always propagate hw_frames_ctx through linksMark Thompson2016-11-02
* lavfi: Use ff_get_video_buffer in all filters using hwframesMark Thompson2016-11-02
* lavfi: Make default get_video_buffer work with hardware framesMark Thompson2016-11-02
* doc: Turn off noisy deprecation warnings in the option printerDiego Biurrun2016-11-02
* rtmpproto: Restructure zlib code to avoid unreachable code warningDiego Biurrun2016-11-02
* bink: Have function pointer prototype match implementationDiego Biurrun2016-11-02
* idct: Have function pointer prototype match implementationDiego Biurrun2016-11-02
* aactab: Move extern keyword to the front of array declarationsDiego Biurrun2016-11-02
* vf_drawtext: Move static keyword to beginning of variable declarationDiego Biurrun2016-11-02
* examples/decode_video: remove a stray unrelated commentAnton Khirnov2016-11-02
* examples/decode_video: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/encode_video: use the AVFrame API for allocating the frameAnton Khirnov2016-11-02
* examples/encode_video: set the framerateAnton Khirnov2016-11-02
* examples/encode_video: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/avcodec: split the remaining two examples into separate filesAnton Khirnov2016-11-02
* examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-02
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-02
* examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-02
* examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-02
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-02