18275 Commits (317d6a150392c96238d5e124524b12ba340f36e6)

Author SHA1 Message Date
Luca Barbato a90905db2e ffv1: Assume bitdepth 0 means 8bit 11 years ago
Luca Barbato a84616b736 mpegvideo: K&R formatting cosmetics 11 years ago
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Yusuke Nakamura 4baba6c813 h264_parser: Fix POC parsing for the case where MMCO_RESET is present. 11 years ago
Yusuke Nakamura b81dbd6cb7 h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. 11 years ago
Diego Biurrun 29c455ce3d bitstream: Check the result of av_malloc() 11 years ago
Diego Biurrun 3b4fa54866 cavs: more K&R formatting cosmetics 11 years ago
Derek Buitenhuis c0085f94fe mpegaudio_tablegen: Don't use llrint 11 years ago
Derek Buitenhuis 479a527955 cos_tablegen: Don't use lrint 11 years ago
Derek Buitenhuis bc31a7a3b6 tablegen: Don't use cbrtf in host tools 11 years ago
Derek Buitenhuis 884fd4d259 tableprint: Fix use of a size_t print with MSVC 11 years ago
Luca Barbato 39185ec4fa cavs: Check for negative cbp 11 years ago
Luca Barbato 1b20d0f581 cavs: Return meaningful error values 11 years ago
Luca Barbato 14ddbb477f cavs: K&R formatting cosmetics 11 years ago
Derek Buitenhuis eb90a2091f pthread: Fix deadlock during thread initialization 11 years ago
Luca Barbato c9ef6b0932 indeo4: Check the inherited quant_mat 11 years ago
Luca Barbato 0cb83c5638 indeo4: Check the block size if reusing the band configuration 11 years ago
Anton Khirnov 16ea20c827 lavc doxy: extend/clarify avcodec_decode_audio4() doxy 11 years ago
Anton Khirnov 66d3f5fd5c lavc doxy: remove false statements about alignment requirements. 11 years ago
Luca Barbato c0de9a23c7 prores: Reject negative run and level values 11 years ago
Tim Walker 5f5ada3dbf shorten: Fix out-of-array read 11 years ago
Maxim Poliakovski ed796fba76 atrac3: Better name for IMDCT window initialization 11 years ago
Maxim Poliakovski be76415047 atrac3: Remove unused gain compensation tables 11 years ago
Luca Barbato 2df7f7714a prores: Error out only on surely incomplete ac_coeffs 11 years ago
Luca Barbato 44690dfa68 prores: Add a codepath for decoding errors 11 years ago
Martin Storsjö 41a10f3ba1 vp6: Support cropping to AVCodecContext.width/height 11 years ago
Luca Barbato 1018a92219 jpeg2000: Check block length 11 years ago
Luca Barbato 071e29af4d vmnc: Use meaningful return values 11 years ago
Luca Barbato 5e992a4682 vmnc: Check the cursor dimensions 11 years ago
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 11 years ago
Diego Biurrun 258414d077 x86: fdct: Initialize optimized fdct implementations in the standard way 11 years ago
Diego Biurrun 0b8b2ae5e9 x86: xviddct: Employ more specific ifdefs 11 years ago
Diego Biurrun 6cc133ec58 x86: fdct: Only build fdct code if encoders have been enabled 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
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