97 Commits (233177a4ec68bddf6df865936bc3c630d8d9ec58)

Author SHA1 Message Date
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 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
Michael Niedermayer 713dea584b truemotion2: use av_mallocz() 12 years ago
Michael Niedermayer e49c2aab80 truemotion2: clear the token array if its initialization fails. 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
Michael Niedermayer 2fc0cbd9a6 truemotion2: Fix av_log level and context 12 years ago
Michael Niedermayer 31fce39942 tm2: check for invalid vlcs, fix out of array read 12 years ago
Michael Niedermayer ba8adf9be5 truemotion2: remove unused variable 12 years ago
Paul B Mahol efb0e4e7af truemotion2: use more meaningful return codes 12 years ago
Paul B Mahol caa7e24eb1 truemotion2: remove unreachable code 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
Michael Niedermayer 3768445be8 tm2dec: fix overread 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
Michael Niedermayer d0dafebb75 tm2: Fix overread of token array. 13 years ago
Michael Niedermayer 9879b506b0 truemotion2dec: Fix overread of input. 13 years ago
Michael Niedermayer 2b693546ad truemotion2: check motion vectors for validity 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
Reimar Döffinger e8b060f7e7 Use av_fast_padded_malloc in mimic and truemotion2 decoders. 13 years ago
Janne Grunau 696ace50ea truemotion2: check size before GetBitContext initialisation 13 years ago
Michael Niedermayer 65f0f9183b tm2: Check remaining size before init_get_bits() 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 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 e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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