86 Commits (a30b7c0158fe744678ca9e4c53b3f343d9f387ff)

Author SHA1 Message Date
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Leo Izen cd9dd03006 avcodec/pnm: avoid mirroring PFM images vertically 2 years ago
Andreas Rheinhardt 715bf3509a avcodec/pnmenc: Check av_image_get_buffer_size() 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Timo Rothenpieler 6dc79f1d04 avutil/half2float: move non-inline init code out of header 2 years ago
Timo Rothenpieler f3fb528cd5 avutil/half2float: move tables to header-internal structs 2 years ago
Timo Rothenpieler b42925264a avutil: move half-precision float helper to avutil 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 3 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Paul B Mahol d70a443977 avcodec/pnmenc: support both endian variants for PFM 3 years ago
Paul B Mahol ff1450e449 avcodec: add PHM decoder and encoder 3 years ago
Paul B Mahol 42d75f2faa avcodec/pnmenc: reindent 3 years ago
Paul B Mahol ed4bad9977 avcodec/pnmenc: add support for grayf32 in PFM image 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
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 981c4caed3 avcodec/pnmenc: Avoid intermediate buffer, allow user-supplied buffers 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Paul B Mahol 85bdf18917 avcodec: add PFM image encoder 4 years ago
Andreas Rheinhardt 9227721ef0 avcodec/pnmenc: Mark encoders as init-threadsafe 4 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 10 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
Michael Niedermayer a2841d92c3 Revert "pnmenc: use bits_per_raw_sample" 11 years ago
Christophe Gisquet 1506ea947d pnmenc: use bits_per_raw_sample 11 years ago
Anton Khirnov afa21a12bf p*menc: 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 a5155294e5 pnm: do not set avctx->coded_frame 12 years ago
Martin Storsjö 86611ff123 pnm: Use av_pix_fmt_desc_get instead of accessing the array directly 12 years ago
Michael Niedermayer 5ecf8189c6 pnm: use av_pix_fmt_desc_get() 12 years ago
Kostya Shishkov b5f536d24b pnm: add high-bitdepth PGMYUV support for both encoder and decoder 12 years ago
Paul B Mahol 6ddb03caf0 pgmyuvenc: do not create files which are not supported 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
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 6a74c48cf9 pnmenc: switch to ff_alloc_packet2(). 13 years ago
Paul B Mahol a41340f8e8 pgmyuvenc: abort encoding if width is not even 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 1ea5755046 pnmenc: switch to encode2(). 13 years ago
Paul B Mahol aff9cb8377 lavc: remove unused headers 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 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