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