76 Commits (4397f9a5a09d82846bf787295c60f1104cf7de9e)

Author SHA1 Message Date
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt c3c2b5423d avcodec/lclenc: Use ff_deflate_init/end() wrappers 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Diego Biurrun 6b96d2dcda cosmetics: Drop particularly redundant silly comments 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara 8df5fbf0b0 lcl: Check memory allocation 10 years ago
Vittorio Giovara 74a1cad7e3 lclenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
Vittorio Giovara ac467d94fa lcl: return an appropriate error code 10 years ago
Carl Eugen Hoyos 64afc3bb93 lavc/lclenc: Enable frame-threading. 11 years ago
Anton Khirnov 0ea430c75b lclenc: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol 69fe25cdca lclenc: remove unused code 11 years ago
Paul B Mahol 6dbcecd78e lclenc: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 11 years ago
Paul B Mahol 573018c61f lclenc: cosmetics: reindent 11 years ago
Paul B Mahol f58f600c68 lclenc: make compression level user selectable 12 years ago
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
Michael Niedermayer f9c823df13 lclenc: switch to av_assert 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 620559e37b lclenc: switch to ff_alloc_packet2() 13 years ago
Anton Khirnov 148fc99506 lclenc: switch to encode2(). 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 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
Jason Garrett-Glaser 32282b50ea Add .pix_fmts to LCL encoder 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
Reimar Döffinger 6065dcea37 Remove unnecessary put_bits/get_bits includes. 16 years ago
Reimar Döffinger 55619690e8 Remove now unused elements from LclEncContext 16 years ago
Reimar Döffinger 3b855101b4 Remove useless casts, extradata is already "uint8_t *" 16 years ago
Reimar Döffinger e786d3cf80 lclenc.c: compress directly into output buffer instead of using a pointless 16 years ago
Reimar Döffinger 32b3ab9b60 Remove superfluous () from lclenc.c 16 years ago
Reimar Döffinger 8f033e3e03 Cosmetics: fix indentation in lclenc.c 16 years ago
Reimar Döffinger 7ff7ac60e1 Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled 16 years ago