| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -10/+10 |
* | Typo: distoration -> distortion. | Ramiro Polla | 2008-04-29 | 1 | -10/+10 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+4 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -0/+6 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -37/+37 |
* | Fix trellis quant + AAN DCT. | Michael Niedermayer | 2008-02-25 | 1 | -3/+22 |
* | Remove unused symbol. | Diego Pettenò | 2008-01-07 | 1 | -2/+0 |
* | Fix encoding wmv1 with -mbd 1. | Michael Niedermayer | 2007-12-27 | 1 | -0/+4 |
* | cosmetics: Fix vissual --> visual typo. | Diego Biurrun | 2007-11-10 | 1 | -9/+9 |
* | export convert_matrix and add ff_ prefix | Baptiste Coudurier | 2007-10-08 | 1 | -4/+4 |
* | warn user if max=bitrate && max > min | Michael Niedermayer | 2007-07-29 | 1 | -0/+4 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-07-10 | 1 | -16/+18 |
* | Avoid linking with h263.c functions when the relevant codecs | Aurelien Jacobs | 2007-07-10 | 1 | -15/+32 |
* | Split ff_set_mpeg4_time() and move the non mpeg4 specific part | Aurelien Jacobs | 2007-07-10 | 1 | -1/+18 |
* | move ff_copy_bits to bitstream.c | Aurelien Jacobs | 2007-07-06 | 1 | -24/+0 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | move mpeg encoder specific initialization in the encoder specific file | Aurelien Jacobs | 2007-07-05 | 1 | -0/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-07-05 | 1 | -4/+5 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 1 | -1/+6 |
* | Description: split mpegvideo.c | Benoit Fouet | 2007-07-03 | 1 | -0/+3796 |