OSDN Git Service

Windows MinGW環境ビルドエラー対応(Windows7 Mingw32 gcc4.5.2)
[coroid/libav_saccubus.git] / libavcodec / version.h
2011-09-12 yukihaneMerge remote branch 'official/master'
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Anton Khirnovsnow: add 'memc_only' private option.
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-24 Anton Khirnovlibx264: add 'crf' private option.
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-16 Anton Khirnovlavc: add avcodec_get_type() for mapping codec_id ...
2011-08-10 Anton Khirnovlavc: make avcodec_init() static on next bump.
2011-08-03 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-08-02 Luca Barbatoavpacket: signal possibly corrupted packets
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
2011-07-31 Dustin Brodylavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
2011-07-22 Kostya Shishkovadd Flash Screen Video 2 decoder
2011-07-14 Anton KhirnovAdd an APIChanges entry and bump minor versions for...
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovac3dec: add a drc_scale private option
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-27 Justin Rugglesac3enc: add support for E-AC-3 encoding.
2011-05-18 Justin RugglesAdd request_sample_fmt field to AVCodecContext.
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-05-01 Peter RossDPX image encoder
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-26 Anton Khirnovlavc: remove FF_API_MB_Q cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_RATE_EMU cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-21 Anton Khirnovlavc: provide deprecated avcodec_thread_init until...
2011-04-21 Anton Khirnovlavc: provide the opt.h header until the next bump
2011-04-19 Anton Khirnovlavc: remove the FF_API_INOFFICIAL cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_USE_LPC cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SUBTITLE_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_VIDEO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_AUDIO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_OPT_SHOW cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_MM_FLAGS cruft.
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-15 Kostya Shishkovintroduce side information for AVPacket
2011-04-14 Martin Storsjölibavcodec: Bump micro after adding the dtx AVOptions
2011-04-13 Anton Khirnovlavc: postpone removal of request_channels
2011-04-13 Anton Khirnovlavc: postpone removal of audioconvert and sample_fmt...
2011-04-11 Martin StorsjöAdd support for AMR-WB encoding via libvo-amrwbenc
2011-04-11 Martin StorsjöAdd an AAC encoder by using the libvo-aacenc library
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-07 Anton Khirnovlavc: add a FF_API_REQUEST_CHANNELS deprecation macro
2011-04-03 Anton Khirnovlavc: deprecate AVCodecContext.antialias_algo
2011-04-03 Anton Khirnovlavc: mark mb_qmin/mb_qmax for removal on next major...
2011-04-02 Anton Khirnovlavc: deprecate rate_emu
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-30 anatolyAdd MxPEG decoder
2011-03-28 Kostya ShishkovChronomaster DFA decoder
2011-03-25 Justin RugglesAdd audio_service_type field to AVCodecContext for...
2011-03-23 Anton Khirnovlavc: move the version macros to a new installed header.