summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMichael Niedermayer2016-12-10
* avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer2016-12-09
* h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-09
* avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer2016-12-09
* avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer2016-12-09
* aacdec: Rename elem_type_prev to che_prev_type.Alex Converse2016-12-08
* aacdec: Allow SBR after DRC.Alex Converse2016-12-08
* aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-12-08
* avcodec/golomb: Consume invalid data in get_ur_golomb_jpegls()Michael Niedermayer2016-12-08
* avcodec/h264: resolve assert being triggered when stack is not alignedJames Darnley2016-12-07
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-07
* avcodec/wavpack: Treat the first block coding too many channels as an errorMichael Niedermayer2016-12-07
* avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filterJames Darnley2016-12-07
* avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filterJames Darnley2016-12-07
* whitespace changes after last commitJames Darnley2016-12-07
* avcodec/h264: clean up and expand x86 function definitionsJames Darnley2016-12-07
* qsvdec: Fix memory leakTimothy Gu2016-12-06
* omx: Fix OOM checkTimothy Gu2016-12-06
* Added test for libavcodec/avpacket.cThomas Turner2016-12-06
* avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)Mathieu Velten2016-12-05
* avcodec/vp9: move bpp to the shared context for use in hwaccelMathieu Velten2016-12-05
* truemotion1: fix leaking frame on init failureAndreas Cadhalpun2016-12-05
* vaapi_encode: Write sequence header as extradataMark Thompson2016-12-05
* avcodec/flacdec: Fix undefined shift in decode_subframe()Michael Niedermayer2016-12-04
* avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer2016-12-03
* avcodec/flac: forward errors from ff_flac_parse_streaminfo()Michael Niedermayer2016-12-03
* avcodec/flac: Check bps in ff_flac_parse_streaminfo()Michael Niedermayer2016-12-03
* avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed()Michael Niedermayer2016-12-03
* avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_cMichael Niedermayer2016-12-03
* lavc: Remove CR/LF from avpriv_request_sample() calls.Carl Eugen Hoyos2016-12-03
* hevc: Support extradata changesVittorio Giovara2016-12-02
* hevc: Allow parsing external extradata buffersVittorio Giovara2016-12-02
* avcodec/vdpau_hevc: Fix potential out-of-bounds writePhilip Langdale2016-11-30
* avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale2016-11-30
* avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functionsJames Darnley2016-11-30
* avcodec/h264: mmx 4:2:2 idct add8 functionJames Darnley2016-11-30
* avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filterJames Darnley2016-11-30
* avcodec/nvenc: mark intentional fall throughTimo Rothenpieler2016-11-30
* avcodec/nvenc: always reduce DAR width and heightMiroslav Slugeň2016-11-30
* avcodec/nvenc: Delay identification of underlying format of cuda framesPhilip Langdale2016-11-30
* avcodec/flac_parser: Update nb_headers_bufferedMichael Niedermayer2016-11-30
* avcodec/raw: add gray10 support in nutPaul B Mahol2016-11-29
* avcodec/msrledec: implement vertical offset in 4-bit RLEDaniel Verkamp2016-11-29
* libvpxenc: Report encoded VP9 levelAlex Converse2016-11-28
* pngdec: check if previous frame exists instead of trusting sequence_numberAndreas Cadhalpun2016-11-27