231 Commits (6a4f851df7b627256b35314c59e80dfaf5dbfe23)

Author SHA1 Message Date
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
Michael Niedermayer 7786a91b47 avcodec/flacenc: Move udata and sums to FlacSubframe 10 years ago
Michael Niedermayer 80f9d6e0ab avcodec/flacenc: Support calculating rice parameters exactly 10 years ago
Michael Niedermayer d3dcd28812 avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params() 10 years ago
Carl Eugen Hoyos e609cfd697 lavc/flac: Fix encoding and decoding with high lpc. 10 years ago
Vittorio Giovara f5ba67ee13 flacenc: Move a scratch buffer to struct used by the function 10 years ago
Michael Niedermayer 09b0f227ce avcodec/flacenc: also count wasted bits in subframe_count_exact() 10 years ago
Vittorio Giovara 70d246d5cc flacenc: initialize sums matrix 10 years ago
Reimar Döffinger 254da44bf9 flacenc: calculate lower sum levels in-place. 10 years ago
James Almer 3cec54b7d7 x86/flacdsp: add SSE2 and AVX decorrelate functions 10 years ago
James Darnley 54a51d3840 lavc/flacenc: partially unroll loop in flac_enc_lpc_16 10 years ago
James Darnley 0081a14e7d lavc/flacenc: add sse4 version of the 16-bit lpc encoder 10 years ago
Diego Biurrun c67b449beb dsputil: Split bswap*_buf() off into a separate context 11 years ago
Anton Khirnov ed39cda029 flacenc: send final extradata in packet side data 11 years ago
Michael Niedermayer 0eb9482e32 avcodec/flacenc: Use av_malloc_array() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago