summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* A little more doxygenization.Michael Niedermayer2007-12-18
* Document Motion_Est_IDs.Michael Niedermayer2007-12-18
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-18
* another comment ->doxyMichael Niedermayer2007-12-17
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-17
* change some normal comments to doxy onesMichael Niedermayer2007-12-17
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-02
* succes --> success typoDiego Biurrun2007-12-01
* Clarify documentation for avcodec_encode_audio.Stefano Sabatini2007-11-28
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25