OSDN Git Service

Windows MinGW環境ビルドエラー対応(Windows7 Mingw32 gcc4.5.2)
[coroid/libav_saccubus.git] / libavcodec / mpeg12enc.c
2011-09-12 yukihaneMerge remote branch 'official/master'
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmpeg2enc: add 'non_linear_quant' private option
2011-08-31 Anton Khirnovmpeg12enc: add drop_frame_timecode private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-03 Rodney BakerChange all occurences of "inofficial" to "unofficial...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-20 Carl Eugen HoyosCosmetics: Reindent after r19927.
2009-09-20 Martin FiedlerAllow encoding frames with more than 2800 lines.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-17 Michael NiedermayerMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 Michael NiedermayerUseless assignment found by the clang static analyzer.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-25 Michael NiedermayerSupport >=4096 dimensions, fixes issue499.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-08-01 Michael Niedermayerget rid of mb_type_len
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c