]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
Doxygenate put_bits_count() documentation.
[ffmpeg] / libavcodec / avcodec.h
2009-04-08 Reimar DöffingerAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 Robert SwainClarify which time_base the relevant members of AVPacke...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 Thilo BorgmannMove AVPacket up a bit, so that structs/functions that...
2009-04-06 Justin RugglesAdd convenience macros for 5.0/5.1 back speaker configu...
2009-04-04 Stefano SabatiniRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-02 Thilo BorgmannMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-01 David ConradAdd SSE4 detection support
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-21 Stefano SabatiniExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 Stefano SabatiniGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 Diego BiurrunRemove deprecated functions and structures on next...
2009-03-21 Reimar DöffingerFix avpicture_get_size for non-paletted formats with...
2009-03-20 Gwenole BeauchesneRename hwaccel_data_private to hwaccel_picture_private.
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-17 Gwenole BeauchesneAmend AVCodecContext with hwaccel_context (HW accelerat...
2009-03-11 Gwenole BeauchesneUse av_mallocz() to initialize hwaccel_data_private.
2009-03-09 Gwenole BeauchesneAdd private HW accel data infrastructure.
2009-03-07 Vitor SessakVQF demuxer
2009-03-05 Ivan SchreterAdd handling of frame position in the parser.
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Carl Eugen HoyosCompleted documentation of reference field.
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-24 Ivan SchreterChange duration computation to use time_base instead...
2009-02-23 Gwenole BeauchesneMore approved hunks for VAAPI & our new and cleaner...
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-19 Peter RossAdd AVERROR_EOF.
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-15 Stefano SabatiniImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 Stefano SabatiniDocument av_codec_next().
2009-02-14 Ivan KalvachevAnother attempt to clarify draw_horiz_band() usage.
2009-02-14 Diego BiurrunAttempt to clarify draw_horiz_band description and...
2009-02-14 Ivan KalvachevMore clarification for draw_horiz_band() in hwaccell...
2009-02-14 Ivan KalvachevDocument that ff_draw_horiz_band() could be used as...
2009-02-11 Baptiste Coudurierextend resampling API, add S16 internal conversion
2009-02-09 Michael NiedermayerTry to doxyfy av_resample_init(). I hope I did not...
2009-02-09 Michael NiedermayerMove doxy for public resample2 functions to the public...
2009-02-08 Michael NiedermayerClarify has_b_frames doxy.
2009-02-06 Stefano SabatiniDrop the deprecated function register_avcodec() at...
2009-02-06 Stefano SabatiniReplace the calls to the deprecated function register_a...
2009-02-06 Stefano SabatiniRename register_avcodec() as avcodec_register() and...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-31 Bitbreaker/METALVO... Fix documentation of the return value of avcodec_encode...
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-18 Måns RullgårdAlpha: proper IDCT selection
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-17 Carl Eugen HoyosRemove CODEC_ID_H264_VDPAU.
2009-01-13 Michael NiedermayerAdd CODEC_ID_MP1.
2009-01-07 Michael NiedermayerDocument the need of buf=NULL buf_size=0 at the end...
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-03 Michael NiedermayerBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
2009-01-03 Michael NiedermayerAdd type, text and ass to AVSubtitleRect.
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerReplace some fixed width variable from AVSubtitle*...
2009-01-03 Michael NiedermayerFuture doxy for a few fields of AVSubtitleRect.
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2009-01-03 Michael NiedermayerAdd enum AVSubtitleType
2008-12-27 Reimar DöffingerBump minor number for many small improvements, tiff...
2008-12-24 Michael NiedermayerAllow decoders to set AVCodecContext.refs.
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-16 Stefano SabatiniImplement av_set_string3().
2008-12-15 Måns RullgårdARM: NEON optimised simple_idct
2008-12-14 Stefano SabatiniMove documentation of avcodec_register_all() from allco...
2008-12-14 Stefano SabatiniRemove set_all_opt() and its use in av_set_string2...
2008-12-14 Stefano SabatiniDocument register_avcodec().
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Stefano SabatiniUse a more explicit "codec" rather than "format" as...
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 Kostya Shishkovenable RV40 decoder
2008-11-29 Baptiste CoudurierImplement the fields rc_max_available_vbv_use and
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-08 Peter RossElectronic Arts TGQ video decoder
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-11-02 Andreas ÖmanChange multichannel API define prefix from "CHANNEL_...
2008-11-01 Peter RossAdd audio channel layout API to libavcodec.
2008-10-24 Baptiste Coudurierdnxhd parser
2008-09-28 Francesco CosoletoDocument the directpred auto value.
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-08 Michael NiedermayerRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 Michael Niedermayeravcodec_find_best_pix_fmt() needs a 64bit mask as there...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-09-08 Michael NiedermayerRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 Michael NiedermayerDrop deprecated SAMPLE_FMT_S24.
2008-09-08 Michael NiedermayerRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-03 Michael NiedermayerClarify sample_aspect_ratio.
2008-09-01 Justin Rugglescreate a separate codec_id for E-AC-3
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-30 Peter RossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-29 Peter RossBump libavcodec minor version number for r15017.
2008-08-29 Peter RossAdd AVCodecContext.bits_per_raw_sample field.
next