25033 Commits (805fbbefb3a8e438f3a734413f9e9e7ee12e09b2)

Author SHA1 Message Date
Michael Niedermayer 805fbbefb3 libavcodec/bintext.h: Fix duplicate words 11 years ago
Michael Niedermayer c77c5f6c9f libavcodec/bink.c: Fix duplicate words 11 years ago
Michael Niedermayer 9da6e742f4 libavcodec/avcodec.h: Fix duplicate words 11 years ago
Michael Niedermayer f10462377d libavcodec/ac3tab.c: Fix duplicate words 11 years ago
Michael Niedermayer 7fabf3a4b7 libavcodec/ac3enc_template.c: Fix duplicate words 11 years ago
Thilo Borgmann f18ccb529f Fix wrong use of "an" in some comments. 11 years ago
Michael Niedermayer 98fd8a7848 avcodec: Remove ff_packet_free_side_data, use av_packet_free_side_data 11 years ago
Hendrik Leppkes 3ca5df36a5 wmall: use AVFrame API properly 11 years ago
Reimar Döffinger d404fe35b2 Make new VDPAU easier to use by adding context to callback. 11 years ago
Reimar Döffinger af05edc658 vdpau: Add an allocation function for AVVDPAUContext. 11 years ago
Reimar Döffinger d87f9da53c vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU. 11 years ago
Reimar Döffinger 49cf36f4e3 sanm: fix undefined behaviour on big-endian. 11 years ago
Michael Niedermayer 61e0e80999 tiff: continue parsing on non fatal errors 11 years ago
Michael Niedermayer 8e119a22c4 mpeg4videodec: Parse newpred headers 11 years ago
Michael Niedermayer 06137a496b mpeg4videodec: check resolution marker bits 11 years ago
Michael Niedermayer b905a7137a avcodec/avpacket: Fix memory allocation failure check 11 years ago
Michael Niedermayer 019eb2c77b svq3: Fix ff_h264_check_intra_pred_mode() return code check 11 years ago
Luca Barbato 5a9a9d4a2a lavc: Add refcounted api to AVPacket 11 years ago
Vittorio Giovara c1076d8479 h264: check one context_init() allocation 11 years ago
Vittorio Giovara 5eb488bfa8 h264: use explicit variable names for *_field_flag 11 years ago
Vittorio Giovara b3dc260e7f h264: return meaningful values 11 years ago
Reimar Döffinger d4db7c334b Integrate accessors.h header into internal.h 11 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 11 years ago
Michael Niedermayer db8578a809 avcodec/raw: gbrp support 11 years ago
Michael Niedermayer 200170e8c0 avcodec/tiff: remove redundant check 11 years ago
Michael Niedermayer a9553e8f37 avcodec/tiff: avoid seek back on reading tags 11 years ago
Reimar Döffinger a48979d715 Reduce MAKE_ACCESSORS code duplication via a new header. 11 years ago
Michael Niedermayer 9386f334af avcodec/bitstream: Dont try to free buffers for static VLCs 11 years ago
Ben Avison 45e10e5c8d arm: Add assembly version of h264_find_start_code_candidate 11 years ago
Ben Avison 218d6844b3 h264dsp: Factorize code into a new function, h264_find_start_code_candidate 11 years ago
Ben Avison 7a82022ee2 h264_parser: Initialize the h264dsp context in the parser as well 11 years ago
Kostya Shishkov 3e5898782d Voxware MetaSound decoder 11 years ago
Rémi Denis-Courmont fee9db1fdf libavcodec: use avpriv_open() 11 years ago
Vittorio Giovara 22c879057e mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 11 years ago
Michael Niedermayer 2960576378 avcodec/g2meet: fix src pointer checks in kempf_decode_tile() 11 years ago
Michael Niedermayer 5cd57e8758 avcodec/jpeg2000dec: check sample sepration for validity 11 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 11 years ago
Michael Niedermayer 318d7a9638 avcodec/vdpau: include attributes.h, needed for attribute_deprecated 11 years ago
Michael Niedermayer 66056f74a1 avcodec/vdpau.h: define FF_API_BUFS_VDPAU if its not defined 11 years ago
Michael Niedermayer 50fb8c1114 avcodec/vdpau.h: define FF_API_CAP_VDPAU if its not defined 11 years ago
Christian Schmidt 1c6d2bb9a9 pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errors 11 years ago
Diego Biurrun 0ba4ea312b avcodec/options: Drop deprecation warning suppression macros 11 years ago
Carl Eugen Hoyos 4c15f3491f Set bits_per_raw_sample when decoding pnm. 11 years ago
Kostya Shishkov 86f4c59bd6 twinvq: Split VQF-specific part from common TwinVQ decoder core 11 years ago
Diego Biurrun 4d8d16b596 twinvq: Prefix enums and defines shared with VoxWare MetaSound 11 years ago
Kostya Shishkov bc909626b0 twinvq: move all bitstream reading into single place 11 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 11 years ago
Luca Barbato 43bacd5b7d vc1: check mb_height validity. 11 years ago
Luca Barbato 090cd06311 vc1: check the source buffer in vc1_mc functions 11 years ago
Luca Barbato 9991298f2c bink: Bound check the quantization matrix. 11 years ago