82 Commits (a085cfa65414ff4346d8367cfb54d50d4925396f)

Author SHA1 Message Date
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 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 259a762729 avcodec/a64multienc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt a0b55e2adb avcodec/a64multienc: Don't modify AVCodecContext.global_quality 4 years ago
Andreas Rheinhardt 8dbf0cc893 avcodec/a64multienc: Avoid intermediate buffer 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 0ca09335aa avcodec/a64multienc: Don't use static buffers, fix potential races 4 years ago
Andreas Rheinhardt 6d4b969515 avcodec/a64multienc: Mark encoders as init-threadsafe 4 years ago
Andreas Rheinhardt 5baee59301 avcodec/a64multienc: Fix memleak upon init failure 4 years ago
Andreas Rheinhardt a1a8815220 libavcodec: Reduce the size of some arrays 5 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 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 91767360d8 a64multienc: Do not entangle coded_frame 9 years ago
Michael Niedermayer 29bbc1be48 avcodec/a64multienc: Assert that the Packet size does not grow 10 years ago
Michael Niedermayer 4da351ff0c avcodec/a64multienc: simplify frame handling code 10 years ago
Andreas Cadhalpun 87513d6545 avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop 10 years ago
Andreas Cadhalpun ab759f8f4a avcodec/a64multienc: initialize mc_meta_charset to zero 10 years ago
Michael Niedermayer d96142e9af avcodec/a64multienc: don't set incorrect packet size 10 years ago
Andreas Cadhalpun 39e4ed7c1d avcodec/a64multienc: use av_frame_ref instead of copying the frame 10 years ago
Vittorio Giovara c63dd3f0a4 a64multi: check elbg return values 10 years ago
Michael Niedermayer d5ba19e611 avcodec/a64multienc use av_freep() 10 years ago
Timothy Gu cd3c85ac5c a64multienc: remove dead assignment 10 years ago
Michael Niedermayer e4c180c05a avcodec/a64multienc: use av_malloc(z)_array() 11 years ago
Diego Biurrun 984e339866 avcodec: Consistently name encoder init functions foo_encode_init 11 years ago
Anton Khirnov 13e9cc9ce0 a64multienc: use the AVFrame API properly. 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
Clément Bœsch 3313b9cc2d lavc: remove unecessary a64enc include. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 137e80817d lavc: build some codecs only if they are actually enabled 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 55cc80dc29 a64multienc: switch to ff_alloc_packet2() 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Michael Niedermayer 3d3b603f7f a64multienc: fix "warning: buf may be used uninitialized in this function" 13 years ago
Anton Khirnov 7340008f18 a64multienc: switch to encode2(). 13 years ago
Anton Khirnov cfc6ab3199 a64multienc: don't write into output buffer when there's no output. 13 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch adba9c6352 Fix various unused variable warnings 14 years ago