summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dynamic array functionsFabrice Bellard2003-06-13
| | | | Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changelog updateHetz Ben Hamo2003-06-13
| | | | Originally committed as revision 1954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-13
| | | | Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code ↵Nick Kurshev2003-06-13
| | | | | | | | from a mplayerhq (originally from public domain player for Amiga at http://www.honeypot.net/audio) Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ..Hetz Ben Hamo2003-06-11
| | | | Originally committed as revision 1951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo fixes (ok, mplayer team, enough laughing ;)Hetz Ben Hamo2003-06-11
| | | | Originally committed as revision 1950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* No more HTML in ChangelogHetz Ben Hamo2003-06-10
| | | | Originally committed as revision 1949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* works with old gcc versions tooFabrice Bellard2003-06-10
| | | | Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small fixHetz Ben Hamo2003-06-10
| | | | Originally committed as revision 1947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A newer ChangelogHetz Ben Hamo2003-06-10
| | | | Originally committed as revision 1946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable ffplay if no SDLFabrice Bellard2003-06-10
| | | | Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get all the stride stuff right so that we actually get the coloursPhilip Gladstone2003-06-10
| | | | | | right. Originally committed as revision 1944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Have the test.asf stream enabled by default (thanks to htz@kde.org)Philip Gladstone2003-06-10
| | | | Originally committed as revision 1943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reducing memory consumption (reducing number of contexts and other stuff, no ↵Michael Niedermayer2003-06-09
| | | | | | noticeable loss in compression rate) Originally committed as revision 1942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better pause when displaying audio samplesFabrice Bellard2003-06-09
| | | | Originally committed as revision 1941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-06-09
| | | | Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFV1 codec (our very simple lossless intra only codec, compresses much ↵Michael Niedermayer2003-06-09
| | | | | | better then huffyuv) Originally committed as revision 1939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more commentsMichael Niedermayer2003-06-07
| | | | Originally committed as revision 1938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use custom packet allocation only for DVFabrice Bellard2003-06-07
| | | | Originally committed as revision 1937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added ffplay utilityFabrice Bellard2003-06-07
| | | | Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SDL probe - ffplay build optionFabrice Bellard2003-06-07
| | | | Originally committed as revision 1935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * amr format - by Johannes CarlssonZdenek Kabelac2003-06-06
| | | | Originally committed as revision 1934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * missing part of the 3gp patch by Johannes CarlssonJohannes Carlsson2003-06-06
| | | | Originally committed as revision 1933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-06-06
| | | | Originally committed as revision 1932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use explicit image nameFabrice Bellard2003-06-05
| | | | Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed SRC_PATH usageFabrice Bellard2003-06-05
| | | | Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm adpcmMichael Niedermayer2003-06-03
| | | | Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autogeneration of html filesFabrice Bellard2003-06-02
| | | | Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-06-02
| | | | Originally committed as revision 1926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedAlex Beregszaszi2003-06-01
| | | | Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vf_scale.h & related cleanup & some small warning fix by dominikMichael Niedermayer2003-06-01
| | | | Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix 4xm yuv->rgb565 transformMichael Niedermayer2003-06-01
| | | | Originally committed as revision 1925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (array[-1] ...)Michael Niedermayer2003-06-01
| | | | Originally committed as revision 1924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codecMichael Niedermayer2003-06-01
| | | | Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revising and fixing motion vectors, squished block unpacking bug thatMike Melanson2003-05-31
| | | | | | 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-30
| | | | Originally committed as revision 1921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (truncated) unary binerizationMichael Niedermayer2003-05-30
| | | | | | 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-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