summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Directly #include some required headers.Diego Biurrun2009-01-25
* Alpha: proper IDCT selectionMåns Rullgård2009-01-18
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* Remove CODEC_ID_H264_VDPAU.Carl Eugen Hoyos2009-01-17
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-13
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.Michael Niedermayer2009-01-03
* Add type, text and ass to AVSubtitleRect.Michael Niedermayer2009-01-03
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Replace some fixed width variable from AVSubtitle* by normal int.Michael Niedermayer2009-01-03
* Future doxy for a few fields of AVSubtitleRect.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Add enum AVSubtitleTypeMichael Niedermayer2009-01-03
* 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