summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/makefile: Add missing file dependencies.Matt Oliver2017-07-30
* avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()Michael Niedermayer2017-07-29
* avcodec/diracdec: Fix integer overflow in divide3()Michael Niedermayer2017-07-29
* avcodec/takdec: Fix integer overflow in decode_subframe()Michael Niedermayer2017-07-29
* libavcodec/mips: Improve avc dequant-idct luma dc msa functionKaustubh Raste2017-07-29
* avcodec/diracdec: Fix integer overflow in signed multiplication in UNPACK_ARI...Michael Niedermayer2017-07-28
* avcodec/pixlet: Simplify nbits computationMichael Niedermayer2017-07-28
* pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.Wan-Teh Chang2017-07-27
* avcodec/h264_slice: don't sync default_ref[] between threads.Wan-Teh Chang2017-07-27
* avcodec/dnxhdenc: enable frame threadingPaul B Mahol2017-07-27
* avcodec/dnxhddec: Move mb height check out of non hr branchMichael Niedermayer2017-07-27
* pngdec: fix potential memory leakRostislav Pehlivanov2017-07-26
* avcodec/jpeg2000dec: Fix h/vden typoMichael Niedermayer2017-07-27
* avcodec/dolby_e: fix potentially undefined pointer arithmeticfoo862017-07-26
* avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capabilityfoo862017-07-26
* avcodec/dolby_e: add 'f' suffixes to floating point literalsfoo862017-07-26
* lavc/htmlsubtitles: simplify 1-char tags case insensitive testClément Bœsch2017-07-26
* avcodec/jpeg2000dec: Fix division by zero in jp2_find_codestream()Michael Niedermayer2017-07-26
* avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2Michael Niedermayer2017-07-26
* avcodec/webp: add support for ICCP chunksJames Almer2017-07-26
* avcodec/rdft: reorder calculationMuhammad Faiz2017-07-26
* libavcodec/mips: Optimize avc idct 4x4 for msaKaustubh Raste2017-07-25
* mdct15: simplify prereindexing and forward transform postrotationRostislav Pehlivanov2017-07-25
* pngdec: decode and expose iCCP chunks as side dataRostislav Pehlivanov2017-07-25
* avcodec/mpegvideo_enc: fix mixed declarations and code warningJames Almer2017-07-25
* avcodec/ylc: Fix shift overflowMichael Niedermayer2017-07-24
* avcodec/aacps: Fix multiple integer overflow in map_val_34_to_20()Michael Niedermayer2017-07-24
* 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