summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-1213-125/+195
* lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-1216-397/+402
* avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer2017-01-121-1/+1
* avcodec/mathops: add missing header for ff_reverseJames Almer2017-01-111-0/+1
* hevc: Mark as having threadsafe initDerek Buitenhuis2017-01-111-0/+1
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-1110-13/+707
* avcodec: move bitswap_32() into a header fileSteinar H. Gunderson2017-01-112-8/+8
* avcodec/wmaprodec: do not force extradata presence for XMAPaul B Mahol2017-01-111-3/+3
* avcodec/psd: fix ugly typoPaul B Mahol2017-01-111-1/+1
* libavcodec/psd : add support for psd bitmap modeMartin Vignali2017-01-111-3/+8
* lavc/psd: Interpret DUOTONE as GRAYSCALE.Carl Eugen Hoyos2017-01-112-1/+3
* avcodec/bsf: fix resource leak in av_bsf_list_parse_strSteven Liu2017-01-111-2/+4
* avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bitMichael Niedermayer2017-01-101-1/+1
* avcodec/qdm2: make use of bytestream2Paul B Mahol2017-01-091-45/+21
* lavc/vaapi_encode_h264: disable B frames in baseline profileJun Zhao2017-01-091-0/+10
* avcodec/bsf: Fix av_bsf_list_free()Michael Niedermayer2017-01-081-1/+1
* avcodec/omx: Do not pass negative value into av_malloc()Michael Niedermayer2017-01-081-1/+4
* avcodec/dca: add support for 20-bit XLLfoo862017-01-071-2/+4
* avcodec: add QDMC decoderPaul B Mahol2017-01-064-2/+787
* avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol2017-01-061-1/+84
* libavcodec/exr: Fix blank output when data window != display windowKevin Wheatley2017-01-061-0/+1
* imdct15: replace the FFT with a faster PFA FFT algorithmRostislav Pehlivanov2017-01-052-149/+162
* imdct15: remove the AArch64 assemblyRostislav Pehlivanov2017-01-055-701/+0
* dxva2: make ff_dxva2_get_surface() static and rename itSteve Lhomme2017-01-052-6/+4
* lavc/Makefile: Clean up the amv encoder dependencies.Carl Eugen Hoyos2017-01-051-4/+1
* avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...Michael Niedermayer2017-01-051-1/+1
* avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is validMichael Niedermayer2017-01-051-1/+3
* wmavoice: validate block alignmentAndreas Cadhalpun2017-01-031-0/+5
* wmavoice: truncate spillover_nbits if too largeAndreas Cadhalpun2017-01-031-0/+3
* avcodec/x86/vc1dsp_mc: Fix build with NASM 2.09.10Michael Niedermayer2017-01-021-1/+1
* avcodec/x86/imdct36: fix building with nasm 2.11.05John Comeau2017-01-021-3/+3
* lavc/psd: Support indexed files.Carl Eugen Hoyos2017-01-021-0/+24
* avcodec/tests/fft: Fix indention of dct_init()Michael Niedermayer2017-01-011-1/+1
* lavc/mjpegdec: Do not overread too short JFIF tags.Carl Eugen Hoyos2017-01-011-0/+2
* avcodec/nvenc: Add bluray_compat basic implementationMiroslav Slugen2017-01-015-1/+19
* avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvencMiroslav Slugen2017-01-014-2/+5
* avcodec/nvenc: round qpIntra and qpInter calculationMiroslav Slugeň2017-01-011-2/+2
* lavc/libmp3lame: add support for cutoffMoritz Barsnick2016-12-311-0/+4
* avcodec/mjpegdec: Check for rgb before flippingMichael Niedermayer2016-12-311-1/+1
* lavc/psd: Remove an uninitialized variable.Carl Eugen Hoyos2016-12-301-2/+2
* avcodec/libopenjpegdec: Set key frame metadataMichael Bradshaw2016-12-281-0/+2
* wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje2016-12-271-1/+2
* wmavoice: move overflow handling to common code.Ronald S. Bultje2016-12-271-12/+5
* wmavoice: reindent.Ronald S. Bultje2016-12-271-36/+36
* wmavoice: disable bitstream checking.Ronald S. Bultje2016-12-271-115/+29
* wmavoice: move wmavoice_flush() up.Ronald S. Bultje2016-12-271-28/+28
* avcodec/ylc: thread safe initialization is possible with this codecPaul B Mahol2016-12-261-0/+1
* avcodec/ylc: add frame threading supportPaul B Mahol2016-12-261-2/+23
* avcodec/ylc: do not leak memory at uninitPaul B Mahol2016-12-261-0/+4
* avcodec/magicyuv: export colorspace and color_range for YUVPaul B Mahol2016-12-261-2/+16
OpenPOWER on IntegriCloud