aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-04-06dds: Simplify postprocessing checkVittorio Giovara
2016-04-06dds: Add support for alpha-only filesVittorio Giovara
2016-04-06dds: Add support for rgb555 filesVittorio Giovara
2016-04-04screenpresso: Correctly handle keyframesVittorio Giovara
2016-04-04screenpresso: Add extended pixel format supportVittorio Giovara
2016-04-04rscc: Add extended pixel format supportVittorio Giovara
2016-04-04nvenc_h264: Fix name of private AVClassDiego Biurrun
2016-04-02vaapi_h264: Fix bit offset of slice data.Mark Thompson
2016-04-02ac3dec: change logging of skipped E-AC-3 substreams.Tim Walker
2016-04-02eac3dec: don't call avpriv_request_sample every frame.Tim Walker
2016-03-30build: Do not check the vaapi_encode.h header if VAAPI is not enabledDiego Biurrun
2016-03-30Mark tables used only within their files as staticDiego Biurrun
2016-03-30h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables()Diego Biurrun
2016-03-30lavc: VAAPI MJPEG encoderMark Thompson
2016-03-30lavc: VAAPI H.265 encoderMark Thompson
2016-03-30lavc: VAAPI H.264 encoderMark Thompson
2016-03-30lavc: VAAPI encode common infrastructureMark Thompson
2016-03-29intrax8: Remove mpegvideo dependencyVittorio Giovara
2016-03-29intrax8: Drop lots of pointless parenthesesDiego Biurrun
2016-03-29intrax8: Drop MB emulation codeVittorio Giovara
2016-03-29intrax8: Keep a reference to the decoder blocksVittorio Giovara
2016-03-29intrax8: Use the generic horizband functionVittorio Giovara
2016-03-29intrax8: Pass macroblock coordinates to ff_intrax8_decode_pictureVittorio Giovara
2016-03-29intrax8: Pass macroblock size to ff_intrax8_common_initVittorio Giovara
2016-03-28h264: switch to h2645_parse for NAL parsingAnton Khirnov
2016-03-28h264: reimplement 3aa661ec5 in a more explicit wayAnton Khirnov
2016-03-28svq3: drop the build dependency on the h264 decoderAnton Khirnov
2016-03-28svq3: eliminate remaining H264Context usage.Anton Khirnov
2016-03-28svq3: move block_offset to SVQ3ContextAnton Khirnov
2016-03-28svq3: stop using H264Context.gbAnton Khirnov
2016-03-28svq3: move the frame num variables to the SVQ3ContextAnton Khirnov
2016-03-28svq3: eliminate H264Context.cur_pic usageAnton Khirnov
2016-03-28svq3: eliminate remaining H264SliceContext usageAnton Khirnov
2016-03-28svq3: move pict_type to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move mb strides/sizes to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move the dequant buffer to SVQ3ContextAnton Khirnov
2016-03-28svq3: move mb2br_xy to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move {ref,mv}_cache to the SVQ3ContextAnton Khirnov
2016-03-28svq3: rip out the svq3-relevant parts of pred_motion() out of h264Anton Khirnov
2016-03-28svq3: move edge_emu_buffer to the SVQ3ContextAnton Khirnov
2016-03-28svq3: move the pred mode variables to SVQ3ContextAnton Khirnov
2016-03-28h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parseAnton Khirnov
2016-03-28svq3: move mb_{x,y,xy} to SVQ3ContextAnton Khirnov
2016-03-28svq3: eliminate write_back_intra_pred_mode() usageAnton Khirnov
2016-03-28svq3: add all the required dsp contexts into SVQ3ContextAnton Khirnov
2016-03-28svq3: make the dsp functions staticAnton Khirnov
2016-03-28h264: remove the svq3-specific codeAnton Khirnov