25007 Commits (148310ca1659e3be95a2e87a8e30d1894a32d6d6)

Author SHA1 Message Date
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 12 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 12 years ago
Michael Niedermayer db8578a809 avcodec/raw: gbrp support 12 years ago
Michael Niedermayer 200170e8c0 avcodec/tiff: remove redundant check 12 years ago
Michael Niedermayer a9553e8f37 avcodec/tiff: avoid seek back on reading tags 12 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 12 years ago
Michael Niedermayer 9386f334af avcodec/bitstream: Dont try to free buffers for static VLCs 12 years ago
Ben Avison 45e10e5c8d arm: Add assembly version of h264_find_start_code_candidate 12 years ago
Ben Avison 218d6844b3 h264dsp: Factorize code into a new function, h264_find_start_code_candidate 12 years ago
Ben Avison 7a82022ee2 h264_parser: Initialize the h264dsp context in the parser as well 12 years ago
Kostya Shishkov 3e5898782d Voxware MetaSound decoder 12 years ago
Rémi Denis-Courmont fee9db1fdf libavcodec: use avpriv_open() 12 years ago
Vittorio Giovara 22c879057e mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 12 years ago
Michael Niedermayer 2960576378 avcodec/g2meet: fix src pointer checks in kempf_decode_tile() 12 years ago
Michael Niedermayer 5cd57e8758 avcodec/jpeg2000dec: check sample sepration for validity 12 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 12 years ago
Michael Niedermayer 318d7a9638 avcodec/vdpau: include attributes.h, needed for attribute_deprecated 12 years ago
Michael Niedermayer 66056f74a1 avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined 12 years ago
Michael Niedermayer 50fb8c1114 avcodec/vdpau.h: define FF_API_CAP_VDPAU if its not defined 12 years ago
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