56 Commits (f27eb1b702d88f0ead83f161c835d69210aa007c)

Author SHA1 Message Date
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 2bd303f95c zmbvenc: switch to ff_alloc_packet2(). 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 11505f39e1 zmbvenc: switch to encode2(). 13 years ago
Anton Khirnov 8c8c7b5e37 zmbvenc: move header writing to the end of encode_frame(). 13 years ago
Paul B Mahol 013a677fb6 zmbvenc: Employ more meaningful return values. 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 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
Clément Bœsch adba9c6352 Fix various unused variable warnings 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 e4de5b0fb5 cosmetics: break some long lines and insert few spaces 15 years ago
Kostya Shishkov dd562761d9 10l trocadero: ZMBV encoder used zero score to detect whether block should be 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Benjamin Larsson 841b45e55d Remove dead nested assignment found by CSA 16 years ago
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Kostya Shishkov e6ab862368 ZMBV encoder forgot to fill coded frame pointer 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer ee83232aa9 Avoid using log2() freebsd does not support it. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Michael Niedermayer def1e277b9 Little fix for block sizes <16 17 years ago
Michael Niedermayer 058aae3ce7 Improve motion estimation metric. 17 years ago
Stefano Sabatini 038f846e41 Add long names to some AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 18 years ago
Kostya Shishkov c81ab015f8 Correctly ME border blocks 18 years ago
Måns Rullgård f9aba097a3 remove useless #ifdef CONFIG_ZLIB 18 years ago
Benjamin Larsson 65de07ea4f Fixed a typo, cosmetics. 18 years ago
Kostya Shishkov a4b940198a Deobfuscate expression 18 years ago
Kostya Shishkov 766937298e 1e6l forgot to add zmbvenc.c 18 years ago