summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* fix 4xm yuv->rgb565 transformMichael Niedermayer2003-06-011-9/+15
| | | | Originally committed as revision 1925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (array[-1] ...)Michael Niedermayer2003-06-011-11/+12
| | | | Originally committed as revision 1924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codecMichael Niedermayer2003-06-014-1/+748
| | | | Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revising and fixing motion vectors, squished block unpacking bug thatMike Melanson2003-05-311-84/+64
| | | | | | led to memory stomps, added support for funky arbitrary dimensions Originally committed as revision 1922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgb15 & rgb16 fixMichael Niedermayer2003-05-301-1/+2
| | | | Originally committed as revision 1921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (truncated) unary binerizationMichael Niedermayer2003-05-302-9/+169
| | | | | | unary k-th order exp golomb binarization Originally committed as revision 1920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mpeg1/2 decoding if there are no 0 bytes after the bitstreamMichael Niedermayer2003-05-302-7/+22
| | | | | | print mpeg1/2 startcodes support Originally committed as revision 1919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 decoding fixMichael Niedermayer2003-05-291-2/+2
| | | | Originally committed as revision 1917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CABACMichael Niedermayer2003-05-282-0/+411
| | | | | | 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
* placeholder IDs for 4xm A/V codecsMike Melanson2003-05-281-0/+2
| | | | Originally committed as revision 1913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-274-131/+150
| | | | | | | mpeg1/2 cleanup/bugfix error resilience bugfix Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot ↵James Stembridge2003-05-261-0/+2
| | | | | | sourceforge dot net>) Originally committed as revision 1909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg'sMike Melanson2003-05-262-571/+455
| | | | | | | native VLC facilities; also added decoding of some more frame header fields Originally committed as revision 1907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-2410-24/+17
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some benchmarking codeMichael Niedermayer2003-05-231-0/+29
| | | | Originally committed as revision 1901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizeMichael Niedermayer2003-05-231-25/+11
| | | | Originally committed as revision 1900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-231-9/+7
| | | | Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* truncated h263 decoding support / H263-ES "demuxer"Michael Niedermayer2003-05-222-13/+86
| | | | Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-216-27/+109
| | | | Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile fixes by Mitch at Bits.COMZdenek Kabelac2003-05-201-5/+5
| | | | Originally committed as revision 1894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-201-14/+3
| | | | 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-201-0/+28
| | | | Originally committed as revision 1892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-1914-52/+530
| | | | | | 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-191-18/+24
| | | | | | 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-181-17/+49
| | | | | | 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-161-6/+6
| | | | | | reordered) Originally committed as revision 1888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bigendian fixMichael Niedermayer2003-05-162-6/+14
| | | | Originally committed as revision 1887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer2003-05-161-13/+19
| | | | 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-153-129/+274
| | | | | | 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-155-6/+6
| | | | Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizeMichael Niedermayer2003-05-151-25/+41
| | | | Originally committed as revision 1883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-1411-83/+87
| | | | Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libmpeg2 style bitstream reader 17 vs 16 bit bugfixMichael Niedermayer2003-05-142-3/+3
| | | | 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-142-0/+2090
| | | | 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-144-22/+26
| | | | | | 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-142-3/+7
| | | | 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-146-0/+526
| | | | 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-144-0/+175
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libmpeg2 style bitstream reader fixesMichael Niedermayer2003-05-143-10/+49
| | | | 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-141-6/+9
| | | | 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-143-21/+18
| | | | | | 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-144-19/+72
| | | | 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-131-6/+3
| | | | | | dot jp>) and the return idea by arpi Originally committed as revision 1870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-132-18/+37
| | | | Originally committed as revision 1869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oops - reversed last commitZdenek Kabelac2003-05-131-43/+31
| | | | Originally committed as revision 1868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2003-05-134-37/+138
| | | | Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (document buffer padding requirements)Michael Niedermayer2003-05-122-3/+15
| | | | Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * syncZdenek Kabelac2003-05-121-31/+43
| | | | Originally committed as revision 1865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * link libfaad when neededZdenek Kabelac2003-05-121-0/+5
| | | | Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quiet missing EOF \n warningZdenek Kabelac2003-05-121-1/+1
| | | | Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud