summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-2812-150/+214
* h2645_parse: compute the actual data length, without trailing padddingAnton Khirnov2016-03-282-3/+42
* h2645_parse: add support for parsing h264Anton Khirnov2016-03-284-5/+39
* h2645_parse: change the AVCodecContext* parameter to void*Anton Khirnov2016-03-282-7/+7
* h2645_parse: add a function for uninitializing the packetAnton Khirnov2016-03-284-8/+16
* hevc_parse: rename into h2645_parseAnton Khirnov2016-03-287-59/+91
* aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-262-18/+18
* intrax8: Add a local BlockDSPContext and initialize itVittorio Giovara2016-03-252-1/+4
* intrax8: Reference the current AVCodecContextVittorio Giovara2016-03-254-4/+9
* intrax8: Keep a reference to the GetBitContext readerVittorio Giovara2016-03-254-22/+21
* intrax8: Use a constant buffer instead of a ScratchpadContextVittorio Giovara2016-03-252-3/+3
* intrax8: Pass the output frame to the decoding functionVittorio Giovara2016-03-254-15/+21
* intrax8: Carry over the loopfilter value in ff_intrax8_decode_pictureVittorio Giovara2016-03-254-6/+12
* intrax8: Keep a reference to the context idctdspVittorio Giovara2016-03-254-9/+15
* intrax8: Make x8_init_block_index not use mpegvideo fieldsVittorio Giovara2016-03-251-12/+11
* intrax8: Use local destination buffersVittorio Giovara2016-03-252-17/+19
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-259-164/+204
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-2510-34/+24
* h264: Clean up #includesDiego Biurrun2016-03-252-6/+20
* qsvdec_h2645: switch to the new BSF APIAnton Khirnov2016-03-251-32/+52
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-242-61/+63
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-234-6/+531
* Move const qualifier before type nameDiego Biurrun2016-03-237-28/+28
* vc1dec: wmv2dec: Validate ff_intrax8_common_init return valueVittorio Giovara2016-03-222-7/+7
* intrax8: Check and propagate errors from ff_intrax8_common_initVittorio Giovara2016-03-222-6/+17
* intrax8: Move documentation from implementation to header fileVittorio Giovara2016-03-222-20/+22
* intrax8: K&R formatting cosmeticsVittorio Giovara2016-03-225-1653/+1792
* intrax8: Adjust printf conversion specifier for sizeof expressionDiego Biurrun2016-03-221-1/+2
* intrax8: Move a comment to the place it correspondsVittorio Giovara2016-03-221-6/+5
* intrax8: Wrap multiline macros in do{}while(0) clausesVittorio Giovara2016-03-221-7/+10
* intrax8: Move error resilience out of intrax8Vittorio Giovara2016-03-223-8/+10
* indeo4: Consistently initialize variablesVittorio Giovara2016-03-222-8/+4
* indeo4: Rework stream analysis reportVittorio Giovara2016-03-223-30/+18
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-2019-431/+1345
* takdec: ensure chan2 is a valid channel indexAndreas Cadhalpun2016-03-201-0/+6
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-198-10/+10
* svq3: Use a separate buffer for decoding the slicesLuca Barbato2016-03-161-23/+32
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-151-0/+2
* mpegvideo: Refactor emulated_edge_mc callsLuca Barbato2016-03-051-42/+36
* mpegvideo: Fix undefined negative shifts in mpeg_motion_internalLuca Barbato2016-03-051-6/+6
* mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-051-3/+3
* idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-053-25/+25
* vdpau: Add missing deprecation guardsVittorio Giovara2016-03-051-0/+2
* lavc: factor apply_param_change() AV_EF_EXPLODE handlingwm42016-03-051-13/+15
* indeo2: Fix banding artefactsLuca Barbato2016-03-012-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-011-104/+104
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-0120-243/+463
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-263-1/+8
* fft: x86: cosmetics: Drop silly comments, add comment, whitespaceDiego Biurrun2016-02-261-5/+6
OpenPOWER on IntegriCloud