summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-26
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-26
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-26
* qsv: Move down the implementation queryLuca Barbato2016-02-26
* avpacket: properly reset data/size in av_packet_move_ref()Anton Khirnov2016-02-26
* mpegvideo_enc: use avcodec_free_context() instead of av_free()Anton Khirnov2016-02-26
* vc1dec: Check group allocations separatedlyVittorio Giovara2016-02-25
* vc1dec: Fix leak on error for array allocationsVittorio Giovara2016-02-25
* vc1dec: Properly call deinit function on errorVittorio Giovara2016-02-25
* vc1dec: Drop commented out cruftVittorio Giovara2016-02-25