- 13 May, 2003 4 commits
-
-
BERO authored
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi Originally committed as revision 1870 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1869 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1868 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 May, 2003 12 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1865 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* less strict header detection - also do not call exit when it's not found. Originally committed as revision 1864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
(IMHO only SMI chunk should be stored in extradata) Originally committed as revision 1863 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
(just like with few others...) Originally committed as revision 1860 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 1859 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* using MOV_atom_t instead of 3 args * chunk parsers ordered alphabeticaly Originally committed as revision 1858 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* 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
-
Mike Melanson authored
Originally committed as revision 1856 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
* 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
-
- 11 May, 2003 5 commits
-
-
Måns Rullgård authored
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
-
Dan Christiansen authored
Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1852 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 1851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 1850 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 May, 2003 4 commits
-
-
Mike Melanson authored
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
-
Michael Niedermayer authored
Originally committed as revision 1848 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
through unsorted data) Originally committed as revision 1847 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 1846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2003 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 May, 2003 1 commit
-
-
Mike Melanson authored
motion vectors (which are not completely correct yet) Originally committed as revision 1844 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 May, 2003 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
+ 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
-
Mike Melanson authored
Originally committed as revision 1841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
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
-
- 06 May, 2003 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 1838 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 May, 2003 7 commits
-
-
Michael Niedermayer authored
Originally committed as revision 1837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1836 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Brian Foley authored
Originally committed as revision 1835 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andriy Rysin authored
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
-
Andriy Rysin authored
Originally committed as revision 1833 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-