summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpegvideo_enc: Use intra/inter scantable matching mb type in quantiza...Michael Niedermayer2017-07-24
* avcodec/aacdec_fixed: fix: left shift of negative value -1Michael Niedermayer2017-07-24
* avcodec/dirac_vlc: Fix undefined shiftMichael Niedermayer2017-07-24
* avcodec/cfhd: Fix decoding regression due to height checkVodyannikov Aleksandr2017-07-23
* avcodec/dcaadpcm: fix use of uninitialized variablefoo862017-07-23
* avcodec/dcaadpcm: check for av_malloc() failurefoo862017-07-23
* hevc: Make sure to update the current frame transfer characteristicVittorio Giovara2017-07-21
* avcodec/diracdec: Check dimensions which are closer to what is allocated in a...Michael Niedermayer2017-07-21
* avcodec/dca: remove GetBitContext usage from avpriv_dca_parse_core_frame_head...James Almer2017-07-21
* avcodec/h264: Declare the local variable decode_chroma as const.Wan-Teh Chang2017-07-21
* avcodec/hevcdec: hevc_await_progress: declare |y| only if used.Wan-Teh Chang2017-07-21
* avcodec/x86/cavsdsp: Delete #include "libavcodec/x86/idctdsp.h".Wan-Teh Chang2017-07-21
* opus_rc: fix CDF encoding of zeroesRostislav Pehlivanov2017-07-20
* avcodec/dolby_e: use av_clip_uintp2()James Almer2017-07-19
* avcodec: add Dolby E decoderfoo862017-07-19
* avcodec/pthread_slice: use slice threading from avutilMuhammad Faiz2017-07-19
* avcodec/dca: avoid using bitstream reader in a non-standard wayfoo862017-07-18
* avcodec/dca_core: probe extension headers directlyfoo862017-07-18
* avcodec/dca_parser: avoid use of magic valuesfoo862017-07-18
* avcodec/dca_parser: export profile informationfoo862017-07-18
* avcodec/dca_parser: switch to common frame header parsing functionfoo862017-07-18
* avcodec/dca_core: switch to common frame header parsing functionfoo862017-07-18
* avcodec: add avpriv_dca_parse_core_frame_header()foo862017-07-18
* avcodec/dca: move bits per sample array to dca.cfoo862017-07-18
* avcodec/dca: move some enumeration typedefs into headersfoo862017-07-18
* lavc/codec_desc: Mark some uncompressed codecs as lossless.Carl Eugen Hoyos2017-07-19
* lavc/vaapi_encode_h265: Remove duplicate slice_segment_address.Jun Zhao2017-07-18
* avcodec/htmlsubtitles: Be a bit more picky on syntaxMichael Niedermayer2017-07-18
* avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid un...Michael Niedermayer2017-07-18
* opus: simplify coarse energy beta coefficientsRostislav Pehlivanov2017-07-18
* lavc/jpeg2000dec: Read the sample aspect ratio from the jp2 resolution box.Carl Eugen Hoyos2017-07-18
* opusenc: remove unused variableRostislav Pehlivanov2017-07-18
* avcodec/apedec: Fix integer overflowMichael Niedermayer2017-07-16
* avcodec/ffv1dec_template: Fix signed integer overflowMichael Niedermayer2017-07-16
* avcodec/aacdec_template: Fix undefined integer overflow in apply_tns()Michael Niedermayer2017-07-16
* opusenc: use float_dsp for non-transient windowingRostislav Pehlivanov2017-07-14
* avcodec: Add prefetch for mipsKaustubh Raste2017-07-14
* opusenc: use float_dsp for transient mdctsRostislav Pehlivanov2017-07-13
* avcodec/ivi: Use av_image_check_size2()Michael Niedermayer2017-07-12
* avcodec/magicyuv: Check that vlc len is not too largeMichael Niedermayer2017-07-12
* avcodec/mjpegdec: Clip DC also on the negative side.Michael Niedermayer2017-07-12
* avcodec/aacps (fixed point): Fix multiple signed integer overflowsMichael Niedermayer2017-07-12
* pthread_frame: save the FF_DEBUG_THREADS option in PerThreadContext.Wan-Teh Chang2017-07-11
* aacdec_template: fix non-power-of-two MDCT scale signRostislav Pehlivanov2017-07-12
* opus_celt: normalize using mdct scaleRostislav Pehlivanov2017-07-11
* mdct15: remove redundant scale argument to imdct_halfRostislav Pehlivanov2017-07-11
* videotoolbox: fix crash when decoding interlaced video with new APIwm42017-07-11
* avcodec/rdft: remove sintableMuhammad Faiz2017-07-11
* opus_rc: fix encoder desyncs on very low bitratesRostislav Pehlivanov2017-07-10
* opusenc: don't set avctx->cutoffRostislav Pehlivanov2017-07-10