| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+2 |
|\ |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-24 | 1 | -1/+40 |
|\ \
| |/ |
|
| * | lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c | Anton Khirnov | 2011-10-23 | 1 | -0/+40 |
| * | mpegvideo: remove some unused variables from MpegEncContext. | Anton Khirnov | 2011-10-23 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | | mpeg4: fix typo in mpeg4_encode_gop_header() | Michael Niedermayer | 2011-09-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | mpeg12enc/mpeg4videoenc: add 'alternate_scan' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+1 |
| * | mpeg4enc: add 'data_partitioning' private option. | Anton Khirnov | 2011-08-31 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -12/+13 |
|\ \
| |/ |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -12/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-27 | 1 | -65/+0 |
|\ \
| |/ |
|
| * | mpeg4videoenc: Remove disabled variant of mpeg4_encode_block(). | Diego Biurrun | 2011-06-26 | 1 | -65/+0 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -15/+15 |
* | | mpeg4videoenc: Support negative timestamps. | Michael Niedermayer | 2011-05-09 | 1 | -10/+8 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -15/+15 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -1/+1 |
| * | 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 | -1/+1 |
* | | Fix ticket34 | Michael Niedermayer | 2011-04-06 | 1 | -3/+15 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -3/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -16/+16 |
* | Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability | Michael Niedermayer | 2010-01-08 | 1 | -3/+3 |
* | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer | 2010-01-08 | 1 | -6/+6 |
* | Explain why the level variable is magically inceased in mpeg4_encode_dc(). | Diego Biurrun | 2010-01-08 | 1 | -0/+1 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -0/+1351 |