]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/avcodec.h
Make register_avcodec() call avcodec_init().
[frescor/ffmpeg.git] / libavcodec / avcodec.h
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...
2008-11-02 andomaChange multichannel API define prefix from "CHANNEL_...
2008-11-01 prossAdd audio channel layout API to libavcodec.
2008-10-24 bcoudurierdnxhd parser
2008-09-28 stefanoDocument the directpred auto value.
2008-09-26 bananAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-08 michaelRemove deprecated avcodec_decode_audio() this one was...
2008-09-08 michaelavcodec_find_best_pix_fmt() needs a 64bit mask as there...
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...
next