25111 Commits (b69b075ac607419a840da798b089de8ea7630d4b)

Author SHA1 Message Date
Christian Schmidt 1c6d2bb9a9 pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors 12 years ago
Diego Biurrun 0ba4ea312b avcodec/options: Drop deprecation warning suppression macros 12 years ago
Carl Eugen Hoyos 4c15f3491f Set bits_per_raw_sample when decoding pnm. 12 years ago
Kostya Shishkov 86f4c59bd6 twinvq: Split VQF-specific part from common TwinVQ decoder core 12 years ago
Diego Biurrun 4d8d16b596 twinvq: Prefix enums and defines shared with VoxWare MetaSound 12 years ago
Kostya Shishkov bc909626b0 twinvq: move all bitstream reading into single place 12 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 12 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 12 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 12 years ago
Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 12 years ago
Luca Barbato bc54c2ae3c libx264: add shortcut for the bluray compatibility option 12 years ago
Timothy Gu 3217a706e2 libxvid: Reduce the size of an array 12 years ago
Michael Niedermayer 1ccc2157ff avcodec/libxvid: Partially check plugins array size with assert 12 years ago
Michael Niedermayer 412df0a52f avcodec/libxvid: set lumi_aq for lumimasking 12 years ago
Rémi Denis-Courmont f824535a4a vdpau: deprecate bitstream buffers within the hardware context 12 years ago
Rémi Denis-Courmont 2852740e23 vdpau: store picture data in picture's rather than codec's context 12 years ago
Rémi Denis-Courmont 549294fbbe vdpau: deprecate VDPAU codec capability 12 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 years ago
Michael Niedermayer 22458ccbcc avcodec/tta: use init_get_bits8() 12 years ago
Michael Niedermayer 263da1a8f7 avcodec/eatgq: use init_get_bits8() 12 years ago
Michael Niedermayer 5dff269998 avcodec/diracdec: use init_get_bits8() 12 years ago
Michael Niedermayer 6ed1aa4f85 avcodec/ra144dec: use init_get_bits8() 12 years ago
Michael Niedermayer 6bbcae2c16 avcodec/fft: Fix "warning: unused variable" 12 years ago
Luca Barbato a10c4ce24b aac: Forward errors properly in aac_decode_frame_int 12 years ago
Luca Barbato 71953ebcf9 aac: Check init_get_bits return value 12 years ago
Nedeljko Babic 18d7074b4e libavcodec: Implementation of 32 bit fixed point FFT 12 years ago
Carl Eugen Hoyos 34d48dac25 avcodec/pnmdec: support more pnm files 12 years ago
Michael Niedermayer 62738157dd pnmdec: always output native pixel format 12 years ago
Michael Niedermayer 1607a98545 avcodec/mlp: Fix bugs in libavs warning fixes 12 years ago
Tim.Nicholson ae4c912bce Forward interlaced field information from mov to ffv1 decoder. 12 years ago
Michael Niedermayer 154c8bf60b avcodec/mdec: make block_index static const 12 years ago
Michael Niedermayer f19a23bd4f avcodec/mjpeg: make 2 outcommented tables static 12 years ago
Michael Niedermayer b984c727f5 avcodec/dxtory: make def_lru[8] static 12 years ago
Michael Niedermayer 04c50cb3a0 avcodec/dnxhdenc: make header_prefix static const 12 years ago
Yusuke Nakamura a8b19271c3 avcodec: Add output_picture_number to AVCodecParserContext 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Paul B Mahol bc2187cfdb ttaenc: fix packet size 12 years ago
Vittorio Giovara 0d8b943d20 h264_sei: Return meaningful values 12 years ago
Michael Niedermayer bff371e34c jpeg2000dec: simplify jpeg2000_read_bitstream_packets() 12 years ago
Michael Niedermayer 5936d98244 avcodec/wmaenc: change commented assert to av_assert 12 years ago
Timothy Gu b3f858b829 libxvid: cosmetics: Realign the code 12 years ago
Vittorio Giovara b18412171f h264_sei: K&R formatting cosmetics 12 years ago
Diego Biurrun 4c7fd58f8a h264_sei: Remove pointless old comment 12 years ago
Diego Biurrun 9ea24e927e twinvq: Add proper twinvq prefixes to identifiers 12 years ago
Paul B Mahol 69fe25cdca lclenc: remove unused code 12 years ago
Paul B Mahol fe37551249 sunrastenc: do not set avctx->coded_frame 12 years ago
Paul B Mahol 678431d3f2 jv: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol ff1c13b133 mss3: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol 02fe531afe mss2: make code independent of sizeof(AVFrame) 12 years ago