| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/alacenc: Don't free unnecessarily | Andreas Rheinhardt | 2020-09-18 | 1 | -14/+6 |
* | avcodec/alacenc: Remove redundant code to free extradata | Andreas Rheinhardt | 2020-09-18 | 1 | -2/+0 |
* | lavc/lpc: Add min_shift parameter in LPC | Jai Luthra | 2016-08-28 | 1 | -1/+3 |
* | avcodec/alacenc: allocate bigger packets | Paul B Mahol | 2016-08-02 | 1 | -1/+1 |
* | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a' | Derek Buitenhuis | 2016-04-17 | 1 | -4/+4 |
|\ |
|
| * | Move const qualifier before type name | Diego Biurrun | 2016-03-23 | 1 | -4/+4 |
| * | libavcodec: Add missing AVClass pointers | Martin Storsjö | 2016-01-22 | 1 | -0/+1 |
* | | Merge commit '243df1351d2d928caa084a5704ed783f0b83f072' | Derek Buitenhuis | 2016-01-31 | 1 | -3/+25 |
|\| |
|
| * | lavc: Move {min,max}_prediction_order to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -3/+24 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | 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 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -7/+0 |
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/alacenc: Remove unused variable | Michael Niedermayer | 2014-09-20 | 1 | -1/+0 |
* | | alacenc: remove unneeded masking | Christophe Gisquet | 2014-09-20 | 1 | -1/+1 |
* | | alacenc: fix incorrect buffer use | Christophe Gisquet | 2014-09-20 | 1 | -1/+1 |
* | | alacenc: fix extra bits extraction | Christophe Gisquet | 2014-08-18 | 1 | -2/+14 |
* | | alacenc: increase predictor buffer | Christophe Gisquet | 2014-08-18 | 1 | -9/+10 |
* | | 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 |
* | | alacenc: Fix missing sign_extend() | Michael Niedermayer | 2013-06-12 | 1 | -1/+1 |
* | | alacenc: don't allocate unused avctx->coded_frame | Paul B Mahol | 2013-06-07 | 1 | -7/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-06 | 1 | -38/+66 |
|\| |
|
| * | alacenc: add support for multi-channel encoding | Justin Ruggles | 2012-12-05 | 1 | -38/+66 |
* | | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a' | Michael Niedermayer | 2012-11-20 | 1 | -26/+75 |
|\| |
|
| * | alacenc: support 24-bit encoding | Justin Ruggles | 2012-11-20 | 1 | -26/+75 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-23 | 1 | -19/+13 |
|\| |
|
| * | alacenc: use s16p sample format as input | Justin Ruggles | 2012-08-22 | 1 | -13/+12 |
| * | alacenc: remove unneeded sample_fmt check | Justin Ruggles | 2012-08-22 | 1 | -5/+0 |
| * | alacenc: fix max_frame_size calculation for the final frame | Justin Ruggles | 2012-08-22 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | alacenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-12 | 1 | -162/+189 |
|\| |
|
| * | alacenc: use AVCodec.encode2() | Justin Ruggles | 2012-02-11 | 1 | -13/+17 |
| * | alacenc: cosmetics: indentation | Justin Ruggles | 2012-02-11 | 1 | -27/+27 |
| * | alacenc: consolidate bitstream writing into a single function. | Justin Ruggles | 2012-02-11 | 1 | -38/+33 |
| * | alacenc: only encode frame size in header for a final smaller frame | Justin Ruggles | 2012-02-11 | 1 | -3/+10 |
| * | alacenc: store current frame size in AlacEncodeContext. | Justin Ruggles | 2012-02-11 | 1 | -13/+16 |
| * | alacenc: return AVERROR codes in alac_encode_frame() | Justin Ruggles | 2012-02-11 | 1 | -2/+2 |
| * | alacenc: calculate a new max frame size for the final small frame | Justin Ruggles | 2012-02-11 | 1 | -4/+17 |
| * | alacenc: pretty-printing and other cosmetics | Justin Ruggles | 2012-02-11 | 1 | -71/+64 |
| * | alacenc: fix error handling and potential memleaks in alac_encode_init() | Justin Ruggles | 2012-02-11 | 1 | -19/+38 |