summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix mpeg1/2 decoding if there are no 0 bytes after the bitstreamMichael Niedermayer2003-05-30
| | | | | | print mpeg1/2 startcodes support Originally committed as revision 1919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overdue format updatesMike Melanson2003-05-29
| | | | Originally committed as revision 1918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 decoding fixMichael Niedermayer2003-05-29
| | | | Originally committed as revision 1917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get the video dispatch straightMike Melanson2003-05-28
| | | | Originally committed as revision 1916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CABACMichael Niedermayer2003-05-28
| | | | | | note, this is just the CABAC (de)coder not complete h264-cabac support Originally committed as revision 1915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dispatch video as well as audioMike Melanson2003-05-28
| | | | Originally committed as revision 1914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* placeholder IDs for 4xm A/V codecsMike Melanson2003-05-28
| | | | Originally committed as revision 1913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv1 regression testMichael Niedermayer2003-05-27
| | | | Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
| | | | | | | mpeg1/2 cleanup/bugfix error resilience bugfix Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l (__CPU__ wasnt set)Michael Niedermayer2003-05-27
| | | | Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot ↵James Stembridge2003-05-26
| | | | | | sourceforge dot net>) Originally committed as revision 1909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate enough bytesMike Melanson2003-05-26
| | | | Originally committed as revision 1908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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