summaryrefslogtreecommitdiffstats
path: root/libavcodec/alacenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/lpc: Add min_shift parameter in LPCJai Luthra2016-08-281-1/+3
* avcodec/alacenc: allocate bigger packetsPaul B Mahol2016-08-021-1/+1
* Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis2016-04-171-4/+4
|\
| * Move const qualifier before type nameDiego Biurrun2016-03-231-4/+4
| * libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-221-0/+1
* | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072'Derek Buitenhuis2016-01-311-3/+25
|\ \ | |/
| * lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-211-3/+24
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-7/+0
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec/alacenc: Remove unused variableMichael Niedermayer2014-09-201-1/+0
* | alacenc: remove unneeded maskingChristophe Gisquet2014-09-201-1/+1
* | alacenc: fix incorrect buffer useChristophe Gisquet2014-09-201-1/+1
* | alacenc: fix extra bits extractionChristophe Gisquet2014-08-181-2/+14
* | alacenc: increase predictor bufferChristophe Gisquet2014-08-181-9/+10
* | 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
* | alacenc: Fix missing sign_extend()Michael Niedermayer2013-06-121-1/+1
* | alacenc: don't allocate unused avctx->coded_framePaul B Mahol2013-06-071-7/+0
* | normalize calls to ff_alloc_packet2James Zern2013-03-061-1/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-061-38/+66
|\ \ | |/
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-051-38/+66
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-201-26/+75
|\ \ | |/
| * alacenc: support 24-bit encodingJustin Ruggles2012-11-201-26/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-19/+13
|\ \ | |/
| * alacenc: use s16p sample format as inputJustin Ruggles2012-08-221-13/+12
| * alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-221-5/+0
| * alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-221-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | alacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-121-162/+189
|\ \ | |/
| * alacenc: use AVCodec.encode2()Justin Ruggles2012-02-111-13/+17
| * alacenc: cosmetics: indentationJustin Ruggles2012-02-111-27/+27
| * alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-111-38/+33
| * alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-111-3/+10
| * alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-111-13/+16
| * alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles2012-02-111-2/+2
| * alacenc: calculate a new max frame size for the final small frameJustin Ruggles2012-02-111-4/+17
| * alacenc: pretty-printing and other cosmeticsJustin Ruggles2012-02-111-71/+64
| * alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles2012-02-111-19/+38
| * alacenc: do not set coded_frame->key_frameJustin Ruggles2012-02-111-1/+0
| * alacenc: do not set bits_per_coded_sampleJustin Ruggles2012-02-111-5/+4
OpenPOWER on IntegriCloud