30845 Commits (2d0440f93f93d2f92947dabb481b3e56c099ea26)

Author SHA1 Message Date
Michael Niedermayer 2c22042aa0 avcodec/g2meet: Use av_mallocz_array() for framebuffer allocation 10 years ago
Michael Niedermayer 5989a2b24f avcodec/g722enc: Use av_mallocz_array() 10 years ago
Michael Niedermayer 71bd6ea0fa avcodec/flashsv2enc: use av_realloc_array() 10 years ago
Michael Niedermayer e7d85186d6 avcodec/parser: Check that the parser return code is valid 10 years ago
Michael Niedermayer 6c3cb02a74 avcodec/flac_parser: Check for av_malloc() failure 10 years ago
Michael Niedermayer 5f964c6027 avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type) 10 years ago
agathah 72c61c272c avcodec/nvenc: fix b frame settings 10 years ago
Michael Niedermayer def69553e7 h264_cabac: Break infinite loops 10 years ago
Vittorio Giovara 402fb5550e opus_parser: drop unused variable 10 years ago
Vittorio Giovara 8a9641a652 bsf: check memory allocations 10 years ago
Vittorio Giovara 014b6b416f vp8: improve memory allocation checks 10 years ago
Paul B Mahol f86f39cb9b tiff: support decoding GBRP and GBRAP formats 10 years ago
Paul B Mahol 9a4aaae3b2 lavc: add GBRAP to avcodec_align_dimensions2 10 years ago
Stefano Sabatini e2ad0b66fa imgutils: create misc functions for dealing with buffers 10 years ago
Vittorio Giovara 1e76345432 png: improve signature check 10 years ago
Michael Niedermayer c4f1abecb1 avcodec/sunrast: Use av_malloc_array() 10 years ago
Michael Niedermayer e6f1601d6d avcodec/svq3: Use av_mallocz_array() for emu_edge_buffer 10 years ago
Michael Niedermayer 2493558a06 avcodec/svq3: Check av_mallocs return value 10 years ago
Michael Niedermayer e172f5e53a avcodec/hevc: Fix handling of skipped_bytes() reallocation failures 10 years ago
wm4 921706691a qpeg: avoid pointless invalid memcpy() 10 years ago
Michael Niedermayer 295b79b5d8 avcodec/roqvideoenc: Check for av_malloc_array() failure 10 years ago
Michael Niedermayer 88a46fa8c9 avcodec/snowenc-test: use av_mallocz_array() 10 years ago
Michael Niedermayer 482761b85a avcodec/snowenc-test: check for av_malloc*() failures 10 years ago
Michael Niedermayer fbe8672e15 avcodec/shorten: use av_reallocp_array() 10 years ago
Michael Niedermayer 56c7e1059a avcodec/snow: Fix av_malloc* failure checks 10 years ago
Michael Niedermayer 13871a95d0 avcodec/snow: Use av_malloc_array() 10 years ago
Michael Niedermayer 24222cc1d5 avcodec/opus_imdct: Use av_malloc_array() 10 years ago
Michael Niedermayer 365ef88d5d avcodec/wma: Print more details in case of spectral RLE overflows 10 years ago
Michael Niedermayer 4f664d8aae avcodec/ccaption_dec: Fix typos and cosmetics 10 years ago
Michael Niedermayer e2db9a736f avcodec/wmadec: fix 0 frame bit_reservoir 10 years ago
Michael Niedermayer a8bc901033 avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 case 10 years ago
Anshul Maheshwari 4b6262610b Adding Closed caption Support 10 years ago
Michael Niedermayer 8b13a4d6f0 avcodec/error_resilience: Remove special case for H.264 from is_intra_more_likely 10 years ago
Michael Niedermayer 855463c007 avcodec/h264: Keep a reference to the last picture for EC 10 years ago
Michael Niedermayer cba199b595 avcodec/options_table: add entries for MPEG4 video profiles 10 years ago
Michael Niedermayer bcfd9f8d7f avcodec/proresdec_lgpl: Use av_malloc_array() 10 years ago
Michael Niedermayer 4207c5a4ce avcodec/pgssubdec: Use av_malloc*_array() 10 years ago
Michael Niedermayer 0f08b587fa avcodec/libvo-aacenc: Use av_mallocz_array() 10 years ago
Carl Eugen Hoyos a5334d4081 Handle r10k endianess atom DpxE. 10 years ago
Matt Oliver 87deebe11a avcodec/libvpxenc.c: Fix linking with codec interface with msvc. 10 years ago
wm4 09b4ad1568 vp9: avoid infinite loop with broken files 10 years ago
Michael Niedermayer 0898a6d4e4 avcodec/ratecontrol: Check for av_malloc*() failures 10 years ago
Michael Niedermayer 1bf747ae84 avcodec/dvbsubdec: Return proper error codes from more functions 10 years ago
Michael Niedermayer ebe3a41ea3 avcodec/dvbsubdec: Add some av_malloc() failure checks 10 years ago
Michael Niedermayer a4d3cf10b2 avcodec/diracdec: Check slices malloc and propagate error code 10 years ago
Michael Niedermayer 35e559ae32 avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 10 years ago
Michael Niedermayer aefb99f2c0 avcodec/ass_split: use *alloc_array() 10 years ago
Michael Niedermayer 727cb2bda9 avcodec/ass: Use av_realloc_array() 10 years ago
Anton Khirnov 7e4e010b80 mpeg4audio: check the init_get_bits() return value 10 years ago
wm4 b88e80589b vp9: fix parser return values in error case 10 years ago