summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-281-1/+1
* add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross2008-07-261-0/+2
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-261-1/+2
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-261-0/+1
* Correct b_quant offset comment in avcodec.h, it is the description fortripp2008-07-211-2/+2
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-191-1/+8
* New codec probing system try #1.Michael Niedermayer2008-07-121-0/+2
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-111-1/+3
* Motion Pixels Video Decoder.Gregory Montoir2008-07-101-1/+2
* increment minor version for commit r14110 (Electronic Arts CMV decoder)Peter Ross2008-07-091-1/+1
* Electronic Arts CMV decoderPeter Ross2008-07-081-0/+1
* MLP/TrueHD decoder.Ramiro Polla2008-07-041-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+5
* uniformize trellis quant optionBaptiste Coudurier2008-06-091-0/+2
* Oma demuxerBenjamin Larsson2008-06-081-0/+1
* rename me=tesaLoren Merritt2008-06-051-1/+1
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-051-2/+3
* bump micro version after commit r13615Aurelien Jacobs2008-06-021-1/+1
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-021-1/+1
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-021-1/+1
* Simplify parser core.Michael Niedermayer2008-06-021-1/+1
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-301-25/+0
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-261-0/+2
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-171-1/+2
* Document AVCodecContext channels field.Stefano Sabatini2008-05-111-1/+1
* Typo: distoration -> distortion.Ramiro Polla2008-04-291-1/+1
* Add supported_samplerates field to AVCodecStefano Sabatini2008-04-221-1/+2
* fix a typoBenoit Fouet2008-04-171-1/+1
* Make two comments doxygen compatible.Stefano Sabatini2008-04-171-2/+2
* Add descriptive long_name to AVCodecStefano Sabatini2008-04-171-1/+2
* Maxis XA demuxer and decoder.Robert Marston2008-04-141-0/+1
* BFI demuxerSisir Koppaka2008-04-131-0/+1
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-131-0/+3
* add CODEC_ID_DIRACMichael Niedermayer2008-04-081-0/+1
* Escape 124 (RPL) decoderEli Friedman2008-03-311-0/+1
* 8SVX decoderJai Menon2008-03-301-1/+3
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-291-1/+1
* rl2 decoderSascha Sommer2008-03-211-1/+2
* Document AVCodec.flush()Michael Niedermayer2008-03-211-0/+4
* Document AVCodec.capabilities.Michael Niedermayer2008-03-211-0/+4
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-211-1/+2
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-201-0/+2
* Mimic decoder.Ramiro Polla2008-03-181-1/+2
* TypoRamiro Polla2008-03-151-1/+1
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-131-1/+0
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-061-1/+1
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-061-2/+2
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-051-6/+6
* define BI frame type along with other frame typesAurelien Jacobs2008-03-051-0/+1
OpenPOWER on IntegriCloud