summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/qdm2: make use of bytestream2Paul B Mahol2017-01-09
* lavc/vaapi_encode_h264: disable B frames in baseline profileJun Zhao2017-01-09
* avcodec/bsf: Fix av_bsf_list_free()Michael Niedermayer2017-01-08
* avcodec/omx: Do not pass negative value into av_malloc()Michael Niedermayer2017-01-08
* avcodec/dca: add support for 20-bit XLLfoo862017-01-07
* avcodec: add QDMC decoderPaul B Mahol2017-01-06
* avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol2017-01-06
* libavcodec/exr: Fix blank output when data window != display windowKevin Wheatley2017-01-06
* imdct15: replace the FFT with a faster PFA FFT algorithmRostislav Pehlivanov2017-01-05
* imdct15: remove the AArch64 assemblyRostislav Pehlivanov2017-01-05
* dxva2: make ff_dxva2_get_surface() static and rename itSteve Lhomme2017-01-05
* lavc/Makefile: Clean up the amv encoder dependencies.Carl Eugen Hoyos2017-01-05
* avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...Michael Niedermayer2017-01-05
* avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is validMichael Niedermayer2017-01-05
* wmavoice: validate block alignmentAndreas Cadhalpun2017-01-03
* wmavoice: truncate spillover_nbits if too largeAndreas Cadhalpun2017-01-03
* avcodec/x86/vc1dsp_mc: Fix build with NASM 2.09.10Michael Niedermayer2017-01-02
* avcodec/x86/imdct36: fix building with nasm 2.11.05John Comeau2017-01-02
* lavc/psd: Support indexed files.Carl Eugen Hoyos2017-01-02
* avcodec/tests/fft: Fix indention of dct_init()Michael Niedermayer2017-01-01
* lavc/mjpegdec: Do not overread too short JFIF tags.Carl Eugen Hoyos2017-01-01
* avcodec/nvenc: Add bluray_compat basic implementationMiroslav Slugen2017-01-01
* avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvencMiroslav Slugen2017-01-01
* avcodec/nvenc: round qpIntra and qpInter calculationMiroslav Slugeň2017-01-01
* lavc/libmp3lame: add support for cutoffMoritz Barsnick2016-12-31
* 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