summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
...
* Bump libavcodec minor version number for r15017.Peter Ross2008-08-29
| | | | Originally committed as revision 15018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVCodecContext.bits_per_raw_sample field.Peter Ross2008-08-29
| | | | Originally committed as revision 15017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVCodecContext.bits_per_sample to bits_per_coded_sample.Peter Ross2008-08-29
| | | | | | Nb: This change will become active on the next libavcodec major version bump. Originally committed as revision 15016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
| | | | | | alterations as appropriate Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
| | | | Originally committed as revision 14871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update changelog and general.texi to reflectJai Menon2008-08-19
| | | | | | | addition of the alac encoder, add Jai Menon to MAINTAINERS and bump LIBAVCODEC_VERSION_MINOR. Originally committed as revision 14849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
| | | | Originally committed as revision 14833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
| | | | Originally committed as revision 14832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-18
| | | | Originally committed as revision 14823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version as av_log_missing_feature() was added to public API inRobert Swain2008-08-10
| | | | | | r14685 Originally committed as revision 14686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a generic function to lavc to log messages about missing features.Justin Ruggles2008-08-10
| | | | | | Patch by Justin Ruggles (justin ruggles gmail com) Originally committed as revision 14685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenate avcodec_version().Stefano Sabatini2008-08-08
| | | | Originally committed as revision 14666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
| | | | Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increment minor version for commit r14412 (add sample_fmts infrastructure)Peter Ross2008-07-28
| | | | Originally committed as revision 14455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum.Peter Ross2008-07-26
| | | | Originally committed as revision 14412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
| | | | Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a new -debug option for tracing calls to the default get/release_buffer ↵Alexander Strange2008-07-26
| | | | | | functions. Originally committed as revision 14406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct b_quant offset comment in avcodec.h, it is the description fortripp2008-07-21
| | | | | | b_quant factor. patch by tripp, eliared yahoo com Originally committed as revision 14328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make strict_std_compliance available to decoders.Michael Niedermayer2008-07-19
| | | | Originally committed as revision 14306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New codec probing system try #1.Michael Niedermayer2008-07-12
| | | | Originally committed as revision 14184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate avcodec_build(), it returns the same value asAndreas Öman2008-07-11
| | | | | | avcodec_version(). Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion Pixels Video Decoder.Gregory Montoir2008-07-10
| | | | | | Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net> Originally committed as revision 14146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increment minor version for commit r14110 (Electronic Arts CMV decoder)Peter Ross2008-07-09
| | | | Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts CMV decoderPeter Ross2008-07-08
| | | | Originally committed as revision 14110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
| | | | Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-08
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename me=tesaLoren Merritt2008-06-05
| | | | Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
| | | | Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
| | | | Originally committed as revision 13632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-02
| | | | | | | is not used from the outside but after rethinking it of course has to be used if someone wants to use a parser without a lavf demuxer. Originally committed as revision 13625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename last_frame_offset to next_frame_offset.Michael Niedermayer2008-06-02
| | | | | | (it was and is the next not the last) Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify parser core.Michael Niedermayer2008-06-02
| | | | Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
| | | | | | them. Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-26
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
| | | | Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodecContext channels field.Stefano Sabatini2008-05-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo: distoration -> distortion.Ramiro Polla2008-04-29
| | | | Originally committed as revision 13019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add supported_samplerates field to AVCodecStefano Sabatini2008-04-22
| | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) Originally committed as revision 12925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a typoBenoit Fouet2008-04-17
| | | | Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make two comments doxygen compatible.Stefano Sabatini2008-04-17
| | | | | | Patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 12878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add descriptive long_name to AVCodecStefano Sabatini2008-04-17
| | | | | | Patch by: stefano sabatini-lala poste it Originally committed as revision 12876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
| | | | | | | | Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BFI demuxerSisir Koppaka2008-04-13
| | | | | | Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to enum CodecID.Diego Biurrun2008-04-13
| | | | Originally committed as revision 12796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add CODEC_ID_DIRACMichael Niedermayer2008-04-08
| | | | Originally committed as revision 12769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Escape 124 (RPL) decoderEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8SVX decoderJai Menon2008-03-30
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix closed gop flag disapearence.Michael Niedermayer2008-03-29
| | | | Originally committed as revision 12625 to svn://svn.ffmpeg.org/ffmpeg/trunk