18296 Commits (3cfdb912cb5ba788b13999a02698a60a85c0828b)

Author SHA1 Message Date
Luca Barbato 61cd19b8bc vmnc: Port to bytestream2 11 years ago
Luca Barbato a66aa0daf2 vmnc: K&R formatting cosmetics 11 years ago
Luca Barbato b2148faca9 shorten: Extend fixed_coeffs to properly support pred_order 0 11 years ago
Diego Biurrun 6405ca7d4a x86: h264_idct: Update comments to match 8/10-bit depth optimization split 11 years ago
Henrik Gramner bbe4a6db44 x86inc: Utilize the shadow space on 64-bit Windows 11 years ago
Diego Biurrun ce1e8045e0 x86: fdct: Employ more specific ifdefs 11 years ago
Diego Biurrun 2ddb35b911 x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx 12 years ago
Diego Biurrun 258414d077 x86: fdct: Initialize optimized fdct implementations in the standard way 12 years ago
Diego Biurrun 0b8b2ae5e9 x86: xviddct: Employ more specific ifdefs 12 years ago
Diego Biurrun 6cc133ec58 x86: fdct: Only build fdct code if encoders have been enabled 12 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
Maxim Poliakovski 6a5bfd4d49 atrac: Add missing av_cold 12 years ago
Maxim Poliakovski 79cbac8cd4 atrac3: Generalize gain compensation code 12 years ago
Diego Biurrun 5ce04c14dd Use correct Doxygen syntax 12 years ago
Maxim Poliakovski 4be292dac7 atrac: Move doxygen comments to the header 12 years ago
Diego Biurrun be0b4c70ec atrac3: Replace a silly counter variable name with plain 'j' 12 years ago
Anton Khirnov 451606f7ce lavc: mark deprecated AVCodec.max_lowres for removal on next bump 12 years ago
Martin Storsjö ff07ec143e pcx: Return an error on broken palette if err_detect is set to 'explode' 12 years ago
Martin Storsjö d1d99e3bef pcx: Check the packet size before assuming it fits a palette 12 years ago
Martin Storsjö 7ba0cedbfe rpza: Fix a buffer size check 12 years ago
Martin Storsjö aa0dd52434 xxan: Disallow odd width 12 years ago
Martin Storsjö fc739b3eef xan: Only read within the data that actually was initialized 12 years ago
Martin Storsjö 30db94dc39 xan: Use bytestream2 to limit reading to within the buffer 12 years ago
Martin Storsjö 9fb0de86b4 pcx: Consume the whole packet if giving up due to missing palette 12 years ago
Martin Storsjö a81cad8f86 pngdec: Stop trying to decode once inflate returns Z_STREAM_END 12 years ago
Martin Storsjö 59480abce7 alac: Do bounds checking of lpc_order read from the bitstream 12 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