| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg4videoenc: don't set MpegEncContext.resync_marker | Anton Khirnov | 2013-11-29 | 1 | -2/+1 |
* | mpeg4videoenc: write 0 instead of vol_sprite_usage | Anton Khirnov | 2013-11-29 | 1 | -4/+3 |
* | mpeg4videoenc: restore macro parentheses | Vittorio Giovara | 2013-11-21 | 1 | -3/+3 |
* | mpeg4videoenc: K&R formatting cosmetics | Vittorio Giovara | 2013-11-19 | 1 | -579/+640 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -2/+5 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -8/+8 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+3 |
* | mpegvideo_enc: add cbp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 1 | -0/+1 |
* | mpegvideo_enc: switch to encode2(). | Anton Khirnov | 2012-02-19 | 1 | -1/+1 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | mpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
* | 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 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -2/+2 |
* | 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 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+7 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -12/+13 |
* | 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 |
* | 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 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 |