74 Commits (a17c3c7d15a841ce330e142966b9420fb64cf299)

Author SHA1 Message Date
Laurent Aimar 1b1182ce97 4xm: prevent NULL dereference with invalid huffman table 13 years ago
Laurent Aimar 8d518a9c4f 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers 13 years ago
Mans Rullgard 84dda40762 4xm: fix signed overflow 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Michael Niedermayer 013291501f Allocate last picture for 4xm pfrm if its not allocated. 14 years ago
Vitor Sessak c4e8733ac1 Fix visual artifacts in 4XM decoding on big-endian system 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Carl Eugen Hoyos 59043195d4 Fix red/blue swap for 4xa files. 15 years ago
Reimar Döffinger 4b5fee0205 Add missing release_buffer on close 15 years ago
Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 15 years ago
Baptiste Coudurier 53e67085b2 4xm decoder uses get_buffer, set CODEC_CAP_DR1 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago
Reimar Döffinger 9bf993a5b5 Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf 16 years ago
Michael Niedermayer 2a0241ae12 Get rid of INIT_VLC_USE_STATIC in 4xm. 16 years ago
Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 038f846e41 Add long names to some AVCodec declarations. 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs fbd4293df9 remove more useless mpegvideo.h includes 17 years ago
Michael Niedermayer ec9f649371 Replace get32() by AV_RL32(). 17 years ago
Michael Niedermayer 530902f3c7 const 17 years ago
Baptiste Coudurier 7f4d2d8308 cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type 17 years ago
Michael Niedermayer c08bbe6c57 fix decoding of dracula.4xm before diego complains 17 years ago
Michael Niedermayer f9f835ee89 fix segfault with dracula.4xm 17 years ago
Roberto Togni b6f508bbcc Change 4xm demuxer and video decoder to pass the video format version in 17 years ago
Michael Niedermayer 07c02992b9 use bytestream_get_le*() this also fixes a big endian bug 18 years ago
Michael Niedermayer 40802d36bc fix type 3 aka skipped blocks for old version 18 years ago
Michael Niedermayer 9ac34d947a fix motion vectors for old version 18 years ago
Michael Niedermayer cf786021a6 set pix_fmt properly depending on version 18 years ago
Michael Niedermayer 70bbeb6fbf use version instead of some random 32bit value to switch between 16 and 18 years ago
Michael Niedermayer a0d30cbcbf replace vlc_type by version and set that from codec_tag which contains the 18 years ago
Michael Niedermayer b74fb935f8 support ifr2 from Toy-Story2_better-image-quality.4xa 18 years ago
Michael Niedermayer 62f68aa9bf add second vlc table 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Reimar Döffinger e36d79c837 Change some leftover __attribute__((unused)) and __attribute__((used)) to 18 years ago