summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Collapse)AuthorAge
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for AAC audio streams via libfaadZdenek Kabelac2003-05-12
| | | | | | | | | * could be complied with runtime linking of libfaad (CONFIG_FAADBIN) * missing/untested support for raw AAC streams (maybe there will be just one entry for aac) * missing configure check for libfaad/config option Originally committed as revision 1857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
| | | | Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
| | | | | | | | | | | | | | | | | | | | | | + avcodec_get_pix_fmt converts textual representation of pixel format into the actual id. Complements avcodec_get_pix_fmt_name. + avpicture_layout serializes given picture into a flat array. Complements avpicture_fill. * adding a new option -pix_fmt to the ffmpeg, in order to control pixel format for the codecs that do support it, like rawvideo, for example. * reducing complexity of the rawvideo codec by splitting it in two and making it more reliable via hooking up to the avpicture_layout. Plus adding new FourCC as described here: http://www.fourcc.org * A tiny fix for avienc.c that makes avih and video strf consistent regarding codec FourCC. Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
| | | | Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-25
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more strict typesZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed initialization and some memleakZdenek Kabelac2003-04-22
| | | | | | | * filling more avcodecs variables * extending/improving mov parsing (unfinished) Originally committed as revision 1812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added img_get_alpha_info()Fabrice Bellard2003-04-21
| | | | Originally committed as revision 1809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new YUV formats for correct JPEG YUV support - added automatic pixel format ↵Fabrice Bellard2003-04-20
| | | | | | conversion guessing (minimize loss and size) Originally committed as revision 1798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 qscale flagMichael Niedermayer2003-04-18
| | | | | | | a few bugfixes for the C pp code minor optimization Originally committed as revision 1786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* meanigfull dr1 commentMichael Niedermayer2003-04-16
| | | | Originally committed as revision 1779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native Indeo3 decoder implementationMike Melanson2003-04-15
| | | | Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at ↵Richard Hodges2003-04-06
| | | | | | matriplex dot com>) Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* binary compatibility fix (workaround for r.147, r.148)Nick Kurshev2003-03-24
| | | | Originally committed as revision 1702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable quantizer biasMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* binary compatibility fixMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
| | | | Originally committed as revision 1692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* field pic decoding cleanupMichael Niedermayer2003-03-16
| | | | Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaner & more flexible edge bug workaroundMichael Niedermayer2003-03-15
| | | | Originally committed as revision 1685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmetic doc fixZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging fourcc with codec_tagMichael Niedermayer2003-03-08
| | | | Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more generic avoption_parseZdenek Kabelac2003-03-07
| | | | | | * reused help ptr for sub ptr Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-03-07
| | | | Originally committed as revision 1641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more cosmetics so that doxygen output is readable ...Michael Niedermayer2003-03-06
| | | | Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extended option for h263+ patch by (fixounet at free dot fr) with some minor ↵Michael Niedermayer2003-03-05
| | | | | | modifications Originally committed as revision 1622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing inaccurate frame_rateMichael Niedermayer2003-03-01
| | | | Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user specified motion estimation range limitMichael Niedermayer2003-02-27
| | | | | | h263 me range fixed (was smaller then needed) Originally committed as revision 1610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536)Michael Niedermayer2003-02-26
| | | | Originally committed as revision 1608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DTG active format informationFabrice Bellard2003-02-25
| | | | Originally committed as revision 1605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added paletted 8 bit format supportFabrice Bellard2003-02-09
| | | | Originally committed as revision 1560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)Michael Niedermayer2003-02-09
| | | | Originally committed as revision 1559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct blocksize in bframes fix (might fix qpel+bframe bug)Michael Niedermayer2003-02-08
| | | | Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx503 decoding fixMichael Niedermayer2003-02-02
| | | | Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * headers valid for C++ compilersZdenek Kabelac2003-01-28
| | | | Originally committed as revision 1521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-01-21
| | | | Originally committed as revision 1487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * code for parsing optionsZdenek Kabelac2003-01-20
| | | | | | | now options have to be added... - see main for a simple usage example. Originally committed as revision 1480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_format()Michael Niedermayer2003-01-12
| | | | Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build update - avpicture_fill() returns the image sizeFabrice Bellard2003-01-11
| | | | Originally committed as revision 1433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new image formats - suppressed ill defined formats (endianness, unless ↵Fabrice Bellard2003-01-11
| | | | | | specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() Originally committed as revision 1429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel fixMichael Niedermayer2003-01-09
| | | | Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk