summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* WMAVoice decoder.Ronald S. Bultje2010-02-12
* Indeo 5 decoderKostya Shishkov2010-02-09
* IFF PBM/ILBM bitmap decoderPeter Ross2010-02-03
* libavcodec version bump for Bink codec IDs (r21536)Daniel Verkamp2010-01-31
* Bink Audio decoderPeter Ross2010-01-31
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* Add Bink codec IDsDaniel Verkamp2010-01-30
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Clarify CODEC_CAP_SUBFRAMES.Michael Niedermayer2010-01-21
* SIPR16k decoderVitor Sessak2010-01-16
* SIPR decoder for modes 8k5, 6k5 and 5k0.Vladimir Voroshilov2010-01-10
* Deluxe Paint Animation decoderPeter Ross2010-01-10
* Document avcodec_pix_fmt_to_codec_tag().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Auravision Aura 2 decoderKostya Shishkov2009-12-23
* Add Auravision Aura decoding supportKostya Shishkov2009-12-23
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* CD+G demuxer and decoderMichael Tison2009-12-17
* Fix a typo in documentation.Ramiro Polla2009-12-15
* Minor version bump for mbtree addition.Jason Garrett-Glaser2009-12-09
* Add MBtree support for libx264Erik Slagter2009-12-08
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-24
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-12
* Bump minor version after applying ALS decoder.Carl Eugen Hoyos2009-11-12
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codecJustin Ruggles2009-11-10
* Support demuxing teletext in DVB streams.Francesco Lavra2009-10-29
* Bump micro version after the FRWU decoder inclusionVitor Sessak2009-10-24
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* extend description of avcodec_decode_audio3:Sascha Sommer2009-10-12
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-12
* Fix indentation in avcodec.hJason Garrett-Glaser2009-09-29
* Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson2009-09-22
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
* Add ATRAC1 codec ID.Benjamin Larsson2009-09-10
* add missing wmapro decoder partsSascha Sommer2009-09-02
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-07