summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* AMV video decoder.Vladimir Voroshilov2007-09-29
* AMV audio decoderVitor Sessak2007-09-27
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-16
* Monkey Audio decoderKostya Shishkov2007-09-13
* add a close function to bitstream filterBenoit Fouet2007-09-04
* add simple_idct implemented in Sparc VISDenes Balatoni2007-08-30
* prettyprinting cosmeticsDiego Biurrun2007-08-25
* Add request_channels member to AVCodecContext so we now have a properReimar Döffinger2007-08-23
* parsers and bsfs declarations are not meant to be part of public APIAurelien Jacobs2007-08-21
* Introduce AVERROR_PATCHWELCOMERamiro Polla2007-08-13
* Add av_get_bits_per_sample_format()David Conrad2007-08-13
* First version of xsub decoder, not yet testedReimar Döffinger2007-08-05
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
* revert commit 9603Ivan Kalvachev2007-07-11
* Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev2007-07-11
* comment explaining that text subtitle need to be UTF-8 for nowAurelien Jacobs2007-07-11
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
* avoid deprecation warnings for ImgReSampleContext from avcodec.hMåns Rullgård2007-07-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* More detailed documentationNicolas George2007-06-14
* Improve understanding ofavcodec_find_decoder()Carl Eugen Hoyos2007-06-13
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* move codecs declarations from avcodec.h to allcodecs.hAurelien Jacobs2007-06-11
* Add CPU feature definitions for SSE3 and SSSE3.Ronald S. Bultje2007-06-07
* CPU feature definitions should always be available, not just when theRonald S. Bultje2007-06-07
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-02
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-02
* Add support for listing the supported pixel formats using the optionStefano Sabatini2007-05-30
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* add AVERROR_NOENTBenoit Fouet2007-05-10
* Renderware TXD decoderIvo van Poorten2007-05-07
* RoQ audio encoderVitor Sessak2007-05-07
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Rename oggvorbis decoder to libvorbis.Diego Biurrun2007-05-04
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
* Rename dts_decoder to libdts_decoder.Diego Biurrun2007-05-03
* add the possibility to choose aac profileNicolas George2007-05-02
* cosmetics: Group all external library decoders and encoders together.Diego Biurrun2007-05-02
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* add V.Flash PTX decoderIvo van Poorten2007-04-29
* Version bump, atrac3 added.Benjamin Larsson2007-04-18
* Atrac3 decoder.Benjamin Larsson2007-04-17
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13