summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Bump minor number for many small improvements, tiff fax decoding,Reimar Döffinger2008-12-27
* Allow decoders to set AVCodecContext.refs.Michael Niedermayer2008-12-24
* RV30 decoderKostya Shishkov2008-12-20
* Implement av_set_string3().Stefano Sabatini2008-12-16
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
* Move documentation of avcodec_register_all() from allcodecs.c toStefano Sabatini2008-12-14
* Remove set_all_opt() and its use in av_set_string2(). MakeStefano Sabatini2008-12-14
* Document register_avcodec().Stefano Sabatini2008-12-14
* Make register_avcodec() call avcodec_init().Stefano Sabatini2008-12-14
* Use a more explicit "codec" rather than "format" as the parameter ofStefano Sabatini2008-12-14
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
* enable RV40 decoderKostya Shishkov2008-12-01
* Implement the fields rc_max_available_vbv_use andBaptiste Coudurier2008-11-29
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* Electronic Arts TGQ video decoderPeter Ross2008-11-08
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* Change multichannel API define prefix from "CHANNEL_" to "CH_".Andreas Öman2008-11-02
* Add audio channel layout API to libavcodec.Peter Ross2008-11-01
* dnxhd parserBaptiste Coudurier2008-10-24
* Document the directpred auto value.Francesco Cosoleto2008-09-28
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Remove deprecated avcodec_decode_audio() this one was not under #ifdef.Michael Niedermayer2008-09-08
* avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_...Michael Niedermayer2008-09-08
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Remove DEFAULT_FRAME_RATE_BASE.Michael Niedermayer2008-09-08
* Drop deprecated SAMPLE_FMT_S24.Michael Niedermayer2008-09-08
* Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Clarify sample_aspect_ratio.Michael Niedermayer2008-09-03
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Remove 'currently unused' warning about SAMPLE_FMT_xxx.Peter Ross2008-08-30
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* Update changelog and general.texi to reflectJai Menon2008-08-19
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-18
* Bump minor version as av_log_missing_feature() was added to public API inRobert Swain2008-08-10
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
* Electronic Arts TGV decoderPeter Ross2008-08-06
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-28
* add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross2008-07-26
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26