]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/avcodec.h
Support demuxing teletext in DVB streams.
[frescor/ffmpeg.git] / libavcodec / avcodec.h
2009-10-29 cehoyosSupport demuxing teletext in DVB streams.
2009-10-24 vitorBump minor version after the FRWU decoder inclusion
2009-10-13 reimarAdd decoder for "forward uncompressed".
2009-10-12 faust3extend description of avcodec_decode_audio3:
2009-10-12 reimarAdd an execute2 function that is more flexible and...
2009-09-29 darkshikariFix indentation in avcodec.h
2009-09-22 bananHook up the MD studio demuxer and Atrac1 decoder.
2009-09-16 faust3Add CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-10 bananAdded ATRAC1 id
2009-09-02 faust3add missing wmapro decoder parts
2009-08-26 cehoyosDecoder for LPCM as used in Bluray discs.
2009-08-25 cehoyosAdd Bluray Subtitle Support
2009-07-01 mruFix argument type mismatches for av_picture_crop and...
2009-06-29 rbultjeAdd doxy to av_log_missing_feature() etc. stating that...
2009-06-29 rbultjeMove av_log_missing_feature() from the internal.h to...
2009-06-23 vitorMake documentation better match the code. Now AVCodecCo...
2009-06-19 reimarAdd pts field to AVSubtitle, for use by future XSUB...
2009-06-13 prossElectronic Arts Madcow decoder
2009-06-12 diegoDPX (Digital Picture Exchange) image decoder
2009-06-07 michaelClarify (re)get_buffer() and CODEC_CAP_DR1 relation.
2009-06-06 bcoudurierclarify avcodec_decode_audio3 and avcodec_decode_video2...
2009-06-06 stefanoRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-06-03 reimarAdd AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.
2009-06-03 michaelClarify the input AVPacket for avcodec_decode*()
2009-05-31 andomaAdd a lock manager API to libavcodec.
2009-05-27 bcoudurierremove apparently unused real_pict_num from AVCodecContext
2009-05-12 bcoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
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...
next