44 Commits (fa6c795c3f40c8739c2263b8cef12c9564ded0b9)

Author SHA1 Message Date
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Stefano Sabatini 208c5a08da lavc/qtrlenc: return proper error codes from qtrle_encode_init() 13 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 78365b414b qtrleenc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov 21b46747ad qtrleenc: switch to encode2(). 13 years ago
Michael Niedermayer 8b18288c08 qtrleenc: fix uninitialized variable warnings 13 years ago
Diego Biurrun a8798c7eb9 Drop unnecessary av_uninit attributes from some variable declarations. 13 years ago
Clément Bœsch 23b639c44f Fix "ouput" typo and add a check. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Carl Eugen Hoyos 9e4cb03a93 Fix "mixed declarations and code" warnings. 14 years ago
John Horigan ce10e858a7 Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoder 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
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 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
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Alexis Ballier 57937d6195 qtrleenc: add rgb555 output 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Alexis Ballier 287fff266f Add PIX_FMT_ARGB encoding to qtrle. 16 years ago
Baptiste Coudurier 9867a14f6c fix qtrle encoding when previous frame linesize differs, fix #998 16 years ago
Benjamin Larsson 6b71ed1678 Remove dead assignments found by CSA 16 years ago
Diego Biurrun f59f814874 Add av_uninit macro to variable to avoid false positive warning: 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Diego Biurrun 3943bd0901 Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. 16 years ago
Diego Biurrun 4f31c990d8 license header consistency cosmetics. 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 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
Baptiste Coudurier 4a9dfdc1c9 add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Alexis Ballier d3b7406c6f QT RLE encoder 18 years ago