]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4videoenc.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / mpeg4videoenc.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-29 Anton Khirnovmpegvideo_enc: add cbp_rd flag to mpv_flags.
2012-02-29 Anton Khirnovlavc: add -mpv_flags to mpegvideo_enc-based encoders.
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-23 Anton Khirnovlavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
2011-10-23 Anton Khirnovmpegvideo: remove some unused variables from MpegEncCon...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-26 Diego Biurrunmpeg4videoenc: Remove disabled variant of mpeg4_encode_...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-08 Diego BiurrunExplain why the level variable is magically inceased...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c