49 Commits (46a7e3ec14941fb363a95c37ec10083a2730e9e8)

Author SHA1 Message Date
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 17 years ago
Michael Niedermayer 40802d36bc fix type 3 aka skipped blocks for old version 17 years ago
Michael Niedermayer 9ac34d947a fix motion vectors for old version 17 years ago
Michael Niedermayer cf786021a6 set pix_fmt properly depending on version 17 years ago
Michael Niedermayer 70bbeb6fbf use version instead of some random 32bit value to switch between 16 and 17 years ago
Michael Niedermayer a0d30cbcbf replace vlc_type by version and set that from codec_tag which contains the 17 years ago
Michael Niedermayer b74fb935f8 support ifr2 from Toy-Story2_better-image-quality.4xa 17 years ago
Michael Niedermayer 62f68aa9bf add second vlc table 17 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
Michel Bardiaux 78104b5d76 Remove some old disabled debugging output 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Michael Niedermayer 3a1a7e32ac sanity checks, some might have been exploitable ... 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Michael Niedermayer 53db1cae1c data_size = 0 cleanup 21 years ago
Michael Niedermayer eea8c08fa8 cleanup & memleak fix 21 years ago
Alex Beregszaszi 6ce1a818e1 unknown format chars 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer c9319f2ea4 forgot to commit, i hope its correct 21 years ago
Falk Hüffner e4e70d2e2d Fix compilation with ccc 21 years ago
Fabrice Bellard 83586795a2 remove warnings 21 years ago
Michael Niedermayer b60ad448de fix 4xm yuv->rgb565 transform 22 years ago
Michael Niedermayer 5be8a3737b 10l (array[-1] ...) 22 years ago
Michael Niedermayer 8809cfee0a 4xm codec 22 years ago