summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-29
* intrax8: Drop lots of pointless parenthesesDiego Biurrun2016-03-29
* intrax8: Drop MB emulation codeVittorio Giovara2016-03-29
* intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-29
* intrax8: Use the generic horizband functionVittorio Giovara2016-03-29
* intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-29
* intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-29
* h264: switch to h2645_parse for NAL parsingAnton Khirnov2016-03-28
* h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov2016-03-28
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-28
* svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-28
* svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-28
* svq3: stop using H264Context.gbAnton Khirnov2016-03-28
* svq3: move the frame num variables to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: eliminate H264Context.cur_pic usageAnton Khirnov2016-03-28
* svq3: eliminate remaining H264SliceContext usageAnton Khirnov2016-03-28
* svq3: move pict_type to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move the dequant buffer to SVQ3ContextAnton Khirnov2016-03-28
* svq3: move mb2br_xy to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move {ref,mv}_cache to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: rip out the svq3-relevant parts of pred_motion() out of h264Anton Khirnov2016-03-28
* svq3: move edge_emu_buffer to the SVQ3ContextAnton Khirnov2016-03-28
* svq3: move the pred mode variables to SVQ3ContextAnton Khirnov2016-03-28
* h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov2016-03-28
* svq3: move mb_{x,y,xy} to SVQ3ContextAnton Khirnov2016-03-28
* svq3: eliminate write_back_intra_pred_mode() usageAnton Khirnov2016-03-28
* 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