summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* Oma demuxerBenjamin Larsson2008-06-08
* rename me=tesaLoren Merritt2008-06-05
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-02
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
* Simplify parser core.Michael Niedermayer2008-06-02
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-26
* 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