| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | a64enc: make PixelFormat arrays const | Mans Rullgard | 2011-01-18 | 1 | -2/+2 |
* | Cosmetics, lots of. | Tobias Bindhammer | 2010-10-05 | 1 | -38/+38 |
* | Skip unnecessary calculations in 4col-mode. | Tobias Bindhammer | 2010-10-05 | 1 | -1/+1 |
* | Add possibility to crop screens inside of encoded frames. | Tobias Bindhammer | 2010-10-05 | 1 | -4/+19 |
* | Add check for height when cropping. | Tobias Bindhammer | 2010-10-05 | 1 | -3/+3 |
* | Introduce palette with dynamic size. | Tobias Bindhammer | 2010-10-05 | 1 | -7/+8 |
* | Checking return values of av_malloc(z) and report an error in case. | Tobias Bindhammer | 2010-08-31 | 1 | -6/+13 |
* | Clarify code/avoid possible bugs by using precalculated values that are used ... | Tobias Bindhammer | 2010-08-26 | 1 | -9/+9 |
* | enable a flexible lifetime | Tobias Bindhammer | 2010-08-26 | 1 | -2/+1 |
* | Setting proper values in extradata for future use in muxer | Tobias Bindhammer | 2010-08-26 | 1 | -0/+14 |
* | cleanup a bit in a64multi_encode_frame() | Tobias Bindhammer | 2010-08-25 | 1 | -7/+1 |
* | added/extended some comments in a64multi_encode_frame() | Tobias Bindhammer | 2010-08-25 | 1 | -1/+8 |
* | added interlacing option and compression option for colorram (lut) | Tobias Bindhammer | 2010-08-24 | 1 | -43/+124 |
* | fixed some return values and deprecated CODEC_TYPE_VIDEO. | Tobias Bindhammer | 2010-08-24 | 1 | -40/+63 |
* | Initial version of the a64 (multicolor charset) codec | Tobias Bindhammer | 2010-08-23 | 1 | -0/+248 |