summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x264: Support version 153Luca Barbato2017-12-271-0/+30
* mmaldec: Fix compilation after 2fcb0090Martin Storsjö2017-12-201-1/+1
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-12-1922-71/+71
* lavc: Delete all fake hwaccelsMark Thompson2017-12-193-66/+0
* lavc: Remove register mechanism for hwaccelsMark Thompson2017-12-191-51/+0
* lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-12-193-11/+22
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-12-192-77/+210
* webp: Fix alpha initialisationMark Thompson2017-12-193-12/+9
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-12-1914-1/+265
* lavc: Add codec metadata to indicate hardware supportMark Thompson2017-12-194-1/+105
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-1447-15/+96
* qsv: Support explicit lookahead downscalingLuca Barbato2017-12-122-0/+17
* qsv/vp8dec: fixes memory leak issueLi, Zhong2017-12-121-0/+5
* lavc/qsvenc: add error messeage if ICQ unsupported.Li, Zhong2017-12-121-0/+6
* lavc/qsvenc: ICQ/VCM/QVBR are not avilable on LinuxLi, Zhong2017-12-121-0/+7
* lavc/qsvenc: set HRD buffer sizeLi, Zhong2017-12-121-0/+1
* hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64Alexandra Hájková2017-12-083-1/+464
* vaapi_h265: Add named options for setting profile and levelMark Thompson2017-12-061-3/+41
* vaapi_h264: Add named options for setting profile and levelMark Thompson2017-12-061-2/+46
* vaapi: Make the decode profile matching more explicitMark Thompson2017-12-021-9/+9
* vaapi_h264: Fix VUI max_dec_frame_bufferingJun Zhao2017-12-021-1/+1
* vaapi_h265: Enable VBR modeJun Zhao2017-12-021-5/+10
* cbs_mpeg2: Fix marker_bit typeMark Thompson2017-12-021-1/+1
* cbs: Add padding to slice data allocationsMark Thompson2017-12-022-3/+12
* stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-286-7/+25
* prores: Always assume limited rangeVittorio Giovara2017-11-281-0/+1
* qsvenc: cavlc option is only available for h264Li, Zhong2017-11-243-11/+14
* qsv/hevcdec: Load hw plugin by default on non-windows osLi, Zhong2017-11-231-1/+7
* libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-191-5/+1
* vaapi_h264: Add missing return value checkMark Thompson2017-11-121-1/+3
* h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-11-121-1/+1
* cbs_h2645: Fix memory leak on when reading SEI failsMark Thompson2017-11-121-0/+1
* cbs: Add a missing return value checkMark Thompson2017-11-121-1/+1
* vaapi_h264: Do not use deprecated header typeMark Thompson2017-11-121-1/+1
* vaapi_h264: Add workaround for bad SEI in old Intel driversMark Thompson2017-11-121-0/+18
* vp9_superframe_bsf: cache packets by creating new references instead of movin...James Almer2017-11-111-4/+21
* smacker: limit recursion depth of smacker_decode_bigtreeAndreas Cadhalpun2017-11-101-4/+11
* smacker: add sanity check for length in smacker_decode_tree()Michael Niedermayer2017-11-101-1/+6
* libspeexenc: Use speex_lib_get_mode instead of the speex_foo_mode data symbolsMartin Storsjö2017-11-041-3/+3
* vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-252-4/+4
* vaapi: Remove H.264 baseline profileMark Thompson2017-10-242-4/+4
* vaapi: Disable deprecation warnings around use of struct vaapi_contextMark Thompson2017-10-241-0/+3
* arm: Remove a redundant check in fmtconvert_init_arm.cMartin Storsjö2017-10-241-4/+2
* lavc: fix hw_device_ctx operationwm42017-10-231-4/+2
* lavc: external hardware frame pool initializationwm42017-10-1925-181/+392
* qsv: Make the hevc idr_interval consistent with the h264 oneLuca Barbato2017-10-181-1/+5
* aarch64: Remove a dot from a labelMartin Storsjö2017-10-181-2/+2
* mss1: Add missing macro parameters to ARITH_GET_* macrosDiego Biurrun2017-10-161-8/+8
* qsv: Expose idr_interval for hevc as wellLuca Barbato2017-10-141-0/+1
* pictor: Correctly check frame dimensionsMichael Niedermayer2017-10-121-1/+1
OpenPOWER on IntegriCloud