summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
| | | | Originally committed as revision 1877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* libmpeg2 style bitstream reader fixesMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it)Michael Niedermayer2003-05-14
| | | | Originally committed as revision 1874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ↵BERO2003-05-14
| | | | | | jp>) Originally committed as revision 1872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
| | | | Originally committed as revision 1871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co ↵BERO2003-05-13
| | | | | | dot jp>) and the return idea by arpi Originally committed as revision 1870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-13
| | | | Originally committed as revision 1869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oops - reversed last commitZdenek Kabelac2003-05-13
| | | | Originally committed as revision 1868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-13
| | | | Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (document buffer padding requirements)Michael Niedermayer2003-05-12
| | | | Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * syncZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * link libfaad when neededZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quiet missing EOF \n warningZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1861 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
* fix image buffer leak on keyframes, add more error condition checksMike Melanson2003-05-12
| | | | Originally committed as revision 1856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-12
| | | | | | | * adding regression tests for all pix_fmt conversions * making libavtest part of the default testsuite Originally committed as revision 1855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)Dan Christiansen2003-05-11
| | | | Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more idct_permute docsMichael Niedermayer2003-05-11
| | | | Originally committed as revision 1852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix motion vector decoding bug and reinstate interframesMike Melanson2003-05-11
| | | | Originally committed as revision 1851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get those permutations straightMike Melanson2003-05-11
| | | | Originally committed as revision 1850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* squashed a bunch of subtle array indexing bugs, fixed block mappingMike Melanson2003-05-10
| | | | | | | added more error checking, added (and enabled, for the time being) a keyframe-only mode Originally committed as revision 1849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print obmc bug info only if avctx->debug&1Michael Niedermayer2003-05-10
| | | | Originally committed as revision 1848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump the shady binary search logic (the part that binary searchesMike Melanson2003-05-10
| | | | | | through unsorted data) Originally committed as revision 1847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change the way the ImageDescription is passed to the decoderMike Melanson2003-05-10
| | | | Originally committed as revision 1846 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
* correct the custom coding mode alphabet, add some validation on theMike Melanson2003-05-08
| | | | | | motion vectors (which are not completely correct yet) Originally committed as revision 1844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot ↵Michael Niedermayer2003-05-07
| | | | | | com>) Originally committed as revision 1843 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
* looking better all the time! motion compensation is starting to workMike Melanson2003-05-07
| | | | Originally committed as revision 1841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson2003-05-07
| | | | | | | most ffmpeg-enabled apps; added a bunch on motion compensation stuff which is effectively disabled at the moment while details are worked out Originally committed as revision 1840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* release buffer cleanupMichael Niedermayer2003-05-06
| | | | Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson2003-05-06
| | | | Originally committed as revision 1838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)Michael Niedermayer2003-05-05
| | | | Originally committed as revision 1837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2003-05-05
| | | | Originally committed as revision 1832 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
* looks better (req. for mp-G2)Arpi2003-05-03
| | | | Originally committed as revision 1830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making it nicer to the client who doesn't expect errors messages in stdoutRoman Shaposhnik2003-05-01
| | | | Originally committed as revision 1829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing NTSC frame rate for DV streamsRoman Shaposhnik2003-04-29
| | | | | | | * let ffmpeg preserve 'aspect_ratio' for recoding. Do we want to make it tweakable from the command line ? Originally committed as revision 1827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-27
| | | | Originally committed as revision 1826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tiredMichael Niedermayer2003-04-27
| | | | Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (returning negative number of consumed bytes if the first startcode of a ↵Michael Niedermayer2003-04-27
| | | | | | frame was split between 2 buffers) Originally committed as revision 1824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-04-25
| | | | Originally committed as revision 1823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2pass stats fix (by ffdshow cvslog)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 1822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo in a comment ...Michael Niedermayer2003-04-25
| | | | Originally committed as revision 1821 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
* doc fixes (forgot to commit)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 1819 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
* cleanup mpeg1/2 bitstream parserMichael Niedermayer2003-04-22
| | | | Originally committed as revision 1813 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