summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Clarify how allocation works for the picture argument forReimar Döffinger2010-05-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
* Add doxygen docs for av_xiphlacingJosh Allmann2010-03-22
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-15
* CODEC_ID_XVID is not used anywhere, remove it at next major bumpAurelien Jacobs2010-03-13
* bump minor avcodec version for libxvid codec id change (r22489)Aurelien Jacobs2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."Alex Converse2010-03-09
* Bump avcodec minor version for kgv1 decoderDaniel Verkamp2010-03-09
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-07
* Fix avcodec_align_dimensions to return values suitably aligned for FLV decodingReimar Döffinger2010-02-27
* Fix typos in ref_index documentation.Benoit Fouet2010-02-26
* Clarify ref_index.Michael Niedermayer2010-02-26
* Bink video decoderKostya Shishkov2010-02-21
* 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