18335 Commits (19e30a58fc8ee6187a0bc14aff7f566a13c81421)

Author SHA1 Message Date
Maxim Poliakovski 6a5bfd4d49 atrac: Add missing av_cold 11 years ago
Maxim Poliakovski 79cbac8cd4 atrac3: Generalize gain compensation code 11 years ago
Diego Biurrun 5ce04c14dd Use correct Doxygen syntax 11 years ago
Maxim Poliakovski 4be292dac7 atrac: Move doxygen comments to the header 11 years ago
Diego Biurrun be0b4c70ec atrac3: Replace a silly counter variable name with plain 'j' 11 years ago
Anton Khirnov 451606f7ce lavc: mark deprecated AVCodec.max_lowres for removal on next bump 11 years ago
Martin Storsjö ff07ec143e pcx: Return an error on broken palette if err_detect is set to 'explode' 11 years ago
Martin Storsjö d1d99e3bef pcx: Check the packet size before assuming it fits a palette 11 years ago
Martin Storsjö 7ba0cedbfe rpza: Fix a buffer size check 11 years ago
Martin Storsjö aa0dd52434 xxan: Disallow odd width 11 years ago
Martin Storsjö fc739b3eef xan: Only read within the data that actually was initialized 11 years ago
Martin Storsjö 30db94dc39 xan: Use bytestream2 to limit reading to within the buffer 11 years ago
Martin Storsjö 9fb0de86b4 pcx: Consume the whole packet if giving up due to missing palette 11 years ago
Martin Storsjö a81cad8f86 pngdec: Stop trying to decode once inflate returns Z_STREAM_END 11 years ago
Martin Storsjö 59480abce7 alac: Do bounds checking of lpc_order read from the bitstream 11 years ago
Paul B Mahol 7e52080cb1 pcm: support 24-bit/32-bit little-endian planar 12 years ago
Kostya Shishkov 4370f65be8 g2meet: Respect cursor_stride properly everywhere 12 years ago
Anton Khirnov 5f4b1b1cbd lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames 12 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 12 years ago
Anton Khirnov e880418660 cabac: remove write-only h264_mps_state[] 12 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 12 years ago
Michael Niedermayer 84df6d6a85 h264_sei: check SEI size 12 years ago
Rainer Hochecker 71cabb521a h264: do not discard NAL_SEI when skipping frames 12 years ago
Vittorio Giovara edaba18021 h264: log extradata skip only for non-ignored NALs 12 years ago
Vittorio Giovara 26179964ff h264_sei: log unknown sei messages 12 years ago
Martin Storsjö 5f24fe82e5 mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0 12 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 12 years ago
Martin Storsjö 23d6ba2c44 vc1dec: Check the error handling flags on slice/field header decode errors 12 years ago
Michael Niedermayer bb7bf17595 vc1dec: Don't decode slices when the latest slice header failed to decode 12 years ago
Martin Storsjö 5e25fdbfe0 vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks 12 years ago
Martin Storsjö b772b0e28e vc1dec: Undo mpegvideo initialization if unable to allocate tables 12 years ago
Martin Storsjö ede508443e vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors 12 years ago
Martin Storsjö 91be1103fd wnv1: Make sure the input packet is large enough 12 years ago
Vittorio Giovara 1cad7171dd h264: remove an unused static constant 12 years ago
Martin Storsjö a9d50bb578 dcadec: Validate the lfe parameter 12 years ago
Martin Storsjö 3185a80259 fraps: Make the input buffer size checks more strict 12 years ago
Martin Storsjö 601c2015bc svq3: Avoid a division by zero 12 years ago
Martin Storsjö 7a5a557227 qpeg: Add checks for running out of rows in qpeg_decode_inter 12 years ago
Martin Storsjö e9d61de96c mpegaudiodec: Validate that the number of channels fits at the given offset 12 years ago
Martin Storsjö f50803354c asvdec: Verify the amount of extradata 12 years ago
Martin Storsjö fdbd924b84 rv34: Fix a memory leak on errors 12 years ago
Martin Storsjö 5372cda671 rv10: Validate the dimensions set from the container 12 years ago
Alex Converse 1914e6f010 aacdec: Add support for LD (Low Delay) AAC 12 years ago
Alex Converse 5cdefc0207 aacdec: Add support for Error Resilience syntax. 12 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 12 years ago
Justin Ruggles 9ae53c5860 lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t 12 years ago
Martin Storsjö c77d409bf9 twinvqdec: Check the ibps parameter separately 12 years ago
John Stebbins 8411baf6f0 dca_parser: Handle changes in DCA frame size 12 years ago
Martin Storsjö 18a245a2ae jpeg2000dec: Add more checks when parsing headers 12 years ago
Martin Storsjö b1db33159f ffv1: Make sure at least one slice context is initialized 12 years ago