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 |
Michael Niedermayer
|
b60ad448de
|
fix 4xm yuv->rgb565 transform
Originally committed as revision 1925 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-06-01 10:56:36 +00:00 |
Michael Niedermayer
|
5be8a3737b
|
10l (array[-1] ...)
Originally committed as revision 1924 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-06-01 10:13:29 +00:00 |
Michael Niedermayer
|
8809cfee0a
|
4xm codec
Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-06-01 00:56:05 +00:00 |
Mike Melanson
|
642d7e842e
|
revising and fixing motion vectors, squished block unpacking bug that
led to memory stomps, added support for funky arbitrary dimensions
Originally committed as revision 1922 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-31 07:56:58 +00:00 |
Michael Niedermayer
|
ba88675b1d
|
rgb15 & rgb16 fix
Originally committed as revision 1921 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-30 13:27:21 +00:00 |
Michael Niedermayer
|
61ccfcc009
|
(truncated) unary binerization
unary k-th order exp golomb binarization
Originally committed as revision 1920 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-30 01:05:48 +00:00 |
Michael Niedermayer
|
cf713bb862
|
fix mpeg1/2 decoding if there are no 0 bytes after the bitstream
print mpeg1/2 startcodes support
Originally committed as revision 1919 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-30 00:02:25 +00:00 |
Mike Melanson
|
701b603d74
|
overdue format updates
Originally committed as revision 1918 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-29 23:39:42 +00:00 |
Michael Niedermayer
|
4cdfaf8093
|
mpeg1 decoding fix
Originally committed as revision 1917 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-29 21:34:25 +00:00 |
Mike Melanson
|
73a19b2dae
|
get the video dispatch straight
Originally committed as revision 1916 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-28 23:50:00 +00:00 |
Michael Niedermayer
|
d592f67fb6
|
CABAC
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
|
2003-05-28 18:44:52 +00:00 |
Mike Melanson
|
8e7284ba91
|
dispatch video as well as audio
Originally committed as revision 1914 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-28 02:41:24 +00:00 |
Mike Melanson
|
e2a7bb282d
|
placeholder IDs for 4xm A/V codecs
Originally committed as revision 1913 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-28 02:40:09 +00:00 |
Michael Niedermayer
|
9ca9fce1dd
|
asv1 regression test
Originally committed as revision 1912 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-27 22:43:34 +00:00 |
Michael Niedermayer
|
db6e779506
|
motion vector vissualization for mpeg1/2
mpeg1/2 cleanup/bugfix
error resilience bugfix
Originally committed as revision 1911 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-27 12:31:03 +00:00 |
Michael Niedermayer
|
e82c5a8cc0
|
10000l (__CPU__ wasnt set)
Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-27 00:46:21 +00:00 |
James Stembridge
|
ebc51331a8
|
set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot sourceforge dot net>)
Originally committed as revision 1909 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-26 21:40:58 +00:00 |
Mike Melanson
|
5a634a6952
|
allocate enough bytes
Originally committed as revision 1908 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-26 20:53:09 +00:00 |
Mike Melanson
|
59fcece910
|
rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's
native VLC facilities; also added decoding of some more frame header
fields
Originally committed as revision 1907 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-26 17:44:24 +00:00 |
Michael Niedermayer
|
948f01ff1e
|
10l
Originally committed as revision 1906 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-25 23:55:47 +00:00 |
Michael Niedermayer
|
4a106616a2
|
c frame size debug stuff
Originally committed as revision 1905 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-25 23:41:25 +00:00 |
Mike Melanson
|
3c96b4ef38
|
add 4xm to the family
Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-25 05:18:30 +00:00 |
Mike Melanson
|
cef4ba9e8a
|
first pass at an experimental 4xm demuxer
Originally committed as revision 1903 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-25 05:07:36 +00:00 |
Falk Hüffner
|
4cfbf61bf1
|
Warning and compatibility fixes.
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-24 18:48:30 +00:00 |
Alex Beregszaszi
|
f184683552
|
cs_test cleanup and fix compilation if gui enabled
Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
2003-05-23 20:29:36 +00:00 |
Alex Beregszaszi
|
b76ee469c7
|
update
Originally committed as revision 10174 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
2003-05-23 20:21:31 +00:00 |
Alex Beregszaszi
|
27161c0630
|
non-x86 support
Originally committed as revision 10173 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
|
2003-05-23 20:12:44 +00:00 |
Michael Niedermayer
|
b534c7f92a
|
some benchmarking code
Originally committed as revision 1901 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-23 18:04:34 +00:00 |
Michael Niedermayer
|
9fe690c88f
|
optimize
Originally committed as revision 1900 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-23 16:04:24 +00:00 |
Michael Niedermayer
|
14b74d381a
|
cleanup
Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-23 12:58:46 +00:00 |
Michael Niedermayer
|
d07f90433a
|
truncated h263 decoding support / H263-ES "demuxer"
Originally committed as revision 1898 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-22 14:12:22 +00:00 |
Alex Beregszaszi
|
e67e14d54c
|
1l
Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-21 18:17:52 +00:00 |
Michael Niedermayer
|
a9a07762b8
|
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-21 17:50:57 +00:00 |
Philip Gladstone
|
d9974a4867
|
Made it work again -- it now detects fish! (This involved clearing out
some accumulated bit rot)
Originally committed as revision 1895 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-05-21 02:15:11 +00:00 |