]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/avcodec.h
Rename error_resilience to error_recognizion.
[frescor/ffmpeg.git] / libavcodec / avcodec.h
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-09-08 michaelRemove DEFAULT_FRAME_RATE_BASE.
2008-09-08 michaelDrop deprecated SAMPLE_FMT_S24.
2008-09-08 michaelRemove stuff under #if LIBAVCODEC_VERSION_INT.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-03 michaelClarify sample_aspect_ratio.
2008-09-01 jbrcreate a separate codec_id for E-AC-3
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-30 prossRemove 'currently unused' warning about SAMPLE_FMT_xxx.
2008-08-29 prossBump libavcodec minor version number for r15017.
2008-08-29 prossAdd AVCodecContext.bits_per_raw_sample field.
2008-08-29 prossChange AVCodecContext.bits_per_sample to bits_per_coded...
2008-08-21 superdumpLast hunk of the AAC decoder code to be OKed and build...
2008-08-20 michaelProvide a simpler way for the user to reorder her times...
2008-08-19 jai_menonUpdate changelog and general.texi to reflect addition...
2008-08-19 prossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 prossAdd SAMPLE_FMT_DBL.
2008-08-18 prossMark SAMPLE_FMT_S24 as deprecated.
2008-08-10 superdumpBump minor version as av_log_missing_feature() was...
2008-08-10 superdumpAdd a generic function to lavc to log messages about...
2008-08-08 stefanoDoxygenate avcodec_version().
2008-08-06 prossElectronic Arts TGV decoder
2008-07-28 prossincrement minor version for commit r14412 (add sample_f...
2008-07-26 prossadd sample_fmts infrastructure: AVCodec->sample_fmts...
2008-07-26 prossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-26 astrangeAdd a new -debug option for tracing calls to the defaul...
2008-07-21 diegoCorrect b_quant offset comment in avcodec.h, it is...
2008-07-19 michaelMake strict_std_compliance avaialable to decoders.
2008-07-12 michaelNew codec probing system try #1.
2008-07-11 andomaDeprecate avcodec_build(), it returns the same value as
2008-07-10 ramiroMotion Pixels Video Decoder.
2008-07-09 prossincrement minor version for commit r14110 (Electronic...
2008-07-08 prossElectronic Arts CMV decoder
2008-07-04 ramiroMLP/TrueHD decoder.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-06-09 bcoudurieruniformize trellis quant option
2008-06-08 bananOma demuxer
2008-06-05 lorenmrename me=tesa
2008-06-05 bcoudurieradd esa/dia compat me options and new tesa for libx264
2008-06-02 aurelbump micro version after commit r13615
2008-06-02 michaelMove new field to the end to avoid ABI breakage, i...
2008-06-02 michaelRename last_frame_offset to next_frame_offset.
2008-06-02 michaelSimplify parser core.
2008-05-30 michaelMove *_static to bitstream.c which is the only file...
2008-05-26 diegoClarify avcodec_encode_audio() vs. PCM audio.
2008-05-17 diegoLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-11 diegoDocument AVCodecContext channels field.
2008-04-29 ramiroTypo: distoration -> distortion.
2008-04-22 superdumpAdd supported_samplerates field to AVCodec
2008-04-17 benoitfix a typo
2008-04-17 benoitMake two comments doxygen compatible.
2008-04-17 andomaAdd descriptive long_name to AVCodec
2008-04-14 benoitMaxis XA demuxer and decoder.
2008-04-13 vitorBFI demuxer
2008-04-13 diegoAdd explanatory comments to enum CodecID.
2008-04-08 michaeladd CODEC_ID_DIRAC
2008-03-31 superdumpEscape 124 (RPL) decoder
2008-03-30 vitor8SVX decoder
2008-03-29 michaelFix closed gop flag disapearence.
2008-03-21 faust3rl2 decoder
2008-03-21 michaelDocument AVCodec.flush()
2008-03-21 michaelDocument AVCodec.capabilities.
2008-03-21 zuxyApply 'alloc_size' and 'malloc' attributes to av_malloc...
2008-03-20 michaelMore complete documentation for AVFrame.reference.
2008-03-18 ramiroMimic decoder.
2008-03-15 ramiroTypo
2008-03-13 diegoThis file does not use size_t, so no need to #include...
2008-03-10 diegomisc spelling fixes
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-03-06 kostyaIMA ADPCM encoder - QT variant
2008-03-05 aureldoxyfy frame types comments and add some more comments
2008-03-05 aureldefine BI frame type along with other frame types
2008-02-27 bananAdd more riff id's to support remuxing
2008-02-26 mruless preprocessor magic in version number macros
2008-02-26 michaelfloating point AAN IDCT
2008-02-25 mruInstall headers in $prefix/include/$libname
2008-02-23 bananRiff ids for wmapro and wmavoice, this adds support...
2008-02-20 michaelrevert 12156
2008-02-20 michaelMake timestamp interpolation work with mpeg2 field...
2008-02-19 mruClean up lib* version definitions
2008-02-17 mruremove duplicate AV_STRINGIFY() definition
2008-02-15 lucabeFix
2008-02-11 andomaAdd 'reservoir' flag to lavc's flags2 controlling wheth...
2008-02-06 reimarAdd support for speex in ogg
2008-02-02 michaelMake avcodec_decode_* functions take const input buffers.
2008-02-01 michaelThe buffer passed into the decoder should be const.
2008-01-27 reimarAdd CODEC_ID_MOV_TEXT and use it instead of modifying...
2008-01-27 aurelAdd support for Matroska attachments.
2007-12-29 aurelexport raw SSA tracks with their own codec ID (patch...
2007-12-28 ivoSun Rasterfile decoder
2007-12-28 jbruse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-26 ivoPC Paintbrush PCX image decoder
2007-12-21 diegocomment typo fixes
2007-12-21 ivotypo ;)
2007-12-20 michaelDocument a few more structure change rules with relatio...
2007-12-20 michaelDocument structure change rules with relation to ABI...
2007-12-20 jbrAdd option for user to scale the amount of dynamic...
2007-12-18 michaelA little more doxygenization.
2007-12-18 michaelDocument Motion_Est_IDs.
2007-12-18 michaelRemove old variable with the next major version bump.
next