summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun2016-04-071-15/+18
* build: miscellaneous cosmeticsDiego Biurrun2016-04-075-23/+32
* dds: Simplify postprocessing checkVittorio Giovara2016-04-061-3/+1
* dds: Add support for alpha-only filesVittorio Giovara2016-04-061-0/+2
* dds: Add support for rgb555 filesVittorio Giovara2016-04-061-0/+4
* screenpresso: Correctly handle keyframesVittorio Giovara2016-04-041-4/+3
* screenpresso: Add extended pixel format supportVittorio Giovara2016-04-041-15/+31
* rscc: Add extended pixel format supportVittorio Giovara2016-04-041-8/+37
* nvenc_h264: Fix name of private AVClassDiego Biurrun2016-04-041-2/+2
* vaapi_h264: Fix bit offset of slice data.Mark Thompson2016-04-021-1/+1
* ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker2016-04-021-2/+3
* eac3dec: don't call avpriv_request_sample every frame.Tim Walker2016-04-022-2/+10
* build: Do not check the vaapi_encode.h header if VAAPI is not enabledDiego Biurrun2016-03-301-1/+1
* Mark tables used only within their files as staticDiego Biurrun2016-03-302-4/+4
* h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun2016-03-303-4/+4
* lavc: VAAPI MJPEG encoderMark Thompson2016-03-303-0/+422
* lavc: VAAPI H.265 encoderMark Thompson2016-03-303-0/+1259
* lavc: VAAPI H.264 encoderMark Thompson2016-03-306-1/+963
* lavc: VAAPI encode common infrastructureMark Thompson2016-03-303-0/+1314
* intrax8: Remove mpegvideo dependencyVittorio Giovara2016-03-294-18/+4
* intrax8: Drop lots of pointless parenthesesDiego Biurrun2016-03-292-40/+40
* intrax8: Drop MB emulation codeVittorio Giovara2016-03-291-3/+0
* intrax8: Keep a reference to the decoder blocksVittorio Giovara2016-03-294-15/+24
* intrax8: Use the generic horizband functionVittorio Giovara2016-03-294-5/+10
* intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara2016-03-294-36/+39
* intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara2016-03-294-9/+23
* h264: switch to h2645_parse for NAL parsingAnton Khirnov2016-03-283-296/+155
* h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov2016-03-281-10/+54
* svq3: drop the build dependency on the h264 decoderAnton Khirnov2016-03-286-24/+28
* svq3: eliminate remaining H264Context usage.Anton Khirnov2016-03-281-56/+33
* svq3: move block_offset to SVQ3ContextAnton Khirnov2016-03-281-7/+8
* 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
OpenPOWER on IntegriCloud