summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg'sMike Melanson2003-05-26
| | | | | | | native VLC facilities; also added decoding of some more frame header fields Originally committed as revision 1907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-05-25
| | | | Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c frame size debug stuffMichael Niedermayer2003-05-25
| | | | Originally committed as revision 1905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 4xm to the familyMike Melanson2003-05-25
| | | | Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at an experimental 4xm demuxerMike Melanson2003-05-25
| | | | Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cs_test cleanup and fix compilation if gui enabledAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* updateAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10174 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* non-x86 supportAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10173 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* some benchmarking codeMichael Niedermayer2003-05-23
| | | | Originally committed as revision 1901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizeMichael Niedermayer2003-05-23
| | | | Originally committed as revision 1900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-23
| | | | Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-22
| | | | Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1lAlex Beregszaszi2003-05-21
| | | | Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-21
| | | | Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Made it work again -- it now detects fish! (This involved clearing outPhilip Gladstone2003-05-21
| | | | | | some accumulated bit rot) Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile fixes by Mitch at Bits.COMZdenek Kabelac2003-05-20
| | | | Originally committed as revision 1894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-20
| | | | Originally committed as revision 1893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>)Wolfgang Hesseler2003-05-20
| | | | Originally committed as revision 1892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-19
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix subtle logic problem in block unpacker that leads to incorrect tokenMike Melanson2003-05-19
| | | | | | decoding which leads to segfaults Originally committed as revision 1890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improving 3IV1 support (still far from perfect) note, disabled as it ↵Michael Niedermayer2003-05-18
| | | | | | requires some checks in the inner loops which would slow things down a tiny bit Originally committed as revision 1889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems i guessed correctly (last 411 chroma block isnt scaled but cut and ↵Michael Niedermayer2003-05-16
| | | | | | reordered) Originally committed as revision 1888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bigendian fixMichael Niedermayer2003-05-16
| | | | Originally committed as revision 1887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer2003-05-16
| | | | Originally committed as revision 1886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving the svq3 motion compensation stuff to dsputil (this also means that ↵Michael Niedermayer2003-05-15
| | | | | | existing optimized halfpel code is used now ...) Originally committed as revision 1885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fixes.Falk Hüffner2003-05-15
| | | | Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizeMichael Niedermayer2003-05-15
| | | | Originally committed as revision 1883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libmpeg2 style bitstream reader 17 vs 16 bit bugfixMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14
| | | | Originally committed as revision 1880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & ↵BERO2003-05-14
| | | | | | cleanup by me Originally committed as revision 1879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sh4 IDCT optional, so the user can chooseMichael Niedermayer2003-05-14
| | | | Originally committed as revision 1878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* misc. updatesRoman Shaposhnik2003-05-14
| | | | Originally committed as revision 1873 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
* * added s263 (mapped to h263 - 3gp files)Zdenek Kabelac2003-05-12
| | | | | | * 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
* * passing ImageDescriptions for SVQ3 (Vertical300K.sorenson works)Zdenek Kabelac2003-05-12
| | | | | | (IMHO only SMI chunk should be stored in extradata) Originally committed as revision 1863 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