| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+8 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -7/+0 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '91767360d86ac786571593ab11c7291010ab3829' | Michael Niedermayer | 2015-07-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | a64multienc: Do not entangle coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -6/+5 |
* | | avcodec/a64multienc: Assert that the Packet size does not grow | Michael Niedermayer | 2015-02-23 | 1 | -0/+2 |
* | | avcodec/a64multienc: simplify frame handling code | Michael Niedermayer | 2015-02-23 | 1 | -19/+4 |
* | | avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop | Andreas Cadhalpun | 2015-02-23 | 1 | -3/+7 |
* | | avcodec/a64multienc: initialize mc_meta_charset to zero | Andreas Cadhalpun | 2015-02-23 | 1 | -1/+1 |
* | | avcodec/a64multienc: don't set incorrect packet size | Michael Niedermayer | 2015-02-23 | 1 | -2/+3 |
* | | avcodec/a64multienc: use av_frame_ref instead of copying the frame | Andreas Cadhalpun | 2015-02-23 | 1 | -1/+3 |
* | | Merge commit 'c63dd3f0a48a9f6389d253597ab51caddc0118db' | Michael Niedermayer | 2014-12-19 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | a64multi: check elbg return values | Vittorio Giovara | 2014-12-18 | 1 | -2/+8 |
* | | avcodec/a64multienc use av_freep() | Michael Niedermayer | 2014-07-18 | 1 | -5/+5 |
* | | a64multienc: remove dead assignment | Timothy Gu | 2014-07-18 | 1 | -1/+0 |
* | | avcodec/a64multienc: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-08 | 1 | -2/+2 |
* | | Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb' | Michael Niedermayer | 2014-02-20 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | avcodec: Consistently name encoder init functions foo_encode_init | Diego Biurrun | 2014-02-20 | 1 | -3/+3 |
* | | Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf' | Michael Niedermayer | 2013-11-17 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | a64multienc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -3/+8 |
* | | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs | Stefano Sabatini | 2013-11-13 | 1 | -2/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | lavc: remove unecessary a64enc include. | Clément Bœsch | 2013-03-17 | 1 | -1/+25 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | a64multienc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | | a64multienc: fix "warning: buf may be used uninitialized in this function" | Michael Niedermayer | 2012-02-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -16/+26 |
|\ \
| |/ |
|
| * | a64multienc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -14/+26 |
| * | a64multienc: don't write into output buffer when there's no output. | Anton Khirnov | 2012-02-23 | 1 | -2/+0 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+0 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -2/+0 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|