219 Commits (e090e750bac863f066515cff6fd363c157ea3c21)

Author SHA1 Message Date
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
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Paul B Mahol 92d874cb78 flacenc: include correct header 12 years ago
Nicolas George 9e28e0035a lavc/flacenc: improve error return. 12 years ago
Janne Grunau 480be07a96 flac: change minimum and default of lpc_passes option to 1 12 years ago
Justin Ruggles 3a2731cbd3 flacenc: ensure the order is within the min/max range in LPC order search 12 years ago
Justin Ruggles 5ff998a233 flacenc: use uint64_t for bit counts 12 years ago
Justin Ruggles e783316322 flacenc: remove wasted trailing 0 bits 12 years ago
Justin Ruggles 2e76f34387 flacenc: use RICE2 entropy coding mode for 24-bit 12 years ago
Justin Ruggles 13e1ee6c84 flacenc: add 24-bit encoding 12 years ago
Justin Ruggles 799e232490 flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext 12 years ago
Justin Ruggles 6a744d2619 flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago