| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flacenc: Replace "return -1" by named constant | Michael Niedermayer | 2017-09-24 | 1 | -1/+1 |
* | lavc/lpc: Add min_shift parameter in LPC | Jai Luthra | 2016-08-28 | 1 | -1/+2 |
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -0/+1 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+1 |
| * | flacenc: Load default prediction_order parameters if none is selected | Michael Niedermayer | 2016-02-08 | 1 | -2/+4 |
| * | flacenc: Restore defaults and range for {min, max}_prediction_order | Derek Buitenhuis | 2016-02-01 | 1 | -2/+2 |
* | | avcodec/flacenc: Fix prediction_order parameter | Michael Niedermayer | 2016-01-31 | 1 | -2/+4 |
* | | flacenc: Restore defaults and range for {min,max}_prediction_order | Derek Buitenhuis | 2016-01-31 | 1 | -2/+2 |
* | | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072' | Derek Buitenhuis | 2016-01-31 | 1 | -6/+27 |
|\| |
|
| * | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -6/+27 |
* | | avcodec/flacenc: fix calculation of bits required in case of custom sample rate | Paul B Mahol | 2016-01-24 | 1 | -1/+1 |
* | | avcodec/flacenc: use designated initializers for AVClass | Paul B Mahol | 2015-12-20 | 1 | -4/+4 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | | Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65' | Derek Buitenhuis | 2015-11-22 | 1 | -6/+8 |
|\| |
|
| * | flacenc: Clamp user-supplied min/max prediction orders | Vittorio Giovara | 2015-11-16 | 1 | -6/+8 |
* | | intmath: remove av_ctz. | Ronald S. Bultje | 2015-10-11 | 1 | -1/+1 |
* | | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5' | Hendrik Leppkes | 2015-09-12 | 1 | -0/+6 |
|\| |
|
| * | lavc: Enable side data only packets by default | Vittorio Giovara | 2015-09-12 | 1 | -0/+6 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/flacenc: Fix Invalid Rice order | George Boyle | 2015-06-16 | 1 | -1/+1 |
* | | avcodec/flacenc: Simplify sizeof() | Michael Niedermayer | 2015-06-02 | 1 | -1/+1 |
* | | avcodec/flacenc: Support Multi dimensional quantization | Michael Niedermayer | 2015-05-20 | 1 | -0/+45 |
* | | avcodec/flacenc: Mark pointers/array arguments const which are not changed | Michael Niedermayer | 2015-05-19 | 1 | -5/+5 |
* | | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24() | Michael Niedermayer | 2015-05-19 | 1 | -3/+1 |
* | | avcodec/flacenc: Move udata and sums to FlacSubframe | Michael Niedermayer | 2015-05-19 | 1 | -9/+12 |
* | | avcodec/flacenc: Support calculating rice parameters exactly | Michael Niedermayer | 2015-05-19 | 1 | -27/+62 |
* | | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params() | Michael Niedermayer | 2015-05-19 | 1 | -1/+3 |
* | | lavc/flac: Fix encoding and decoding with high lpc. | Carl Eugen Hoyos | 2015-05-17 | 1 | -5/+22 |
* | | Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b' | Michael Niedermayer | 2015-04-29 | 1 | -5/+3 |
|\| |
|
| * | flacenc: Move a scratch buffer to struct used by the function | Vittorio Giovara | 2015-04-28 | 1 | -5/+3 |
| * | flacenc: initialize sums matrix | Vittorio Giovara | 2015-01-29 | 1 | -1/+1 |
* | | avcodec/flacenc: also count wasted bits in subframe_count_exact() | Michael Niedermayer | 2015-04-20 | 1 | -0/+3 |
* | | flacenc: calculate lower sum levels in-place. | Reimar Döffinger | 2014-12-17 | 1 | -15/+19 |
* | | x86/flacdsp: add SSE2 and AVX decorrelate functions | James Almer | 2014-11-13 | 1 | -1/+1 |
* | | lavc/flacenc: partially unroll loop in flac_enc_lpc_16 | James Darnley | 2014-08-13 | 1 | -1/+1 |
* | | lavc/flacenc: add sse4 version of the 16-bit lpc encoder | James Darnley | 2014-08-13 | 1 | -1/+1 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -5/+5 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -5/+5 |
* | | Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4' | Michael Niedermayer | 2014-06-01 | 1 | -0/+20 |
|\| |
|
| * | flacenc: send final extradata in packet side data | Anton Khirnov | 2014-06-01 | 1 | -0/+20 |
* | | avcodec/flacenc: Use av_malloc_array() | Michael Niedermayer | 2014-04-30 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -9/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -9/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |