aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2017-09-21avcodec/mips: Reduced conditional cases in avc inter lpf msa functionsKaustubh Raste
2017-09-21avcodec/mips: Unrolled loops and expanded functions in avc put mc 10 & 30 msa...Kaustubh Raste
2017-09-20avcodec/mips: preload data in hevc sao edge 0 degree filter msa functionsKaustubh Raste
2017-09-20avcodec/mips: Fixed rnd_val variable to 6 in hevc uni mc msa functionsKaustubh Raste
2017-09-20avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer
2017-09-19vaapi: Disable deprecation warnings around use of old struct vaapi_contextMark Thompson
2017-09-19vp9: move VP9SharedContext back to the top of VP9ContextHendrik Leppkes
2017-09-18x86/exrdsp: optimize ff_reorder_pixels_avx2()Henrik Gramner
2017-09-18lavc/frame_thread_encoder: Do not mix variable declaration and code.Carl Eugen Hoyos
2017-09-17avcodec/exrdsp: improve the ExrDSPContext->reorder_pixels prototypeJames Almer
2017-09-17libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali
2017-09-16avcodec/vorbisenc: Fix mixed declaration and statementsMichael Niedermayer
2017-09-16avcodec/fits: Fix include typeMichael Niedermayer
2017-09-16avcodec/frame_thread_encoder: Fix AV_OPT_TYPE_STRING handling in avctxReimar Döffinger
2017-09-15avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste
2017-09-15avcodec/mips: Improve avc mc copy msa functionsKaustubh Raste
2017-09-15avcodec/mips: Improve avc lpf msa functionsKaustubh Raste
2017-09-15lavc/mediacodec_wrapper: fix jni vaargs typesMatthieu Bouron
2017-09-15avcodec/mips: Improve hevc idct msa functionsKaustubh Raste
2017-09-15avcodec/mips: Improve hevc lpf msa functionsKaustubh Raste
2017-09-14avcodec.h: fix doxygen commentJames Almer
2017-09-13lavc: Add wrapped_avframe decoderMark Thompson
2017-09-13lavc: Add flag to mark packets containing trusted inputMark Thompson
2017-09-13avcodec/extract_extradata: return an error when buffer allocation failsJames Almer
2017-09-12avcodec/h264_sei: add namespace prefix to frame packingarrangement enum valuesJames Almer
2017-09-12h264_sei: Add namespace prefix to all SEI valuesMark Thompson
2017-09-12vp9: fix explicit memory order for report_progress.Ronald S. Bultje
2017-09-12frame_thread_encoder: make 'exit' member atomic.Ronald S. Bultje
2017-09-12avcodec/hevc_ps: Fix limit of chroma_qp_offset_list_len_minus1Michael Niedermayer
2017-09-12avcodec/hevc_ps: Fix c?_qp_offset_list sizeMichael Niedermayer
2017-09-12avcodec/shorten: Move buffer allocation and offset init to end of read_header()Michael Niedermayer
2017-09-11avcodec/hevc_ps: improve check for missing default display window bitstreamJames Almer
2017-09-11vp9: assert -> av_assert and fix associated compile error.Ronald S. Bultje
2017-09-11vp9: fix compilation with threading disabled.Ronald S. Bultje
2017-09-11avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()Michael Niedermayer
2017-09-11avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer
2017-09-11avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer
2017-09-11avcodec/diracdec: Fix overflow in DC computationMichael Niedermayer
2017-09-10add missing ignore filesJesse Liu
2017-09-10avcodec/scpr: optimize shift loop.Michael Niedermayer
2017-09-09avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()Michael Niedermayer
2017-09-09lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao
2017-09-08avcodec/vp9: Add tile threading supportIlia Valiakhmetov
2017-09-08avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov
2017-09-08libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0Mark Wachsler
2017-09-08avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste
2017-09-08avcodec/mips: Improve vp9 idct msa functionsKaustubh Raste
2017-09-08avcodec/mips: Improve vp9 lpf msa functionsKaustubh Raste
2017-09-07avcodec/nvenc: sanitize variable namesTimo Rothenpieler
2017-09-07avcodec/nvenc: migrate to new encode APITimo Rothenpieler