65 Commits (bda06c60fed8e45481ca2dad040ed9d2f521ca15)

Author SHA1 Message Date
Andreas Rheinhardt e89b85a5e4 avcodec/asvenc: Remove unnecessary emms_c() 2 years ago
Andreas Rheinhardt 8a9eac7e42 avcodec/asv: Split ASV1Context into decoder and encoder contexts 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 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
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
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 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Andreas Rheinhardt 67f6e7ed6d avcodec: Remove cumbersome way of checking for amount of bytes left 4 years ago
Andreas Rheinhardt 746ab8327c avcodec/asvenc: Avoid reversing output data twice 4 years ago
Andreas Rheinhardt c9e8f03195 avcodec/asvenc: Simplify flushing and padding packet 4 years ago
Andreas Rheinhardt 8e58db7348 avcodec/asvenc: Inline constants 4 years ago
Steinar H. Gunderson 88d80cb975 avcodec/put_bits: Make bit buffers 64-bit 4 years ago
Anton Khirnov f30a41a608 Stop hardcoding align=32 in av_frame_get_buffer() calls. 5 years ago
Michael Niedermayer 6747a63397 avcodec/asvenc: Replace bitstream space check by assert 6 years ago
Moritz Barsnick 3305f71025 lavc: fix typos 8 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 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 e524f37356 asv: Check memory allocation 10 years ago
Vittorio Giovara d90133b77b asvenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
Luca Barbato bcbdeb318e asvenc: Forward the error instead of asserting on it 10 years ago
Michael Niedermayer b0f7de3e7c avcodec/asvenc: fix AAN scaling 10 years ago
Michael Niedermayer 0bb5ad7a06 avcodec/asvenc: Fix integer overflow in level 10 years ago
Gabriel Dume f61e47dd68 asv: K&R formatting cosmetics 10 years ago
Diego Biurrun f46bb608d9 dsputil: Split off pixel block routines into their own context 11 years ago
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Michael Niedermayer e692c9672b avcodec/asvenc: fix encoding dimensions %16 != 0 11 years ago
Michael Niedermayer ddeb58b90c avcodec/asvenc: dont use a negative global_quality 11 years ago
Janne Grunau 6a8475dc4f asvenc: free avctx->coded_frame on codec close 11 years ago
Michael Niedermayer f0f04fd842 avcodec/asvenc: remove code allocating dummy coded_frame 11 years ago
Anton Khirnov 6139f481ac asvenc: 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
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov 998fdcff41 lavc: replace some forgotten instances of PixelFormat with AVPixelFormat 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Anton Khirnov 233a5a807e lavc: split asv12 encoder/decoder 12 years ago