OSDN Git Service

mpeg12: propagate more real return values through chunk decode error return and fix...
[coroid/ffmpeg_saccubus.git] / libavcodec / avcodec.h
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-08-31 Anton Khirnovlavc: cosmetics, group deprecated codec flags
2011-08-31 Anton Khirnovmpeg12: add 'scan_offset' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'structured_slices' private option.
2011-08-31 Anton Khirnovh263/p encoder: add 'obmc' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'aiv' private option.
2011-08-31 Anton Khirnovh263p encoder: add 'umv' private option.
2011-08-31 Anton Khirnovmpeg12enc/mpeg4videoenc: add 'alternate_scan' private...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Anton Khirnovmpeg4enc: add 'data_partitioning' private option.
2011-08-31 Anton Khirnovsnow: add 'memc_only' private option.
2011-08-31 Anton Khirnovlibx264: add 'mbtree' private option.
2011-08-31 Anton Khirnovlibx264: add 'psy' private option.
2011-08-31 Anton Khirnovlibmp3lame: add 'reservoir' private option.
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-31 Anton Khirnovlavc: deprecate CODEC_FLAG2_BRDO
2011-08-31 Anton Khirnovlibx264: add 'aud' private option.
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-31 Luca Barbatoavcodec: remove misleading comment
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-08-24 Anton Khirnovlibx264: add 'crf_max' private option.
2011-08-24 Anton Khirnovlibx264: add 'weightp' private option.
2011-08-24 Anton Khirnovlibx264: add 'rc_lookahead' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_trellis' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_rd' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_strength' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_mode' private option.
2011-08-24 Anton Khirnovlibx264: add 'cqp' 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 Justin RugglesRemove incorrect info in documentation of AVCodecContex...
2011-08-10 Anton Khirnovlavc: make avcodec_init() static on next bump.
2011-08-06 Dustin Brodylavc: fix misspelling in comment
2011-08-02 Luca Barbatoavpacket: signal possibly corrupted packets
2011-07-31 Dustin Brodylavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
2011-07-28 Dustin Brodyh263dec: Propagate AV_LOG_ERRORs from slice decoding...
2011-07-21 Thierry Foucumpeg4: add Mpeg4 Profiles names.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-10 Anton Khirnovlavc: add support for codec-specific defaults.
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-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-02 Stefano Sabatinisuggest to use av_get_bytes_per_sample() in av_get_bits...
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-13 Wim Lewisavcodec.h: add or elaborate on some documentation comments.
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-18 Justin RugglesAdd request_sample_fmt field to AVCodecContext.
2011-05-11 Baptiste CoudurierPort SMPTE S302M audio decoder from FFmbc 0.3.
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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-23 Diego BiurrunReplace more FFmpeg instances by Libav or ffmpeg.
2011-04-22 Diego BiurrunMake av_log_ask_for_sample() accept a variable number...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-21 Anton Khirnovlavc: provide deprecated avcodec_thread_init until...
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_INOFFICIAL 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_MM_FLAGS cruft.
2011-04-15 Kostya Shishkovintroduce side information for AVPacket
2011-04-13 Martin Storsjölibavcodec: Mark AVCodec->priv_class const
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-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.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-14 Peter RossBitmap Brothers JV video decoder
2011-03-12 Hendrik LeppkesVC1: Export profile/level
2011-03-10 Benjamin LarssonExport profiles from the mpeg2 video decoder
2011-02-25 Peter RossBink version 'b' audio decoder
2011-02-16 Stefano SabatiniDocument audio_resample_close().
2011-02-16 Stefano SabatiniApply minor cosmetics fixes to the av_audio_resample_in...
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-15 Christophe MassiotPass VBV delay to the calling application via ctx
2011-02-11 Ronald S. BultjeAdd missing terminating backslash
next