summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriateAurelien Jacobs2017-12-181-0/+3
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-172-2/+2
* avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()Michael Niedermayer2017-12-171-1/+3
* avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()Michael Niedermayer2017-12-171-0/+4
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer2017-12-171-1/+1
* libavcodec/magicyuvenc : fix warningMartin Vignali2017-12-161-1/+1
* lavc/mediacodec_wrapper: fix potential jni global reference leakMatthieu Bouron2017-12-161-0/+3
* lavc/mediacodec_wrapper: factorize MediaCodec creation functionsMatthieu Bouron2017-12-161-133/+29
* lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta2017-12-163-4/+17
* lavc/vp8: Support resolution changes in the VP8 decoder hwaccelJun Zhao2017-12-151-12/+24
* avcodec/vp9: mark frame as finished on decode_tiles() failureMichael Niedermayer2017-12-151-1/+3
* Merge commit '508378556631dc18d32247b4a4e35703758e1ca9'James Almer2017-12-143-5/+15
|\
| * qsv: Support explicit lookahead downscalingLuca Barbato2017-12-122-0/+17
* | Merge commit 'f2e9a0ecbef5027f9532c49ffcdfc11d199f6150'James Almer2017-12-141-0/+5
|\ \ | |/
| * qsv/vp8dec: fixes memory leak issueLi, Zhong2017-12-121-0/+5
* | Merge commit '7c65a76b16bc3a44f1592acde2176f187a058797'James Almer2017-12-141-0/+6
|\ \ | |/
| * lavc/qsvenc: add error messeage if ICQ unsupported.Li, Zhong2017-12-121-0/+6
* | Merge commit 'bddb2ce179c57db6e3c79fdc3363c165d90850b0'James Almer2017-12-141-0/+7
|\ \ | |/
| * lavc/qsvenc: ICQ/VCM/QVBR are not avilable on LinuxLi, Zhong2017-12-121-0/+7
* | Merge commit '6ff29343b01923e9b125fe7404ac8701cdfb1fe5'James Almer2017-12-141-0/+1
|\ \ | |/
| * 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
* | avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-1459-32/+136
* | libavcodec/decode: remove duplicate includesMichael Niedermayer2017-12-131-3/+0
* | libavcodec/mpegvideo_parser: improve detection of progressive mpeg2Aman Gupta2017-12-121-1/+1
* | Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-112-6/+7
* | avcodec/libvpx: remove disabled codeJames Almer2017-12-111-57/+0
* | h264dec: Remove mpeg4video.h header dependencyKieran Kunhya2017-12-111-1/+0
* | libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-114-318/+321
* | lavc/huffyuvenc: Move a variable declaration up.Carl Eugen Hoyos2017-12-101-1/+1
* | avcodec/vp9_superframe_split_bsf: Fix integer overflow in frame_size/total_si...Michael Niedermayer2017-12-101-2/+2
* | avcodec/amrwbdec: Fix division by 0 in voice_factor()Michael Niedermayer2017-12-101-1/+1
* | lavc: Make hardware config method support more explicit for hwaccelsThomas Guillem2017-12-101-23/+13
* | fix MSVC compilation errorsMateusz2017-12-103-3/+7
* | x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred...James Almer2017-12-102-6/+4
* | x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unal...James Almer2017-12-101-2/+1
* | amf: fix wrong profile level after auto-correction in H264 and HEVCMironov, Mikhail2017-12-092-9/+9
* | avcodec/Makefile: Fix opus parser dependency.Jacob Trimble2017-12-091-1/+1
* | avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill2017-12-091-0/+5
* | arm/hevc_idct: fix compilation on AndroidJames Almer2017-12-091-59/+60
* | avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_predMartin Vignali2017-12-095-1/+101
* | avcodec/x86/lossless_videodsp : add avx2 version for add_left_predMartin Vignali2017-12-092-22/+44
* | avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in...Martin Vignali2017-12-091-1/+5
OpenPOWER on IntegriCloud