| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -20/+20 |
|\ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -16/+16 |
| * | Remove some silly disabled code. | Diego Biurrun | 2012-10-01 | 1 | -5/+0 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | huffman: add ff_huff_gen_len_table | Michael Niedermayer | 2012-08-28 | 1 | -62/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-27 | 1 | -527/+582 |
|\ \
| |/ |
|
| * | huffyuv: update to current coding style | Luca Barbato | 2012-08-27 | 1 | -521/+576 |
* | | huffman/huffyuv: move lorens huffman table generation code to huffman.c/h | Michael Niedermayer | 2012-08-22 | 1 | -61/+3 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | huffyuv: switch to av_assert | Michael Niedermayer | 2012-06-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -22/+28 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -22/+28 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | huffyuv: remove long time disabled code | Paul B Mahol | 2012-03-23 | 1 | -5/+0 |
* | | huffyuv: do not decode/encode yuv colorspace with odd width | Paul B Mahol | 2012-03-23 | 1 | -3/+10 |
* | | huffyuvenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | | huffyuv: some more consts | Michael Niedermayer | 2012-03-15 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-09 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | huffyuv: add padding to classic (v1) huffman tables. | Ronald S. Bultje | 2012-03-08 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -2/+2 |
* | | huffyuv: pad classic huffman tables so as to avoid bitreader overread. | Michael Niedermayer | 2012-03-02 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | huffyuv: do not abort on unknown pix_fmt; instead, return an error. | Ronald S. Bultje | 2012-03-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -9/+20 |
|\ \
| |/ |
|
| * | huffyuv: switch to encode2(). | Anton Khirnov | 2012-02-20 | 1 | -9/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | huffyuv: error out on bit overrun. | Ronald S. Bultje | 2012-02-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 1 | -3/+4 |
* | | huffyuvenc: switch from alphaless rgb32 to rgb24 | Michael Niedermayer | 2011-11-28 | 1 | -16/+63 |
* | | huffyuvenc: support alphaless rgb32 | Michael Niedermayer | 2011-11-28 | 1 | -3/+6 |
* | | huffyuvenc: store alpha for bgr32 | Michael Niedermayer | 2011-11-28 | 1 | -15/+24 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -34/+30 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -34/+30 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-30 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -5/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | huffyuv: Add multithreading support | Alexander Strange | 2011-03-01 | 1 | -4/+29 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | | huffyuv: Add multithreading support | Alexander Strange | 2011-03-03 | 1 | -4/+29 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -4/+4 |
|/ |
|
* | huffyuv: remove unnecessary size argument from generate_len_table() | Måns Rullgård | 2010-06-25 | 1 | -3/+4 |