61 Commits (a6a27fede94efe48aad1dcc9d5e000d2de71c7b2)

Author SHA1 Message Date
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Anton Khirnov 32f7cf9bc3 truemotion2: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö c39f7eba01 truemotion2: Use av_freep properly in an error path 11 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 60a42ef44c truemotion2: cosmetics, reformat 12 years ago
Anton Khirnov df9036830b truemotion2: return meaningful error codes. 12 years ago
Diego Biurrun 117f79de2d truemotion2: Sanitize tm2_read_header() 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 2dc1310484 truemotion2: Request samples for old TM2 headers 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Ronald S. Bultje b7b1509d06 truemotion: forbid invalid VLC bitsizes and token values. 13 years ago
Ronald S. Bultje bf39d3b59d truemotion2: handle out-of-frame motion vectors through edge extension. 13 years ago
Ronald S. Bultje bd508d435b truemotion2: convert packet header reading to bytestream2. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Ronald S. Bultje 2b83e8b700 truemotion2: error out if the huffman tree has no nodes. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Janne Grunau 696ace50ea truemotion2: check size before GetBitContext initialisation 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
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