summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svq3: stop using H264Context.gbAnton Khirnov2016-03-281-30/+31
* svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-281-18/+22
* svq3: eliminate H264Context.cur_pic usageAnton Khirnov2016-03-281-23/+18
* svq3: eliminate remaining H264SliceContext usageAnton Khirnov2016-03-281-79/+70
* svq3: move pict_type to the SVQ3ContextAnton Khirnov2016-03-281-29/+29
* svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov2016-03-281-51/+52
* svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-284-53/+64
* svq3: move mb2br_xy to the SVQ3ContextAnton Khirnov2016-03-281-17/+32
* svq3: move {ref,mv}_cache to the SVQ3ContextAnton Khirnov2016-03-281-32/+32
* svq3: rip out the svq3-relevant parts of pred_motion() out of h264Anton Khirnov2016-03-281-1/+74
* svq3: move edge_emu_buffer to the SVQ3ContextAnton Khirnov2016-03-281-7/+10
* svq3: move the pred mode variables to SVQ3ContextAnton Khirnov2016-03-281-46/+61
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-288-116/+128
* svq3: move mb_{x,y,xy} to SVQ3ContextAnton Khirnov2016-03-281-40/+43
* svq3: eliminate write_back_intra_pred_mode() usageAnton Khirnov2016-03-281-1/+7
* svq3: add all the required dsp contexts into SVQ3ContextAnton Khirnov2016-03-281-19/+23
* svq3: make the dsp functions staticAnton Khirnov2016-03-282-39/+9
* h264: remove the svq3-specific codeAnton Khirnov2016-03-283-127/+86
* svq3: rip out the mb decoding code shared with h264Anton Khirnov2016-03-281-1/+113
* 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
* 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
OpenPOWER on IntegriCloud