14 Commits (428133a3ed8a623ffe703cb33d79669dd18e28c3)

Author SHA1 Message Date
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 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 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 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 5b8c18495c avcodec/cljrenc: Don't use too big buffers, don't copy them, set CAP_DR1 4 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
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
Nidhi Makhijani 373a6dda54 cljr: split decoder and encoder 11 years ago
Michael Niedermayer ec1ed64506 avcodec/cljr: require (v)strict -1 to use width %4 != 0 11 years ago
Michael Niedermayer 6dc709f0f5 avcodec/cljr: support width%4 encoding 11 years ago
Michael Niedermayer 59a70422b1 avcodec/cljr: remove coded_frame code 11 years ago
Anton Khirnov 845020ed89 cljr: 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
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 7c8fceef6c cljr: return a meaningful error code. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol efbe162f7d cljr: use meaningful error code 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_* 12 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer ca6a3448e9 cljrenc: switch to ff_alloc_packet2() 13 years ago
Anton Khirnov 3dffa1b46c cljr: implement encode2. 13 years ago
Anton Khirnov 177bb4bf50 cljr: set the properties of the coded_frame, not input frame. 13 years ago
Michael Niedermayer 7e5cbb3c2d cljrdec: improve scaling somewhat 13 years ago
Michael Niedermayer a1ca45317d cljrenc: fix scaling 13 years ago
Paul B. Mahol 2e7905eee8 cljr: fix buf_size sanity check 13 years ago
Shitiz Garg 652d81b2c2 cljr: Check if width and height are positive integers 13 years ago
Shitiz Garg 4af0262f7d cljr: Check if width or height are positive integers 13 years ago
Paul B Mahol 65c1011404 cljr: remove unused code 13 years ago
Michael Niedermayer 523da37f4c cljrenc: 2x2 ordered dither support. 13 years ago
Michael Niedermayer 74d9b21340 cljrenc: add AVOption to disable dither 13 years ago
Michael Niedermayer 43a36ad2ee cljrenc: Add dither to avoid the banding artifcats caused by the very low 13 years ago
Diego Biurrun 6b60a4c9c9 cljr: K&R cosmetics 13 years ago
Diego Biurrun 1c45c64c9d cljr: return a more sensible value when encountering invalid headers 13 years ago
Diego Biurrun 163682fab3 cljr: drop unnecessary emms_c() calls without MMX code 13 years ago
Mans Rullgard bbc10185ee cljr: remove useless casts 13 years ago
Mans Rullgard baf3b6e594 cljr: group encode/decode parts under single ifdefs 13 years ago
Mans Rullgard 9a1420bfda cljr: remove stray semicolon 13 years ago
Paul B Mahol ca52bae6ec cljr: add missing return statement in decode_end() 13 years ago
Paul B Mahol e93947b7d8 cljr: add encoder 13 years ago