summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-11
* avcodec/libvpx: remove disabled codeJames Almer2017-12-11
* h264dec: Remove mpeg4video.h header dependencyKieran Kunhya2017-12-11
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-11
* lavc/huffyuvenc: Move a variable declaration up.Carl Eugen Hoyos2017-12-10
* avcodec/vp9_superframe_split_bsf: Fix integer overflow in frame_size/total_si...Michael Niedermayer2017-12-10
* avcodec/amrwbdec: Fix division by 0 in voice_factor()Michael Niedermayer2017-12-10
* lavc: Make hardware config method support more explicit for hwaccelsThomas Guillem2017-12-10
* fix MSVC compilation errorsMateusz2017-12-10
* x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred...James Almer2017-12-10
* x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unal...James Almer2017-12-10
* amf: fix wrong profile level after auto-correction in H264 and HEVCMironov, Mikhail2017-12-09
* avcodec/Makefile: Fix opus parser dependency.Jacob Trimble2017-12-09
* avcodec/decode: reset codec on receiving packet after EOF in compat_decodeJames Cowgill2017-12-09
* arm/hevc_idct: fix compilation on AndroidJames Almer2017-12-09
* avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_predMartin Vignali2017-12-09
* avcodec/x86/lossless_videodsp : add avx2 version for add_left_predMartin Vignali2017-12-09
* avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in...Martin Vignali2017-12-09
* avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte ...Martin Vignali2017-12-09
* avcodec/huffyuvenc : remove code duplication in sub_left_predictionMartin Vignali2017-12-09
* avcodec/huffyuvenc : increase scalar loop countMartin Vignali2017-12-09
* avcodec/utvideodec : use dsp add_median_pred for second lineMartin Vignali2017-12-09
* libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into functionsfan52017-12-08
* avcodec/nvdec: Fix capability check with old drivers.Jacob Trimble2017-12-08
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-08
* lavc/libx265: mark disposable framesJohn Stebbins2017-12-07
* avcodec/libx265 - Add named option to set profileGyan Doshi2017-12-06
* avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED()Michael Niedermayer2017-12-06
* avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*Michael Niedermayer2017-12-06
* avcodec/extract_extradata_bsf: Fix leak discovered via fuzzingNikolas Bowe2017-12-06
* vaapi_h265: Add named options for setting profile and levelMark Thompson2017-12-04
* vaapi_h264: Add named options for setting profile and levelMark Thompson2017-12-04
* rkmpp: Add hardware config informationMark Thompson2017-12-04
* libavcodec/hevc_filter: support for all skip_loop_filter levels.sfan52017-12-04
* opus_pvq: do not compile encoding/decoding code if the encoder/decoder is dis...Rostislav Pehlivanov2017-12-04
* opus_celt: deduplicate band quantization/dequantization functionRostislav Pehlivanov2017-12-04
* opus: add an option to toggle intensity stereo phase inversionRostislav Pehlivanov2017-12-04
* opus: Add Special Hybrid Folding (per RFC8251)Andrew D'Addesio2017-12-04
* opus_celt: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-04
* opus_silk: Fix arithmetic overflow (per RFC8251)Andrew D'Addesio2017-12-04
* avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decod...Michael Niedermayer2017-12-03
* lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins2017-12-02
* avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymmMartin Vignali2017-12-02
* avcodec/jpeg2000: Only allocate Jpeg2000Pass for the encoderMichael Niedermayer2017-12-01
* avcodec/j2kenc: Fix out of array access in encode_cblk()Michael Niedermayer2017-12-01
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer2017-12-01
* mediacodecdec: fix build by including hwaccel.hJan Ekström2017-12-01
* avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis2017-12-01
* avcodec/h264_slice: use H264_SEI_FpaType enum constantsJames Almer2017-12-01
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-01