summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mjpegdec: Check for rgb before flippingMichael Niedermayer2016-12-31
* lavc/psd: Remove an uninitialized variable.Carl Eugen Hoyos2016-12-30
* avcodec/libopenjpegdec: Set key frame metadataMichael Bradshaw2016-12-28
* wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje2016-12-27
* wmavoice: move overflow handling to common code.Ronald S. Bultje2016-12-27
* wmavoice: reindent.Ronald S. Bultje2016-12-27
* wmavoice: disable bitstream checking.Ronald S. Bultje2016-12-27
* wmavoice: move wmavoice_flush() up.Ronald S. Bultje2016-12-27
* avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol2016-12-26
* avcodec/ylc: add frame threading supportPaul B Mahol2016-12-26
* avcodec/ylc: do not leak memory at uninitPaul B Mahol2016-12-26
* avcodec/magicyuv: export colorspace and color_range for YUVPaul B Mahol2016-12-26
* NVENC: Update check for LookaheadRuta Gadkari2016-12-26
* avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c()James Almer2016-12-26
* avcodec/error_resilience: Move variable initialization down, remove unneeded ...Michael Niedermayer2016-12-25
* avcodec/error_resilience: Merge surrounding status checksMichael Niedermayer2016-12-25
* avcodec/error_resilience: Factor block parity check outMichael Niedermayer2016-12-25
* avcodec/pixlet: simplify lowpass_prediction() functionPaul B Mahol2016-12-24
* avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel...Paul B Mahol2016-12-24
* avcodec/pixlet: make sure scaling factors are not zeroPaul B Mahol2016-12-24
* avcodec/pixlet: avoid some overflowsPaul B Mahol2016-12-24
* avcodec/pixlet: fix undefined behaviour in postprocess_chromaPaul B Mahol2016-12-24
* avcodec/utvideodec: add SIMD support for median prediction for planar formatsPaul B Mahol2016-12-23
* avcodec/asvdec: return correct value in case of errorPaul B Mahol2016-12-23
* avcodec/pixlet: check out of bounds pfx valuePaul B Mahol2016-12-23
* avcodec/pixlet: remove unnecessary double to float conversionJames Almer2016-12-23
* avcodec: add Apple Pixlet decoderPaul B Mahol2016-12-22
* avcodec: add pcm_f16le and pcm_f24le decoderPaul B Mahol2016-12-22
* avcodec/wmaprodec: cleanup extradata dumpingPaul B Mahol2016-12-22
* avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-20
* avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol2016-12-18
* opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov2016-12-18
* lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy2016-12-17
* avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong2016-12-17
* avcodec/h263dec: Return the correct error code in explode modeMichael Niedermayer2016-12-15
* avcodec/smvjpegdec: return the packet size instead of 0Michael Niedermayer2016-12-15
* avcodec/tdsc: return the packet size instead of 0Michael Niedermayer2016-12-15
* avcodec/screenpresso: return the packet size instead of 0Michael Niedermayer2016-12-15
* avcodec/rscc: return the packet size instead of 0Michael Niedermayer2016-12-15
* tiff: fix overflows when calling av_reduceAndreas Cadhalpun2016-12-15
* Bump for psd demuxer and decoderMichael Niedermayer2016-12-14
* libavcodec : add decoder for Photoshop PSD image filesMartin Vignali2016-12-14
* libvpxenc: Don't spam level errors for VP8 encodesAlex Converse2016-12-13
* avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmiZhou Xiaoyong2016-12-13
* avcodec/mips: version 1 of vp8dsp optimizations for loongson mmiZhou Xiaoyong2016-12-13
* avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler2016-12-12
* avcodec: Add max_pixels optionsMichael Niedermayer2016-12-10
* libavcodec/tests: Add avpacket test to .gitignoreDerek Buitenhuis2016-12-10
* opus_parser: make ParseContext the first element in OpusParseContextAndreas Cadhalpun2016-12-10
* opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun2016-12-10