36907 Commits (26d5caf67994eb8ea34c16144b1de4920c8a7403)

Author SHA1 Message Date
Paul B Mahol 107b3064d8 avcodec/wmaprodec: do not force extradata presence for XMA 8 years ago
Paul B Mahol 45cd50e5e2 avcodec/psd: fix ugly typo 8 years ago
Martin Vignali 658e626cc0 libavcodec/psd : add support for psd bitmap mode 8 years ago
Carl Eugen Hoyos 4313ed511a lavc/psd: Interpret DUOTONE as GRAYSCALE. 8 years ago
Steven Liu d9c2cfd316 avcodec/bsf: fix resource leak in av_bsf_list_parse_str 8 years ago
Michael Niedermayer f48b6b8b91 avcodec/tiff: Perform multiply in tiff_unpack_lzma() as 64bit 8 years ago
Paul B Mahol 24d31a8074 avcodec/qdm2: make use of bytestream2 8 years ago
Jun Zhao b53b3a4f6a lavc/vaapi_encode_h264: disable B frames in baseline profile 8 years ago
Michael Niedermayer 762bf6f4af avcodec/bsf: Fix av_bsf_list_free() 8 years ago
Michael Niedermayer bd83c295fc avcodec/omx: Do not pass negative value into av_malloc() 8 years ago
foo86 000638431c avcodec/dca: add support for 20-bit XLL 8 years ago
Paul B Mahol 90ac9f4094 avcodec: add QDMC decoder 8 years ago
Paul B Mahol 49633f9f74 avcodec/iff: add support for vertical word compression in ILBM 8 years ago
Kevin Wheatley 09905c412d libavcodec/exr: Fix blank output when data window != display window 8 years ago
Rostislav Pehlivanov 2d208aaabe imdct15: replace the FFT with a faster PFA FFT algorithm 8 years ago
Rostislav Pehlivanov 4fdacf4cdb imdct15: remove the AArch64 assembly 8 years ago
Steve Lhomme fd0716b364 dxva2: make ff_dxva2_get_surface() static and rename it 8 years ago
Carl Eugen Hoyos e6050d81b0 lavc/Makefile: Clean up the amv encoder dependencies. 8 years ago
Michael Niedermayer 7ca2a23aaa avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sparse() 8 years ago
Michael Niedermayer 8f1d18a91b avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid 8 years ago
Andreas Cadhalpun e8651f51aa wmavoice: validate block alignment 8 years ago
Andreas Cadhalpun 91e6a64d2e wmavoice: truncate spillover_nbits if too large 8 years ago
Michael Niedermayer aa95292043 avcodec/x86/vc1dsp_mc: Fix build with NASM 2.09.10 8 years ago
John Comeau d06518752b avcodec/x86/imdct36: fix building with nasm 2.11.05 8 years ago
Carl Eugen Hoyos 28307ef7e6 lavc/psd: Support indexed files. 8 years ago
Michael Niedermayer 68cdeb06de avcodec/tests/fft: Fix indention of dct_init() 8 years ago
Carl Eugen Hoyos 4acea512f3 lavc/mjpegdec: Do not overread too short JFIF tags. 8 years ago
Miroslav Slugen 9b425bd24c avcodec/nvenc: Add bluray_compat basic implementation 8 years ago
Miroslav Slugen 1841eda679 avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvenc 8 years ago
Miroslav Slugeň f8c503d927 avcodec/nvenc: round qpIntra and qpInter calculation 8 years ago
Moritz Barsnick 6c442e1584 lavc/libmp3lame: add support for cutoff 8 years ago
Michael Niedermayer 25d9643f11 avcodec/mjpegdec: Check for rgb before flipping 8 years ago
Carl Eugen Hoyos ec2f3b1f57 lavc/psd: Remove an uninitialized variable. 8 years ago
Michael Bradshaw 616513ef6e avcodec/libopenjpegdec: Set key frame metadata 8 years ago
Ronald S. Bultje 33d7f822f8 wmavoice: protect against zero-energy in adaptive gain control. 8 years ago
Ronald S. Bultje 7b27dd5c16 wmavoice: move overflow handling to common code. 8 years ago
Ronald S. Bultje b011bb5f8b wmavoice: reindent. 8 years ago
Ronald S. Bultje 3deb4b54a2 wmavoice: disable bitstream checking. 8 years ago
Ronald S. Bultje 992cb15e67 wmavoice: move wmavoice_flush() up. 8 years ago
Paul B Mahol 2f347c17d6 avcodec/ylc: thread safe initialization is possible with this codec 8 years ago
Paul B Mahol 31bf37cba8 avcodec/ylc: add frame threading support 8 years ago
Paul B Mahol 341d3ee441 avcodec/ylc: do not leak memory at uninit 8 years ago
Paul B Mahol 12461636ea avcodec/magicyuv: export colorspace and color_range for YUV 8 years ago
Ruta Gadkari 67db4ff3b6 NVENC: Update check for Lookahead 8 years ago
James Almer c3d822855c avcodec/lossless_videodsp: fix output of add_hfyu_left_pred_int16_c() 8 years ago
Michael Niedermayer 6e26b6e43f avcodec/error_resilience: Move variable initialization down, remove unneeded inits 8 years ago
Michael Niedermayer d5ecffbac6 avcodec/error_resilience: Merge surrounding status checks 8 years ago
Michael Niedermayer cafc72bd7b avcodec/error_resilience: Factor block parity check out 8 years ago
Paul B Mahol 25c4035529 avcodec/pixlet: simplify lowpass_prediction() function 8 years ago
Paul B Mahol 68e5598e22 avcodec/utvideo: fix mistake using wrong arguments for left and lefttop pixel components 8 years ago