summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Make transpose_4x4H do a regular transposeMartin Storsjö2016-03-262-18/+18
* rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-261-3/+4
* intrax8: Add a local BlockDSPContext and initialize itVittorio Giovara2016-03-253-2/+5
* 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-255-9/+16
* 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
* rtmpdh: add an stdio.h includeAnton Khirnov2016-03-251-0/+3
* qsvdec_h2645: switch to the new BSF APIAnton Khirnov2016-03-251-32/+52
* vf_fade: make sure the slice end is always in the frameAnton Khirnov2016-03-251-1/+1
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-248-417/+493
* testprogs: Clean up #includesDiego Biurrun2016-03-245-5/+15
* build: Drop redundant removal of compiled object filesDiego Biurrun2016-03-241-1/+0
* fate: Only run SRTP test if SRTP code is enabledDiego Biurrun2016-03-241-1/+1
* unix: Use rw_timeout for setting the connect timeoutMartin Storsjö2016-03-241-0/+3
* tcp: Use rw_timeout for setting the connect/listen timeoutsMartin Storsjö2016-03-241-1/+5
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-2421-32/+37
* opt: Add av_opt_copy()Michael Niedermayer2016-03-244-2/+84
* opt: Add const to av_opt_nextLukasz Marek2016-03-243-4/+4
* file: Add an option for following a file that is being writtenMartin Storsjö2016-03-243-1/+16
* avio: Add an option 'rw_timeout'Andrey Utkin2016-03-244-5/+27
* avio: Apply avoptions on the URLContext itself as wellMartin Storsjö2016-03-241-0/+3
* lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov2016-03-237-1/+707
* lavf: VAAPI scale filterMark Thompson2016-03-235-0/+466
* lavf: use new decode APIwm42016-03-231-12/+12
* avconv: use new encode APIwm42016-03-231-29/+51
* avconv: use new decode APIwm42016-03-231-24/+49
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-236-8/+538
* opt-test: Merge struct declaration and initializationDiego Biurrun2016-03-231-3/+1
* opt-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-36/+35
* parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun2016-03-231-84/+80
* des-test: Move a variable declaration to avoid an ifdefDiego Biurrun2016-03-231-3/+1
* build: Add component for the SRTP common codeDiego Biurrun2016-03-232-5/+6
* timefilter-test: Only compile timefilter-test if JACK is enabledDiego Biurrun2016-03-232-2/+2
* doc: Update paths to match new examples locationDiego Biurrun2016-03-234-8/+4
* 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
OpenPOWER on IntegriCloud