102 Commits (9593b727e2751e5a79be86a7327a98f3422fa505)

Author SHA1 Message Date
Andreas Rheinhardt 08dd036b9f avcodec/roqvideo: Use void*, not AVCodecContext* for logctx 1 year 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 6be4b534ce avcodec/roqvideoenc: Remove internal.h inclusion 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
Anton Khirnov c954cf1e1b lavc/encode: add an encoder-specific get_buffer() variant 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 01d158d1c8 all: Remove unused-but-set variables 3 years ago
Andreas Rheinhardt 6b2c1d1018 avcodec/elbg: Add flags to avpriv_elbg_do() 3 years ago
Andreas Rheinhardt 896c11687e avcodec/elbg: Add persistent ELBGContext 3 years ago
Andreas Rheinhardt 05ccfcb7b0 avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg() 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 837ee53724 avcodec/roqvideoenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 590f491b0a avcodec/roqvideoenc: Avoid allocating buffers separately 4 years ago
Andreas Rheinhardt ed89ebb12e avcodec/roqvideoenc: Avoid intermediate buffer 4 years ago
Andreas Rheinhardt 9b776cd542 avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frame 4 years ago
Andreas Rheinhardt 1a4a5fb640 avcodec/roqvideo: Use dedicated context for encoder 4 years ago
Andreas Rheinhardt 7c8cf40adc avcodec/roqvideoenc: Cleanup generically after init failure 4 years ago
Diego Biurrun dab2034b86 roqvideoenc: Drop broken disabled cruft 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch 7434b9f66f avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat option 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Vittorio Giovara 95e2317ed8 roqvideoenc: Drop unneeded initialization 10 years ago
Andreas Cadhalpun 67142a8c72 roqvideoenc: set enc->avctx in roq_encode_init 10 years ago
Andreas Cadhalpun cf82c426fa roqvideoenc: set enc->avctx in roq_encode_init 10 years ago
Michael Niedermayer 96e7c9cbfc avcodec/roqvideoenc: Allocate and reference coded_frame correctly 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 295b79b5d8 avcodec/roqvideoenc: Check for av_malloc_array() failure 10 years ago
Vittorio Giovara 3beb9cbad3 roqvideo: check memory allocations and propagate errors 10 years ago
Michael Niedermayer 20bf91f832 avcodec/roqvideoenc: clear freed pointers 10 years ago
Michael Niedermayer 76a35f7830 avcodec/roqvideoenc: Print the correct max resolution 11 years ago
Michael Niedermayer 9af59db6ec avcodec/roqvideoenc: More verbose warning about no power of 2 dimensions 11 years ago
Michael Niedermayer 7c7441b37d avcodec/roqvideoenc: check dimensions against maximum 11 years ago
Michael Niedermayer fe4c76b3d0 avcodec/roqvideoenc: fix infinite lambda increasing loop 11 years ago
Eric Lasota 8be23d424f avcodec/roqvideo: use JPEG color range 11 years ago
Michael Niedermayer 9b888fb159 avcodec/roqvideoenc: use av_malloc(z)_array() 11 years ago
addr-see-the-website@aetey.se 8e36fc0c33 RoQ encoder: support different integer framerates 11 years ago
addr-see-the-website@aetey.se 392b0345d6 RoQ-encoder: introducing Quake 3 compatibility option 11 years ago
Stefano Sabatini fe55c31976 lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 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 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago