86 Commits (7e59f02c1417ab12694781f969a8247f5dfd7ea3)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Andreas Rheinhardt cfa47fd331 all: Use av_frame_replace() where appropriate 1 year ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 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 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 4 years ago
Andreas Rheinhardt e5bc8b6236 avcodec/qtrleenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt 911fe69c5f avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offset 4 years ago
Andreas Rheinhardt d5fc16a6a8 avcodec/qtrleenc: Use keyframe when no previous frame is available 4 years ago
Andreas Rheinhardt 2a71cbeb01 avcodec/qtrleenc: Fix memleak upon allocation failure 4 years ago
Paul B Mahol f1e17eb446 avcodec/qtrleenc: fix undefined behaviour 5 years ago
Clément Bœsch 85185578ce lavc/qtrleenc: simplify FF_API_CODED_FRAME deprecation guard 9 years ago
Diego Biurrun 763d69bfb2 Add some more deprecation guards 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 901f9c0a32 qtrle: Properly use AVFrame API 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
Vittorio Giovara efc618aff9 qtrleenc: Keep coded_frame.key_frame a write-only variable 10 years ago
Michael Niedermayer c69defd4d0 avcodec/qtrleenc: Check that width is a multiple of 4 for grayscale 11 years ago
Michael Niedermayer 60c8c7144e avcodec/qtrleenc: use av_mallocz_array() 11 years ago
Anton Khirnov d48c206302 qtrleenc: 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
Malcolm Bechard 239b88c284 Improve QTRLE encoding performance, no change to output file size/content. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 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. 14 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