74 Commits (08d0dbf2aecbbe387227dfae4314e0a989ca4556)

Author SHA1 Message Date
Lukasz Marek 4e9745fbff lavc/rv30: fix mem leak in case of init failure 10 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Vittorio Giovara 6f6c029464 lavc: drop ff_pixfmt_list_420 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Michael Niedermayer be524ffc16 avcodec/rv30: put the rpr check back in init with the max vs bits bug fixed 11 years ago
Michael Niedermayer d08c6e1101 avcodec/rv30: check rpr before use against maximum 11 years ago
Michael Niedermayer a881b9aa08 avcodec/rv30: cleanup rpr handling 11 years ago
Anton Khirnov a6a2282c25 rv30: fix extradata size check. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 711c970168 rv34: Check the return value from ff_rv34_decode_init 11 years ago
Carl Eugen Hoyos b86651a208 Check the return value of ff_rv34_decode_init() in rv30.c and rv40.c 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Xi Wang 783e37f7ef rv30: fix masking in rv30_loop_filter() 12 years ago
Janne Grunau 9a2e79116d golomb: use unsigned arithmetics in svq3_get_ue_golomb() 12 years ago
Michael Niedermayer 9f9307ff2a rv30_decode_intra_types: make check tighter 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
Janne Grunau 18d1d5886b rv30: check block type validity 13 years ago
Janne Grunau 9472d37d8e rv34: frame-level multi-threading 13 years ago
Michael Niedermayer 979bea1300 check all svq3_get_ue_golomb() returns. 13 years ago
Reimar Döffinger 09c5f990bc Check extradata size on resolution change. 13 years ago
Kostya Shishkov 7351eb1415 Pretty-print RV3/4 decoder source 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun e5985185d2 rv30: return AVERROR(EINVAL) instead of EINVAL 14 years ago
Michael Niedermayer fc096e2e86 Revert "Do not decode RV30 files if the extradata is too small" 14 years ago
Rafaël Carré 289c60001f Do not decode RV30 files if the extradata is too small 14 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
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
Kostya Shishkov 39c601b5e7 RV3/4 intra types array causes alignment issues (at least on ARM5), thus change 16 years ago
Michael Niedermayer 09a9b45e4f Add and use ff_pixfmt_list_420. 16 years ago
Kostya Shishkov 186f155e1c Add decoder flush after seeking for RV3/4 decoders 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kostya Shishkov 42b7678d65 30l: when reading mb_offset in RV30 slice header its size 16 years ago
Kostya Shishkov 6751a00a3f RV30 decoder passes possible frame sizes in extradata and selects 16 years ago
Kostya Shishkov 541e8f3bec RV30 loop filter 16 years ago
Kostya Shishkov 42d6c3ba36 Detect split RV30 slices 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Kostya Shishkov 39902a8c93 Calculate motion vector information based on PTS provided in slice header 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago