30 Commits (56f8952b252f85281317ecd3e0b04c4cae93fd72)

Author SHA1 Message Date
Daniel Kang b89f4fb190 Check for several overreads, fixes issue 2512. 14 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
Carl Eugen Hoyos 45fc24a005 Do not try to free memory that was never allocated (partial revert of r20231). 15 years ago
Kostya Shishkov 6d924b5a5f Release frame after decoding is done 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 96c5bc46d2 TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Kostya Shishkov ad4d0b9ef2 Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. 16 years ago
Kostya Shishkov a2a986371c Factorize stream reading in TM2 decoder 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer a8a8f204f0 const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Kostya Shishkov 9ac421e3c1 Remove redundant assign 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Kostya Shishkov 429914a330 1l: correct argument order in avcodec_check_dimensions 18 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
Mike Melanson 48fa22d747 chroma decoding fix by Kostya 19 years ago
Mike Melanson adeba28193 TM2 fixes by Kostya 19 years ago
Mike Melanson 670924fd9e gcc 2.95 fix, courtesy of Luca Abeni 19 years ago
Mike Melanson 64af6168f7 Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov 19 years ago