summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mathops: add missing header for ff_reverseJames Almer2017-01-11
* hevc: Mark as having threadsafe initDerek Buitenhuis2017-01-11
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-11
* avcodec: move bitswap_32() into a header fileSteinar H. Gunderson2017-01-11
* avcodec/wmaprodec: do not force extradata presence for XMAPaul B Mahol2017-01-11
* avcodec/psd: fix ugly typoPaul B Mahol2017-01-11
* libavcodec/psd : add support for psd bitmap modeMartin Vignali2017-01-11
* lavc/psd: Interpret DUOTONE as GRAYSCALE.Carl Eugen Hoyos2017-01-11
* avcodec/bsf: fix resource leak in av_bsf_list_parse_strSteven Liu2017-01-11
* avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bitMichael Niedermayer2017-01-10
* 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