aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2017-10-01libavcodec/exr : add x86 SIMD for predictorMartin Vignali
2017-10-01avcodec/v4l2_context: Reduce spelling variationsMichael Niedermayer
2017-10-01avcodec/v4l2_buffers: More clear return code documentationMichael Niedermayer
2017-09-30avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initia...Michael Niedermayer
2017-09-30avcodec/hevc_sei: Support HEVC paired fields.Brian Matherly
2017-09-28avcodec/videotoolbox: add hevc supportAman Gupta
2017-09-28avcodec/hevc_ps: extract SPS fields required for hvcC constructionAman Gupta
2017-09-28opus_pvq: make max_den a floatRostislav Pehlivanov
2017-09-28avcodec/decode: Pass on the Closed Captions Side DataKarthick J
2017-09-28avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J
2017-09-28avcodec/libopenh264dec: check for ff_set_dimensions() return valueJames Almer
2017-09-28Merge commit '030de53e9cc225dc767458aedcc87efd457b4f3b'James Almer
2017-09-27Merge commit 'ba30b74686f0cb6c9dd465ac4820059c48bf9d08'James Almer
2017-09-27lavc: Move V4L2 encoders lower in the listMark Thompson
2017-09-27lavc/v4l2: Add missing header includeMark Thompson
2017-09-27Merge commit '57ec83e4246b21c2f0c068b9151d806737d4497f'James Almer
2017-09-27lavc: Add support for RockChip Media Process PlatformLionel CHAZALLON
2017-09-27avcodec/mips: Improve avc put mc 20, 01 and 03 msa functionsKaustubh Raste
2017-09-27avcodec/mips: Improve avc chroma vert mc msa functionsKaustubh Raste
2017-09-27avcodec/mips: Improve avc weighted mc msa functionsKaustubh Raste
2017-09-27avcodec/mips: Removed generic function call in avc intra msa functionsKaustubh Raste
2017-09-27avcodec/mips: preload data in hevc sao edge 45 degree filter msa functionsKaustubh Raste
2017-09-26Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer
2017-09-26Merge commit '577326d430593a25456393a75212b95d1cd94131'James Almer
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-26avcodec/dnxhdenc: fix DNxHR 444 encoding crashesFrédéric Devernay
2017-09-25avcodec/avpacket: deprecate av_copy_packet()James Almer
2017-09-24libavcodec/hapdec : add support HapAlphaOnlyMartin Vignali
2017-09-24avcodec/takdec: Fix integer overflow in decode_lpc()Michael Niedermayer
2017-09-24avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer
2017-09-24avcodec/takdec: Fix integer overflows in decode_subframe()Michael Niedermayer
2017-09-24avcodec/mips: Improve avc chroma horiz mc msa functionsKaustubh Raste
2017-09-24avcodec/mips: Unrolled loops avc intra msa functionsKaustubh Raste
2017-09-24avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste
2017-09-24avcodec/flacenc: Replace "return -1" by named constantMichael Niedermayer
2017-09-24avcodec/snowenc: Replace "return -1" by named constantsMichael Niedermayer
2017-09-23avcodec/v4l2_m2m: add missing header inclusionsJames Almer
2017-09-23avcodec/Makefile: skip v4l2_m2m headers if neededJames Almer
2017-09-23avcodec/frame_thread_encoder: use av_packet_alloc()James Almer
2017-09-23avcodec/opusenc_psy: use av_clip_uintp2()James Almer
2017-09-23avcodec/opusenc_utils: add missing preprocessor guardsJames Almer
2017-09-23lavfi: make window_func an inline functionRostislav Pehlivanov
2017-09-23opusenc: implement a psychoacoustic systemRostislav Pehlivanov
2017-09-23libavcodec: v4l2: add support for v4l2 mem2mem codecsJorge Ramirez-Ortiz
2017-09-22avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()Michael Niedermayer
2017-09-22avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer
2017-09-22avcodec/svq3: Fix overflow in svq3_add_idct_c()Michael Niedermayer
2017-09-22avcodec/mips: Remove generic func use in hevc non-uni copy mc msa functionsKaustubh Raste
2017-09-22avcodec/mips: preload data in hevc sao edge 90 degree filter msa functionsKaustubh Raste
2017-09-22Remove some unneeded casts of bit_rate.Carl Eugen Hoyos