246 Commits (e5dcde620d5617fbfdc1e8a699415b742245638f)

Author SHA1 Message Date
Anton Khirnov 8d73f3ce56 lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders 2 years ago
Anton Khirnov d0c8ca961d lavc: add a private cap for fake-delay encoders 2 years ago
Martijn van Beurden d8f1404c50 libavcodec/flacenc: Implement encoding of 32 bit-per-sample PCM 2 years ago
Martijn van Beurden bf6c500cff
libavcodec/flacenc: Enable sample rates > 655350 Hz 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 17b1375965 avcodec/flac: Move ff_flac_get_max_frame_size() to flacenc.c 2 years ago
Andreas Rheinhardt 59eadb5060 avcodec/internal: Move ff_samples_to_time_base() to encode.h 2 years ago
Andreas Rheinhardt 6c4595190e avcodec/flacdsp: Split encoder-only parts into a ctx of its own 2 years ago
Andreas Rheinhardt 3a869cd5cd avcodec/flacdsp: Remove unused function parameter 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
Anton Khirnov 5e257c1f7b flac: convert to new channel layout API 3 years ago
Andreas Rheinhardt 2b541b8c1d avcodec/golomb: Factor writing golomb codes out 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Andreas Rheinhardt 5abb5c0415 avcodec/flacenc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 9fd34c8bb3 avcodec/flacenc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt 2606c48391 avcodec/flacenc: Remove always-true check 4 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 26ca5ebd7b avcodec: Remove sidedata-only-packet cruft 4 years ago
Andreas Rheinhardt 56bd071e54 avcodec/flacenc: Fix memleak upon init error 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Michael Niedermayer d8ef5a47bb avcodec/flacenc: Replace "return -1" by named constant 7 years ago
Alexandra Hájková 9c1e111406 flac: Convert to the new bitstream reader 7 years ago
Diego Biurrun 97cfe1d8bd Convert all AVClass struct declarations to designated initializers. 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Jai Luthra 0c023d181e lavc/lpc: Add min_shift parameter in LPC 8 years ago
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Michael Niedermayer 5781bfae0c flacenc: Load default prediction_order parameters if none is selected 9 years ago
Derek Buitenhuis 1ba1fede9d flacenc: Restore defaults and range for {min, max}_prediction_order 9 years ago
Michael Niedermayer 3c8e95ab5d avcodec/flacenc: Fix prediction_order parameter 9 years ago
Derek Buitenhuis e9eb8b3ba2 flacenc: Restore defaults and range for {min,max}_prediction_order 9 years ago
Paul B Mahol 3e7d684912 avcodec/flacenc: fix calculation of bits required in case of custom sample rate 9 years ago
Vittorio Giovara 243df1351d lavc: Move {min,max}_prediction_order to codec private options 9 years ago
Paul B Mahol 367ffa0c15 avcodec/flacenc: use designated initializers for AVClass 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Vittorio Giovara 79d89cf2f4 flacenc: Clamp user-supplied min/max prediction orders 9 years ago
Ronald S. Bultje 93866c2aa2 intmath: remove av_ctz. 9 years ago
Vittorio Giovara 6064f697a3 lavc: Enable side data only packets by default 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
George Boyle 2469ed32c8 avcodec/flacenc: Fix Invalid Rice order 10 years ago
Michael Niedermayer fccde16afa avcodec/flacenc: Simplify sizeof() 10 years ago
Michael Niedermayer b8e7f2b277 avcodec/flacenc: Support Multi dimensional quantization 10 years ago
Michael Niedermayer 215410860f avcodec/flacenc: Mark pointers/array arguments const which are not changed 10 years ago
Michael Niedermayer 5dfcb4f74d avcodec/flacenc: Simplify md5 calculation code by using AV_WL24() 10 years ago