summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-5/+5
* | Merge commit 'ed39cda02923316b6710c1bcc34d3445370be5b4'Michael Niedermayer2014-06-011-0/+20
|\ \ | |/
| * flacenc: send final extradata in packet side dataAnton Khirnov2014-06-011-0/+20
* | avcodec/flacenc: Use av_malloc_array()Michael Niedermayer2014-04-301-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+1
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+1
* | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5'Michael Niedermayer2013-03-121-9/+0
|\ \ | |/
| * lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-091-9/+0
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | flacenc: include correct headerPaul B Mahol2013-01-231-1/+1
* | lavc/flacenc: improve error return.Nicolas George2012-12-311-10/+14
* | Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'Michael Niedermayer2012-12-071-1/+1
|\ \ | |/
| * flac: change minimum and default of lpc_passes option to 1Janne Grunau2012-12-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-091-3/+5
|\ \ | |/
| * flacenc: ensure the order is within the min/max range in LPC order searchJustin Ruggles2012-11-081-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-051-147/+108
|\ \ | |/
| * flacenc: use RICE2 entropy coding mode for 24-bitJustin Ruggles2012-11-051-16/+39
| * flacenc: add 24-bit encodingJustin Ruggles2012-11-051-25/+63
| * flacdsp: move lpc encoding from FLAC encoder to FLACDSPContextJustin Ruggles2012-11-051-108/+8
* | Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer2012-11-051-36/+98
|\ \ | |/
| * flacenc: use uint64_t for bit countsJustin Ruggles2012-11-051-25/+33
| * flacenc: remove wasted trailing 0 bitsJustin Ruggles2012-11-051-2/+37
| * flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endianJustin Ruggles2012-11-051-9/+28
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
OpenPOWER on IntegriCloud