19787 Commits (96dd04427fc46e5e25a5ac1f00753207e3aedb0c)

Author SHA1 Message Date
Vittorio Giovara 210461c0a8 imgconvert: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 596b5c488f wma: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 5ac06633cb takdec: check av_samples_get_buffer_size() return value 10 years ago
Vittorio Giovara 16c7a8a142 aacps: invert the order of parameters of ipdopd_reset() 10 years ago
Vittorio Giovara 9745f19ffc assdec: check the right variable 10 years ago
Vittorio Giovara 971099ff5a aacenc: correctly check returned value 10 years ago
Vittorio Giovara ac467d94fa lcl: return an appropriate error code 10 years ago
Vittorio Giovara c63dd3f0a4 a64multi: check elbg return values 10 years ago
Vittorio Giovara 3beb9cbad3 roqvideo: check memory allocations and propagate errors 10 years ago
Vittorio Giovara ae2d41ec87 elbg: check memory allocations and propagate errors 10 years ago
Vittorio Giovara 67fc8a15e4 theora: support different visible and coded frame size 10 years ago
Paul B Mahol 87bd298abe DPX parser 10 years ago
Carl Eugen Hoyos 3a3790b8f8 tiff: support encoding and decoding 64bit images 10 years ago
Michael Niedermayer 3bb465245f h261dec: Fix context initialization sequence 10 years ago
Martin Storsjö 91bfac759d h261enc: Disallow sliced encoding 10 years ago
Vittorio Giovara 10d4c5e55e tiff: set the correct return value when check_size() fails 10 years ago
Luca Barbato 3c27275c13 tiff: Check the check_size() return value and forward it 10 years ago
Luca Barbato 4690e01c3a prores: Evaluate all the quantizers 10 years ago
Vittorio Giovara d75190aa93 mpegvideo: move REBASE_PICTURE where it is used 10 years ago
Vittorio Giovara 63fcedcf01 mpegvideo: remove unused function declaration 10 years ago
Vittorio Giovara b2bece5e9a hevc: always clip luma_log2_weight_denom 10 years ago
Thiago Santos bab8d73765 vaapi: wrap codec specific functions in appropiate #ifs 10 years ago
Michael Niedermayer 5a82ad644f svq1dec: Unbreak the scratch buffer allocation 10 years ago
Luca Barbato bcbdeb318e asvenc: Forward the error instead of asserting on it 10 years ago
Rémi Denis-Courmont 559fa0d41b vdpau: add mapping for H.264 Constrained Baseline profile and fallback 10 years ago
Rémi Denis-Courmont 8502c1e9ff vdpau: add mapping for H.264 Extended profile 10 years ago
Rémi Denis-Courmont 8b51bcfed7 vdpau: revector macro to reduce line span 10 years ago
Martin Storsjö c7921a4804 libfdk-aacdec: Fix a boundary check 10 years ago
Janne Grunau 4c81613df4 arm: mlpdsp: handle pic offset calculation in a macro 10 years ago
Janne Grunau 581c7f0e12 arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position independent 10 years ago
Martin Storsjö 780cd20b00 aarch64: Use .data.rel.ro for const data with relocations 10 years ago
Martin Storsjö f963f80399 arm: Use .data.rel.ro for const data with relocations 10 years ago
Vittorio Giovara 6fd91fa119 h264: increase MAX_SLICES to 32 10 years ago
Zoltan Kovacs 4843a9c74f dpx: always write the image offset 10 years ago
Martin Storsjö b280c6202b arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb 10 years ago
Martin Storsjö ae81576414 arm: fft_vfp: Add a missing "endconst" when building in thumb mode 10 years ago
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Vittorio Giovara b72727a524 lavc: mention that the parser callback never returns an error 10 years ago
Michael Niedermayer 894545cb71 mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails 10 years ago
Michael Niedermayer 7a38987f24 mpegvideo: free_context_frame() cannot fail, make it return void 10 years ago
Michael Niedermayer c45eeb2dbf mpegvideo: replace assert about interlaced EC with debug av_log() 10 years ago
Michael Niedermayer 3a56bcee7c mpeg12dec: Use more specific error codes 10 years ago
Michael Niedermayer b56afb48ae mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() 10 years ago
Gonzalo Garramuno e0bb74a140 exr: Add a gamma flag to exr loader to avoid banding 10 years ago
Michael Niedermayer d69d787dad h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails 10 years ago
Dale Curtis 56de2897a6 h264: Fix memory leak on ff_h264_decode_init() failure 10 years ago
Jon Morley 26e20dfd06 options_table: fix colorspace minimum option value 10 years ago
Luca Barbato 7464e98f74 aac: Simplify decode_mid_side_stereo 10 years ago
Anton Khirnov 1973079417 opusdec: make sure all substreams have the same number of coded samples 10 years ago
Martin Storsjö f20141d73f vorbis_parser: Include stdint.h in the header, to make it work standalone 10 years ago