summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
...
* 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
* rl2 decoderSascha Sommer2008-03-21
| | | | Originally committed as revision 12543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.flush()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document AVCodec.capabilities.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()Zuxy Meng2008-03-21
| | | | Originally committed as revision 12526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More complete documentation for AVFrame.reference.Michael Niedermayer2008-03-20
| | | | Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mimic decoder.Ramiro Polla2008-03-18
| | | | Originally committed as revision 12491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2008-03-15
| | | | Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
| | | | | | imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
| | | | Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
| | | | Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
| | | | Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
| | | | Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* floating point AAN IDCTMichael Niedermayer2008-02-26
| | | | Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
| | | | | | | | | | Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ↵Benjamin Larsson2008-02-23
| | | | | | codecs between asf,avi and wav containers. Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert 12156Michael Niedermayer2008-02-20
| | | | | | | | | | Log: Make timestamp interpolation work with mpeg2 field pictures. Cleaner/simpler solutions are welcome. ---- A IMHO cleaner solution has been implemented. Originally committed as revision 12162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
| | | | | | Cleaner/simpler solutions are welcome. Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up lib* version definitionsMåns Rullgård2008-02-19
| | | | | | Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
| | | | Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FixLuca Abeni2008-02-15
| | | | | | | utils.c: In function ‘avcodec_get_context_defaults2’: utils.c:793: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'reservoir' flag to lavc's flags2 controlling whether or not codes mayPaul Kelly2008-02-11
| | | | | | | | utilize a bit reservoir. Also, make the lame encoder utilize this flag. patch by Paul Kelly, paul a stjohnspoint d co d uk Originally committed as revision 11903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for speex in oggReimar Döffinger2008-02-06
| | | | Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_decode_* functions take const input buffers.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The buffer passed into the decoder should be const.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-27
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun Rasterfile decoderIvo van Poorten2007-12-28
| | | | Originally committed as revision 11342 to svn://svn.ffmpeg.org/ffmpeg/trunk