summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* svq3: add all the required dsp contexts into SVQ3ContextAnton Khirnov2016-03-28
* svq3: make the dsp functions staticAnton Khirnov2016-03-28
* h264: remove the svq3-specific codeAnton Khirnov2016-03-28
* svq3: rip out the mb decoding code shared with h264Anton Khirnov2016-03-28
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov2016-03-28
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-28
* h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov2016-03-28
* h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-28
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-28
* aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-26
* intrax8: Add a local BlockDSPContext and initialize itVittorio Giovara2016-03-25
* intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-25
* intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-25
* intrax8: Use a constant buffer instead of a ScratchpadContextVittorio Giovara2016-03-25
* intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-25
* intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-25
* intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-25
* intrax8: Make x8_init_block_index not use mpegvideo fieldsVittorio Giovara2016-03-25
* intrax8: Use local destination buffersVittorio Giovara2016-03-25
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-25
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* h264: Clean up #includesDiego Biurrun2016-03-25
* qsvdec_h2645: switch to the new BSF APIAnton Khirnov2016-03-25
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-23
* Move const qualifier before type nameDiego Biurrun2016-03-23
* vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-22
* intrax8: Check and propagate errors from ff_intrax8_common_initVittorio Giovara2016-03-22
* intrax8: Move documentation from implementation to header fileVittorio Giovara2016-03-22
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-22
* intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-22
* intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-22
* intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-22
* intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-22
* indeo4: Consistently initialize variablesVittorio Giovara2016-03-22
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-22
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-20
* takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2016-03-20
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* svq3: Use a separate buffer for decoding the slicesLuca Barbato2016-03-16
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-15
* mpegvideo: Refactor emulated_edge_mc callsLuca Barbato2016-03-05
* mpegvideo: Fix undefined negative shifts in mpeg_motion_internalLuca Barbato2016-03-05
* mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-05
* idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-05
* vdpau: Add missing deprecation guardsVittorio Giovara2016-03-05
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-05
* indeo2: Fix banding artefactsLuca Barbato2016-03-01
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-01