summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-06
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/flacenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec/flacenc: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/flacenc: Remove always-true checkAndreas Rheinhardt2021-04-28
* avcodec: Remove redundant freeing of extradata of encodersAndreas Rheinhardt2021-04-28
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec: Remove sidedata-only-packet cruftAndreas Rheinhardt2021-04-27
* avcodec/flacenc: Fix memleak upon init errorAndreas Rheinhardt2021-04-02
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* avcodec/flacenc: Replace "return -1" by named constantMichael Niedermayer2017-09-24
* lavc/lpc: Add min_shift parameter in LPCJai Luthra2016-08-28
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-29
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
| * flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-08
| * flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-01
* | avcodec/flacenc: Fix prediction_order parameterMichael Niedermayer2016-01-31
* | flacenc: Restore defaults and range for {min,max}_prediction_orderDerek Buitenhuis2016-01-31
* | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072'Derek Buitenhuis2016-01-31
|\|
| * lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* | avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol2016-01-24
* | avcodec/flacenc: use designated initializers for AVClassPaul B Mahol2015-12-20
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit '79d89cf2f4b62eeb653fd8139041c87e75f7ca65'Derek Buitenhuis2015-11-22
|\|
| * flacenc: Clamp user-supplied min/max prediction ordersVittorio Giovara2015-11-16
* | intmath: remove av_ctz.Ronald S. Bultje2015-10-11
* | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes2015-09-12
|\|
| * lavc: Enable side data only packets by defaultVittorio Giovara2015-09-12
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | avcodec/flacenc: Fix Invalid Rice orderGeorge Boyle2015-06-16
* | avcodec/flacenc: Simplify sizeof()Michael Niedermayer2015-06-02
* | avcodec/flacenc: Support Multi dimensional quantizationMichael Niedermayer2015-05-20
* | avcodec/flacenc: Mark pointers/array arguments const which are not changedMichael Niedermayer2015-05-19
* | avcodec/flacenc: Simplify md5 calculation code by using AV_WL24()Michael Niedermayer2015-05-19
* | avcodec/flacenc: Move udata and sums to FlacSubframeMichael Niedermayer2015-05-19
* | avcodec/flacenc: Support calculating rice parameters exactlyMichael Niedermayer2015-05-19
* | avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params()Michael Niedermayer2015-05-19
* | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-17
* | Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b'Michael Niedermayer2015-04-29
|\|
| * flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara2015-04-28
| * flacenc: initialize sums matrixVittorio Giovara2015-01-29
* | avcodec/flacenc: also count wasted bits in subframe_count_exact()Michael Niedermayer2015-04-20
* | flacenc: calculate lower sum levels in-place.Reimar Döffinger2014-12-17
* | x86/flacdsp: add SSE2 and AVX decorrelate functionsJames Almer2014-11-13
* | lavc/flacenc: partially unroll loop in flac_enc_lpc_16James Darnley2014-08-13
* | lavc/flacenc: add sse4 version of the 16-bit lpc encoderJames Darnley2014-08-13