]> git.sesse.net Git - ffmpeg/history - libavcodec/avcodec.h
vc1_parser.o does not depend on h263dec.o and intrax8.o.
[ffmpeg] / libavcodec / avcodec.h
2009-12-23 Kostya ShishkovAuravision Aura 2 decoder
2009-12-23 Kostya ShishkovAdd Auravision Aura decoding support
2009-12-17 Reimar DöffingerAdd decoder for R210 (uncompressed 10-bit RGB) codec.
2009-12-17 Michael TisonCD+G demuxer and decoder
2009-12-15 Ramiro PollaFix a typo in documentation.
2009-12-09 Jason Garrett-GlaserMinor version bump for mbtree addition.
2009-12-08 Erik SlagterAdd MBtree support for libx264
2009-11-24 Jason Garrett-GlaserAdd weightp support in API for libx264.
2009-11-20 Daniel VerkampAdd codec id for Flash screen codec v2 and hook it...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-12 Vitor SessakBump minor version after MPEG-4 Lossless commit
2009-11-12 Carl Eugen HoyosBump minor version after applying ALS decoder.
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-10 Justin RugglesAdd CH_LAYOUT_NATIVE channel mask value to allow user...
2009-10-29 Francesco LavraSupport demuxing teletext in DVB streams.
2009-10-24 Vitor SessakBump micro version after the FRWU decoder inclusion
2009-10-13 Reimar DöffingerAdd decoder for "forward uncompressed".
2009-10-12 Sascha Sommerextend description of avcodec_decode_audio3:
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-09-29 Jason Garrett-GlaserFix indentation in avcodec.h
2009-09-22 Benjamin LarssonHook up the MD studio demuxer and Atrac1 decoder.
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-10 Benjamin LarssonAdd ATRAC1 codec ID.
2009-09-02 Sascha Sommeradd missing wmapro decoder parts
2009-08-26 Christian SchmidtDecoder for LPCM as used in Bluray discs.
2009-08-25 Stephen BackwayAdd Bluray Subtitle Support
2009-07-01 Måns RullgårdFix argument type mismatches for av_picture_crop and...
2009-06-29 Ronald S. BultjeAdd doxy to av_log_missing_feature() etc. stating that...
2009-06-29 Ronald S. BultjeMove av_log_missing_feature() from the internal.h to...
2009-06-23 Brian CrowellMake documentation better match the code. Now AVCodecCo...
2009-06-19 Reimar DöffingerAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-13 Peter RossElectronic Arts Madcow decoder
2009-06-12 Jimmy ChristensenDPX (Digital Picture Exchange) image decoder
2009-06-07 Michael NiedermayerClarify (re)get_buffer() and CODEC_CAP_DR1 relation.
2009-06-06 Baptiste Coudurierclarify avcodec_decode_audio3 and avcodec_decode_video2...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-03 Reimar DöffingerAdd AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
2009-06-03 Michael NiedermayerClarify the input AVPacket for avcodec_decode*()
2009-05-31 Andreas ÖmanAdd a lock manager API to libavcodec.
2009-05-27 Baptiste Coudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-12 Baptiste CoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-05-06 Daniel VerkampAdd 8088flex TMV video decoder.
2009-05-05 Michael NiedermayerAdd colorspace fields to AVCodecContext.
2009-04-30 Ramiro PollaExport av_free_packet().
2009-04-27 Vitor SessakRevert r18700, documentation of deprecated functions...
2009-04-27 Michael NiedermayerRemove useless and outright wrong chatter from avcodec_...
2009-04-27 Michael NiedermayerRemove redundant chatter from avcodec_encode_audio()
2009-04-27 Michael NiedermayerNegative is error not -1, corrected in the doxy for...
2009-04-27 Michael NiedermayerAdd multiframe note to avcodec_decode_video() too.
2009-04-27 Michael NiedermayerCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 Michael NiedermayerRemove documentation from deprecated fields, they shoul...
2009-04-27 Michael NiedermayerRemove confusing and redundant engrish chatter from...
2009-04-22 Michael NiedermayerSupport reading packed YUV422 10bit samples from Sverig...
2009-04-18 Justin RugglesAdd 3 channel layout convenience macros.
2009-04-17 Jai MenonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-11 John FletcherFix documentation for avcodec_encode_audio(), in the...
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
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.
next