summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec.h: fix doxygen commentJames Almer2017-09-14
* lavc: Add wrapped_avframe decoderMark Thompson2017-09-13
* lavc: Add flag to mark packets containing trusted inputMark Thompson2017-09-13
* avcodec/extract_extradata: return an error when buffer allocation failsJames Almer2017-09-13
* avcodec/h264_sei: add namespace prefix to frame packingarrangement enum valuesJames Almer2017-09-12
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-09-12
* vp9: fix explicit memory order for report_progress.Ronald S. Bultje2017-09-12
* frame_thread_encoder: make 'exit' member atomic.Ronald S. Bultje2017-09-12
* avcodec/hevc_ps: Fix limit of chroma_qp_offset_list_len_minus1Michael Niedermayer2017-09-12
* avcodec/hevc_ps: Fix c?_qp_offset_list sizeMichael Niedermayer2017-09-12
* avcodec/shorten: Move buffer allocation and offset init to end of read_header()Michael Niedermayer2017-09-12
* avcodec/hevc_ps: improve check for missing default display window bitstreamJames Almer2017-09-11
* vp9: assert -> av_assert and fix associated compile error.Ronald S. Bultje2017-09-11
* vp9: fix compilation with threading disabled.Ronald S. Bultje2017-09-11
* avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()Michael Niedermayer2017-09-11
* avcodec/clearvideo: Only output a frame if one is coded in the packetMichael Niedermayer2017-09-11
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer2017-09-11
* avcodec/diracdec: Fix overflow in DC computationMichael Niedermayer2017-09-11
* add missing ignore filesJesse Liu2017-09-10
* avcodec/scpr: optimize shift loop.Michael Niedermayer2017-09-10
* avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()Michael Niedermayer2017-09-09
* lavc/vaapi_encode_mpeg2: fix frame rate calc error when use time_base.Jun Zhao2017-09-09
* avcodec/vp9: Add tile threading supportIlia Valiakhmetov2017-09-08
* avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov2017-09-08
* libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0Mark Wachsler2017-09-08
* avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste2017-09-08
* avcodec/mips: Improve vp9 idct msa functionsKaustubh Raste2017-09-08
* avcodec/mips: Improve vp9 lpf msa functionsKaustubh Raste2017-09-08
* avcodec/nvenc: sanitize variable namesTimo Rothenpieler2017-09-07
* avcodec/nvenc: migrate to new encode APITimo Rothenpieler2017-09-07
* avcodec/fitsdec: write output to frame directlyParas Chadha2017-09-06
* avcodec/audiotoolboxdec: use av_freep()James Almer2017-09-06
* avcodec/audiotoolboxdec: switch to the new generic filtering mechanismJames Almer2017-09-06
* avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil...James Almer2017-09-06
* avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradataJames Almer2017-09-06
* libavcodec/mips: Improve avc idct8 msa functionKaustubh Raste2017-09-05
* avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flagJames Almer2017-09-04
* avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit()Michael Niedermayer2017-09-02
* avcodec/dirac_dwt: Fix multiple overflows in 9/7 liftingMichael Niedermayer2017-09-02
* avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()Michael Niedermayer2017-09-02
* avcodec/nvenc: always output picture timing SEITimo Rothenpieler2017-09-02
* avcodec/internal: move FF_QSCALE_TYPE defines from avcodec.hJames Almer2017-09-01
* avcodec/nvenc: only push cuda context on encoder close if encoder existsTimo Rothenpieler2017-09-01
* avcodec/nvenc: add support for specifying entropy coding modeTimo Rothenpieler2017-09-01
* avocdec/libopus: fix typopkviet2017-09-01
* avcodec/fits: add missing header includesJames Almer2017-08-31
* avcodec/codec_desc: make FITS description longerPaul B Mahol2017-08-30
* Add FITS EncoderParas Chadha2017-08-30
* Add FITS DecoderParas Chadha2017-08-30
* avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()Michael Niedermayer2017-08-29