]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/avcodec.h
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / avcodec.h
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-05-06 stefanoAdd 8088flex TMV video decoder.
2009-05-05 michaelAdd colorspace fields to AVCodecContext.
2009-04-30 ramiroExport av_free_packet().
2009-04-27 vitorRevert r18700, documentation of deprecated functions...
2009-04-27 michaelRemove useless and outright wrong chatter from avcodec_...
2009-04-27 michaelRemove redundant chatter from avcodec_encode_audio()
2009-04-27 michaelNegative is error not -1, corrected in the doxy for...
2009-04-27 michaelAdd multiframe note to avcodec_decode_video() too.
2009-04-27 michaelCleanup first paragraph of doxy of avcodec_decode_audio3().
2009-04-27 michaelRemove documentation from deprecated fields, they shoul...
2009-04-27 michaelRemove confusing and redundant engrish chatter from...
2009-04-22 michaelSupport reading packed YUV 422 10bit samples from jvt...
2009-04-18 jbrAdd 3 channel layout convenience macros.
2009-04-17 jai_menonIntroduce codec id for MPEG-4 ALS and associate it...
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-11 stefanoFix documentation for avcodec_encode_audio(), in the...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 superdumpClarify which time_base the relevant members of AVPacke...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 rbultjeMove AVPacket up a bit, so that structs/functions that...
2009-04-06 jbrAdd convenience macros for 5.0/5.1 back speaker configu...
2009-04-04 stefanoRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-02 stefanoMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-01 conradAdd SSE4 detection support
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-22 kostyaAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-21 stefanoExtend the behavior of avcodec_get_pix_fmt(), if it...
2009-03-21 stefanoGlobally prefer enum PixelFormat over int when it makes...
2009-03-21 diegoRemove deprecated functions and structures on next...
2009-03-21 reimarFix avpicture_get_size for non-paletted formats with...
2009-03-20 gbRename hwaccel_data_private to hwaccel_picture_private.
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-17 gbAmend AVCodecContext with hwaccel_context (HW accelerat...
2009-03-11 gbUse av_mallocz() to initialize hwaccel_data_private.
2009-03-09 gbAdd private HW accel data infrastructure.
2009-03-07 vitorVQF demuxer
2009-03-05 schreterAdd handling of frame position in the parser.
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 cehoyosCompleted documentation of reference field.
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-23 michaelMore approved hunks for VAAPI & our new and cleaner...
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-19 prossAdd AVERROR_EOF.
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-15 stefanoImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 stefanoDocument av_codec_next().
2009-02-14 iiveAnother attempt to clarify draw_horiz_band() usage.
2009-02-14 diegoAttempt to clarify draw_horiz_band description and...
2009-02-14 iiveMore clarification for draw_horiz_band() in hwaccell...
2009-02-14 iiveDocument that ff_draw_horiz_band() could be used as...
2009-02-11 bcoudurierextend resampling API, add S16 internal conversion
2009-02-09 michaelTry to doxyfy av_resample_init(), i hope i didnt misrem...
2009-02-09 michaelMove doxy for public resample2 functions to the public...
2009-02-08 michaelClarify has_b_frames doxy.
2009-02-06 stefanoDrop the deprecated function register_avcodec() at...
2009-02-06 stefanoReplace the calls to the deprecated function register_a...
2009-02-06 stefanoRename register_avcodec() as avcodec_register() and...
2009-02-06 cehoyosUse libopenjpeg for jpeg2k decoding.
2009-02-05 prossElectronic Arts TQI decoder
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-31 michaelFix documentation of the return value of avcodec_encode...
2009-01-25 diegoDirectly #include some required headers.
2009-01-18 mruAlpha: proper IDCT selection
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-13 michaelAdd CODEC_ID_MP1.
2009-01-07 michaelDocument the need of buf=NULL buf_size=0 at the end...
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 michaelMove metadata API from avcodec to avformat.
2009-01-04 michaelGeneric metadata API.
2009-01-03 michaelBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
2009-01-03 michaelAdd type, text and ass to AVSubtitleRect.
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelReplace some fixed width variable from AVSubtitle*...
2009-01-03 michaelFuture doxy for a few fields of AVSubtitleRect.
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2009-01-03 michaelAdd enum AVSubtitleType
2008-12-27 reimarBump minor number for many small improvements, tiff...
2008-12-24 michaelAllow decoders to set AVCodecContext.refs.
2008-12-20 kostyaRV30 decoder
2008-12-16 stefanoImplement av_set_string3().
2008-12-15 mruARM: NEON optimised simple_idct
2008-12-14 stefanoMove documentation of avcodec_register_all() allcodecs...
2008-12-14 stefanoRemove set_all_opt() and its use in av_set_string2...
2008-12-14 stefanoDocument register_avcodec().
2008-12-14 stefanoMake register_avcodec() call avcodec_init().
2008-12-14 stefanoUse a more explicit "codec" rather than "format" as...
2008-12-08 stefanoMake av_log_missing_feature an internal function, and...
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-12-02 vitorCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 kostyaenable RV40 decoder
2008-11-29 stefanoImplement the fields rc_max_available_vbv_use and
2008-11-12 romanshMaking it easier to send arbitrary structures as work...
2008-11-08 prossElectronic Arts TGQ video decoder
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
next