summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
* Document AVCodecContext channels field.Stefano Sabatini2008-05-11
* Typo: distoration -> distortion.Ramiro Polla2008-04-29
* Add supported_samplerates field to AVCodecStefano Sabatini2008-04-22
* fix a typoBenoit Fouet2008-04-17
* Make two comments doxygen compatible.Stefano Sabatini2008-04-17
* Add descriptive long_name to AVCodecStefano Sabatini2008-04-17
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
* BFI demuxerSisir Koppaka2008-04-13
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-13
* add CODEC_ID_DIRACMichael Niedermayer2008-04-08
* Escape 124 (RPL) decoderEli Friedman2008-03-31
* 8SVX decoderJai Menon2008-03-30
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
* rl2 decoderSascha Sommer2008-03-21
* Document AVCodec.flush()Michael Niedermayer2008-03-21
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
* Mimic decoder.Ramiro Polla2008-03-18
* TypoRamiro Polla2008-03-15
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
* misc spelling fixesDiego Biurrun2008-03-10
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-05
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* floating point AAN IDCTMichael Niedermayer2008-02-26
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-23
* revert 12156Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* FixLuca Abeni2008-02-15
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
* Add support for speex in oggReimar Döffinger2008-02-06
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
* The buffer passed into the decoder should be const.Michael Niedermayer2008-02-01
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-28
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
* comment typo fixesDiego Biurrun2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20