summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * simple options to enable faad support (no runtime compile checking is made)Zdenek Kabelac2003-05-12
| | | | | | (just like with few others...) Originally committed as revision 1860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * uninitialized/unused vars cleanupZdenek Kabelac2003-05-12
| | | | Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for AAC audio (esds decoding - using extradata)Zdenek Kabelac2003-05-12
| | | | | | | * using MOV_atom_t instead of 3 args * chunk parsers ordered alphabeticaly Originally committed as revision 1858 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
* makes configure create the libpostproc directory andMåns Rullgård2003-05-11
| | | | | | Makefile, when running outside of the source dir patch by (mru at users dot sourceforge dot net (Måns Rullgård)) Originally committed as revision 1854 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
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-05
| | | | Originally committed as revision 1836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -map and sanity checking patch by (Brian Foley <bfoley at compsoc dot ↵Brian Foley2003-05-05
| | | | | | nuigalway dot ie>) Originally committed as revision 1835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefers MP3 codec (rather than MP2) for output ifAndriy Rysin2003-05-05
| | | | | | compiled with MP3LAME and output file seems to be of MP3 type patch by (Andriy Rysin <arysin at bcsii dot net>) with minor changes by me Originally committed as revision 1834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-05-05
| | | | Originally committed as revision 1833 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
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
| | | | Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * making it possible to override aspect ratio from the command lineRoman Shaposhnik2003-04-29
| | | | Originally committed as revision 1828 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
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 9989 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* typo in a comment ...Michael Niedermayer2003-04-25
| | | | Originally committed as revision 1821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 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
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-24
| | | | | | | removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c Originally committed as revision 9976 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-24
| | | | | | | * Updating regression refs * Making server-regression.sh work on Solaris Originally committed as revision 1818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * keeping compiler happy and quietZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simplified parameters for parse routinesZdenek Kabelac2003-04-23
| | | | Originally committed as revision 1816 to svn://svn.ffmpeg.org/ffmpeg/trunk