Commit Graph

2207 Commits

Author SHA1 Message Date
Mike Melanson ccdaf63dc3 fix identifier to fix compilation
Originally committed as revision 1973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-19 01:25:48 +00:00
Johannes Carlsson 2f4db4d5e5 amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
Originally committed as revision 1972 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-18 22:24:51 +00:00
Michael Niedermayer c009df3f86 make ff_emulated_edge_mc() independant of MpegEncContext
Originally committed as revision 1971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-18 22:00:23 +00:00
Nick Kurshev cebe4432e9 optimization: merge phases 0 and 1
Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-18 06:37:23 +00:00
Michael Niedermayer cb90660957 update
Originally committed as revision 1969 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-17 23:29:36 +00:00
Michael Niedermayer b1e6b355f7 lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-17 22:48:51 +00:00
Nick Kurshev c3b4e0eb15 to be more precise
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-17 07:48:50 +00:00
Nick Kurshev 860208a400 finally works now
Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-17 07:22:31 +00:00
Alex Beregszaszi 971eb237b7 10l
Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-16 15:06:31 +00:00
Fabrice Bellard 855127bc92 fixed segfault if sequence header has not been found before slice decoding
Originally committed as revision 1964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-16 14:09:18 +00:00
Michael Niedermayer 63efe9a7e6 cleanup
pegasus "pseudo yuv" (=RCT) lossless decoding support
bigendian fix?

Originally committed as revision 1963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-16 13:19:30 +00:00
Alex Beregszaszi 1433e6c499 a bottle of coke (=0.5l)
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-16 10:30:01 +00:00
Nick Kurshev 0b15bfe7cc some useful warning
Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-16 08:28:43 +00:00
François Revol fb059921da cleanup; BSoundRecorder moved to Experimental namespace
Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-15 17:06:28 +00:00
Michael Niedermayer e4d2b1f39a lossless jpeg decoding support
Originally committed as revision 1959 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-15 00:15:57 +00:00
Fabrice Bellard 31319a8ccd win32 compile fix for ffplay by gbazin at altern dot org
Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-14 11:09:57 +00:00
Michael Niedermayer 11e659c203 golomb rice codes
use gradients instead of prediction errors as context model
store independant quantization tables for each point
merge contexts with opposit sign

Originally committed as revision 1957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13 21:31:28 +00:00
Fabrice Bellard 5dbafeb7ba mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux
Originally committed as revision 1956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13 14:28:45 +00:00
Fabrice Bellard 39f472c3b6 dynamic array functions
Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13 14:22:23 +00:00
Hetz Ben Hamo 124ba5836f Changelog update
Originally committed as revision 1954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13 09:51:17 +00:00
Zdenek Kabelac 2248dd89ae * removed redundant includes (they were even wrongly used)
Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-13 09:36:13 +00:00
Nick Kurshev b8414bbd16 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code 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
2003-06-13 08:31:40 +00:00
Hetz Ben Hamo 8285331811 ..
Originally committed as revision 1951 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-11 21:45:23 +00:00
Hetz Ben Hamo 1bc3ac78f2 Typo fixes (ok, mplayer team, enough laughing ;)
Originally committed as revision 1950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-11 21:00:57 +00:00
Hetz Ben Hamo 80fbdeae5c No more HTML in Changelog
Originally committed as revision 1949 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 22:55:10 +00:00
Fabrice Bellard a9722aa6e5 works with old gcc versions too
Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 22:45:43 +00:00
Hetz Ben Hamo b1a1265711 small fix
Originally committed as revision 1947 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 19:04:06 +00:00
Hetz Ben Hamo e07702ba64 A newer Changelog
Originally committed as revision 1946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 18:43:16 +00:00
Fabrice Bellard 94a3401e93 disable ffplay if no SDL
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 08:32:12 +00:00
Philip Gladstone 25a2ee7dd6 Get all the stride stuff right so that we actually get the colours
right.

Originally committed as revision 1944 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 01:47:41 +00:00
Philip Gladstone 41fc0dd5a3 Have the test.asf stream enabled by default (thanks to htz@kde.org)
Originally committed as revision 1943 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-10 01:26:29 +00:00
Michael Niedermayer c2f1b2cb71 reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate)
Originally committed as revision 1942 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-09 23:55:16 +00:00
Fabrice Bellard 5e0257e305 better pause when displaying audio samples
Originally committed as revision 1941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-09 20:48:06 +00:00
Michael Niedermayer 7408ad05cc 10l
Originally committed as revision 1940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-09 19:11:50 +00:00
Michael Niedermayer 5e20f836b3 FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv)
Originally committed as revision 1939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-09 02:24:51 +00:00
Michael Niedermayer cd394651c9 more comments
Originally committed as revision 1938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-07 22:21:08 +00:00
Fabrice Bellard 2af7e61032 use custom packet allocation only for DV
Originally committed as revision 1937 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-07 18:36:27 +00:00
Fabrice Bellard 01310af292 added ffplay utility
Originally committed as revision 1936 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-07 18:34:02 +00:00
Fabrice Bellard a86b921c7d SDL probe - ffplay build option
Originally committed as revision 1935 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-07 18:32:56 +00:00
Zdenek Kabelac 067cbf313f * amr format - by Johannes Carlsson
Originally committed as revision 1934 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-06 11:47:49 +00:00
Johannes Carlsson 14342fd537 * missing part of the 3gp patch by Johannes Carlsson
Originally committed as revision 1933 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-06 11:46:25 +00:00
Michael Niedermayer 8f8c0800f8 cleanup
Originally committed as revision 1932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-06 10:04:15 +00:00
Zdenek Kabelac bc634f6fc2 * 3gp patch by Joca
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 14:30:52 +00:00
Fabrice Bellard 67f7f31697 use explicit image name
Originally committed as revision 1930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:34 +00:00
Fabrice Bellard e2946a86c1 fixed SRC_PATH usage
Originally committed as revision 1929 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-05 12:36:05 +00:00
Michael Niedermayer 4b465299f3 4xm adpcm
Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-03 13:58:44 +00:00
Fabrice Bellard c09948b6dc autogeneration of html files
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-02 20:13:30 +00:00
Fabrice Bellard be09b10156 update
Originally committed as revision 1926 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-02 20:13:08 +00:00
Alex Beregszaszi cd96358cb5 unused
Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-06-01 22:10:44 +00:00
Michael Niedermayer 35ca945423 vf_scale.h & related cleanup & some small warning fix by dominik
Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-06-01 21:59:29 +00:00