27 Commits (b2700a5c7c073482c763dcb64692d7e0353b60b0)

Author SHA1 Message Date
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
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 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ò 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
Kostya Shishkov 4978618b6b Use existing function for VLC reading 17 years ago
Kostya Shishkov ea61e33a7f Intra types will be stored in int8_t array 17 years ago
Kostya Shishkov 52b917536d Add decoder flags 17 years ago
Diego Biurrun a660c52a7e cosmetics: comment spelling fixes 17 years ago
Kostya Shishkov 79cf2c7e86 RealVideo 3 decoder functions 17 years ago