Michael Niedermayer [Sun, 13 Jul 2003 11:14:43 +0000 (11:14 +0000)]
10l
Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 13 Jul 2003 11:06:45 +0000 (11:06 +0000)]
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
jpegls style golomb rice coder
Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 22:15:11 +0000 (22:15 +0000)]
simpler
Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 20:21:34 +0000 (20:21 +0000)]
cleanup
Originally committed as revision 2038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 16:55:15 +0000 (16:55 +0000)]
10l
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 12 Jul 2003 16:26:08 +0000 (16:26 +0000)]
lossless jpeg regression test
Originally committed as revision 2036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Sat, 12 Jul 2003 07:37:05 +0000 (07:37 +0000)]
* First round of AV sync fixes.
* -r now does the right thing.
* frame rate and frame sizes now share same abbv. table and you
can do -r ntsc as well as -s ntsc
Originally committed as revision 2035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Giancarlo Formicuccia [Fri, 11 Jul 2003 22:30:12 +0000 (22:30 +0000)]
- Gracefully handle the case where not all the streams are requested/wanted
from the client. Simply ignore the unwanted/unasked streams.
- Don't need to pool() for every input character! (the socket is nonblocking,
so the loop is ok).
- Partially resurrect compute_send_delay for avoiding udp flood. Without a
similar patch, udp transmission is seriously unreliable.
(note that we don't link to a specific input reference stream, it's not needed
as the pts values should be coherent anyway. Also, non-monotonic pts
progression is unimportant in the long term).
- rtsp_cmd_pause must reset the time reference
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Tim Allen [Fri, 11 Jul 2003 21:33:27 +0000 (21:33 +0000)]
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>)
Originally committed as revision 2033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 23:18:09 +0000 (23:18 +0000)]
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 19:09:24 +0000 (19:09 +0000)]
postprocessing support
fix duplicate frames bug?
Originally committed as revision 2031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 16:25:30 +0000 (16:25 +0000)]
1000l (forgot to commit)
Originally committed as revision 2030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 10:24:47 +0000 (10:24 +0000)]
fix? flv escape codes
Originally committed as revision 2029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Isaac Richards [Thu, 10 Jul 2003 09:04:04 +0000 (09:04 +0000)]
- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
needed to detect some files produced by pvr-250/350 capture cards.
- Adds AC3 audio support to the mpegts demuxer, and makes it a little more
tolerant of bad files.
patch by (Isaac Richards <ijr at po dot cwru dot edu>)
Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 10 Jul 2003 05:16:25 +0000 (05:16 +0000)]
added the official VP3 IDCT (C implementation) as well as a grayscale
decoding mode
Originally committed as revision 2027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jul 2003 00:15:27 +0000 (00:15 +0000)]
flv cleanup / simplify
Originally committed as revision 2026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 9 Jul 2003 23:52:06 +0000 (23:52 +0000)]
flv regression test
Originally committed as revision 2025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Garrick Meeker [Wed, 9 Jul 2003 23:10:59 +0000 (23:10 +0000)]
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 9 Jul 2003 20:22:11 +0000 (20:22 +0000)]
FFmpeg & evaluating performance on the PowerPC Architecture HOWTO by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Romain Dolbeau [Wed, 9 Jul 2003 20:18:13 +0000 (20:18 +0000)]
1) remove TBL support in PPC performance. It's much more useful to use the
PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless
code around
2) make the PPC perf stuff a configure option
3) make put_pixels16_altivec a bit faster by unrolling the loop by 4
patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jul 2003 22:12:17 +0000 (22:12 +0000)]
few more error checks
Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 7 Jul 2003 20:17:44 +0000 (20:17 +0000)]
the reference sw doesnt like some legal headers ...
Originally committed as revision 2020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 7 Jul 2003 16:06:00 +0000 (16:06 +0000)]
warning fix
Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 7 Jul 2003 11:25:31 +0000 (11:25 +0000)]
mpeg 2 seeking fix
Originally committed as revision 2018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 7 Jul 2003 11:19:18 +0000 (11:19 +0000)]
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change
Originally committed as revision 2017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 6 Jul 2003 21:24:04 +0000 (21:24 +0000)]
CODEC_FLAG_LOW_DELAY fix
Originally committed as revision 2016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Jul 2003 14:18:07 +0000 (14:18 +0000)]
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05%
Originally committed as revision 2015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Jul 2003 08:31:08 +0000 (08:31 +0000)]
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)
with minor fix by me
Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jul 2003 23:48:20 +0000 (23:48 +0000)]
av_free_packet SEGV fix by (Arthur van Hoff (javanator))
Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jul 2003 23:08:16 +0000 (23:08 +0000)]
mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))
Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 4 Jul 2003 20:32:04 +0000 (20:32 +0000)]
moved frame_count to wmadeccontext
Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 4 Jul 2003 20:26:04 +0000 (20:26 +0000)]
uniformization (now it uses the same trace functions as h264, defined in common.h)
Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 4 Jul 2003 17:16:53 +0000 (17:16 +0000)]
unwanted second definition of CHECKED_ALLOCZ
Originally committed as revision 2009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Romain Dolbeau [Fri, 4 Jul 2003 09:39:05 +0000 (09:39 +0000)]
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jul 2003 09:14:14 +0000 (09:14 +0000)]
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2007 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Thu, 3 Jul 2003 23:29:00 +0000 (23:29 +0000)]
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
Originally committed as revision 2006 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2003 22:56:54 +0000 (22:56 +0000)]
Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2003 22:35:39 +0000 (22:35 +0000)]
fix last_block_index<=0 bug
Originally committed as revision 2004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2003 21:09:06 +0000 (21:09 +0000)]
segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 2003 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 3 Jul 2003 17:02:03 +0000 (17:02 +0000)]
10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>
Originally committed as revision 2002 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Jul 2003 16:50:20 +0000 (16:50 +0000)]
cleanup / cosmetics
Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 2 Jul 2003 10:45:04 +0000 (10:45 +0000)]
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)
Originally committed as revision 2000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 29 Jun 2003 19:11:55 +0000 (19:11 +0000)]
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
Originally committed as revision 1999 to svn://svn.ffmpeg.org/ffmpeg/trunk
Giancarlo Formicuccia [Sun, 29 Jun 2003 01:25:41 +0000 (01:25 +0000)]
*** fix for read()
Reading 1-char per read() is the less intrusive way to fix the behaviour I observed.
Not a nice fix, but the client requests shouldn't steal so much bandwidth
*** fix for find_rtp_session_with_url.
Note that mplayer send one PLAY request per stream, I don't know if this should be handled
more gracefully
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Originally committed as revision 1998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 29 Jun 2003 00:39:57 +0000 (00:39 +0000)]
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sam Hocevar [Sun, 29 Jun 2003 00:23:30 +0000 (00:23 +0000)]
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 28 Jun 2003 23:44:09 +0000 (23:44 +0000)]
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>)
+ mpegtsenc.c compile fix by me
Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Sat, 28 Jun 2003 23:19:34 +0000 (23:19 +0000)]
'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 1994 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 28 Jun 2003 22:51:42 +0000 (22:51 +0000)]
fix CHECKED_ALLOCZ(0)
Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 28 Jun 2003 19:19:00 +0000 (19:19 +0000)]
gcc 2.95 workaround
Originally committed as revision 1992 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 27 Jun 2003 15:05:29 +0000 (15:05 +0000)]
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
- fix B-frame motion compensation
- cleanup motion vector math and other blocks of common code
Originally committed as revision 1991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 27 Jun 2003 15:03:58 +0000 (15:03 +0000)]
Fix third pixel motion compensation
Originally committed as revision 1990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 27 Jun 2003 12:58:40 +0000 (12:58 +0000)]
2x100l
Originally committed as revision 1989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 26 Jun 2003 11:31:34 +0000 (11:31 +0000)]
blinking blocks around thin vertical lines and dots bugfix
Originally committed as revision 1988 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 25 Jun 2003 10:21:45 +0000 (10:21 +0000)]
tv standard selection support for dv1394 and grab (v4l)
Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 24 Jun 2003 15:42:10 +0000 (15:42 +0000)]
support for armv5tel (XScale used in iPAQs)
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Mon, 23 Jun 2003 22:32:15 +0000 (22:32 +0000)]
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
Originally committed as revision 1985 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 22 Jun 2003 11:08:22 +0000 (11:08 +0000)]
CONFIG_ENCODERS cleanup
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 21 Jun 2003 01:11:31 +0000 (01:11 +0000)]
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)
Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 21 Jun 2003 00:50:40 +0000 (00:50 +0000)]
fixing concealment MVs prediction
Originally committed as revision 1982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Jun 2003 18:21:58 +0000 (18:21 +0000)]
lossless jpeg support
Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Jun 2003 17:55:24 +0000 (17:55 +0000)]
warning fixes
Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Jun 2003 15:51:24 +0000 (15:51 +0000)]
1000l
Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Jun 2003 15:30:14 +0000 (15:30 +0000)]
pal vs ntsc fix by stoyan k <stoyan@i-space.org>
Originally committed as revision 1978 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 20 Jun 2003 15:21:25 +0000 (15:21 +0000)]
some warning fixes
Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 20 Jun 2003 02:38:29 +0000 (02:38 +0000)]
don't step on the context
Originally committed as revision 1976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 20 Jun 2003 02:22:25 +0000 (02:22 +0000)]
4, not 2
Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 19 Jun 2003 21:28:56 +0000 (21:28 +0000)]
fixing "internal error in orderYUV" bug
Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Mike Melanson [Thu, 19 Jun 2003 01:44:44 +0000 (01:44 +0000)]
added support for B-frames and multiple slices
Originally committed as revision 1974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 19 Jun 2003 01:25:48 +0000 (01:25 +0000)]
fix identifier to fix compilation
Originally committed as revision 1973 to svn://svn.ffmpeg.org/ffmpeg/trunk
Johannes Carlsson [Wed, 18 Jun 2003 22:24:51 +0000 (22:24 +0000)]
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
Originally committed as revision 1972 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 18 Jun 2003 22:00:23 +0000 (22:00 +0000)]
make ff_emulated_edge_mc() independant of MpegEncContext
Originally committed as revision 1971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Wed, 18 Jun 2003 06:37:23 +0000 (06:37 +0000)]
optimization: merge phases 0 and 1
Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Jun 2003 23:29:36 +0000 (23:29 +0000)]
update
Originally committed as revision 1969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 17 Jun 2003 22:48:51 +0000 (22:48 +0000)]
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Tue, 17 Jun 2003 07:48:50 +0000 (07:48 +0000)]
to be more precise
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Tue, 17 Jun 2003 07:22:31 +0000 (07:22 +0000)]
finally works now
Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 16 Jun 2003 15:06:31 +0000 (15:06 +0000)]
10l
Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 16 Jun 2003 14:09:18 +0000 (14:09 +0000)]
fixed segfault if sequence header has not been found before slice decoding
Originally committed as revision 1964 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 16 Jun 2003 13:19:30 +0000 (13:19 +0000)]
cleanup
pegasus "pseudo yuv" (=RCT) lossless decoding support
bigendian fix?
Originally committed as revision 1963 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 16 Jun 2003 10:30:01 +0000 (10:30 +0000)]
a bottle of coke (=0.5l)
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Mon, 16 Jun 2003 08:28:43 +0000 (08:28 +0000)]
some useful warning
Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sun, 15 Jun 2003 17:06:28 +0000 (17:06 +0000)]
cleanup; BSoundRecorder moved to Experimental namespace
Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 15 Jun 2003 00:15:57 +0000 (00:15 +0000)]
lossless jpeg decoding support
Originally committed as revision 1959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sat, 14 Jun 2003 11:09:57 +0000 (11:09 +0000)]
win32 compile fix for ffplay by gbazin at altern dot org
Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 13 Jun 2003 21:31:28 +0000 (21:31 +0000)]
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
Fabrice Bellard [Fri, 13 Jun 2003 14:28:45 +0000 (14:28 +0000)]
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
Fabrice Bellard [Fri, 13 Jun 2003 14:22:23 +0000 (14:22 +0000)]
dynamic array functions
Originally committed as revision 1955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Hetz Ben Hamo [Fri, 13 Jun 2003 09:51:17 +0000 (09:51 +0000)]
Changelog update
Originally committed as revision 1954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 13 Jun 2003 09:36:13 +0000 (09:36 +0000)]
* removed redundant includes (they were even wrongly used)
Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Fri, 13 Jun 2003 08:31:40 +0000 (08:31 +0000)]
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
Hetz Ben Hamo [Wed, 11 Jun 2003 21:45:23 +0000 (21:45 +0000)]
..
Originally committed as revision 1951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Hetz Ben Hamo [Wed, 11 Jun 2003 21:00:57 +0000 (21:00 +0000)]
Typo fixes (ok, mplayer team, enough laughing ;)
Originally committed as revision 1950 to svn://svn.ffmpeg.org/ffmpeg/trunk
Hetz Ben Hamo [Tue, 10 Jun 2003 22:55:10 +0000 (22:55 +0000)]
No more HTML in Changelog
Originally committed as revision 1949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 10 Jun 2003 22:45:43 +0000 (22:45 +0000)]
works with old gcc versions too
Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
Hetz Ben Hamo [Tue, 10 Jun 2003 19:04:06 +0000 (19:04 +0000)]
small fix
Originally committed as revision 1947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Hetz Ben Hamo [Tue, 10 Jun 2003 18:43:16 +0000 (18:43 +0000)]
A newer Changelog
Originally committed as revision 1946 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 10 Jun 2003 08:32:12 +0000 (08:32 +0000)]
disable ffplay if no SDL
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Tue, 10 Jun 2003 01:47:41 +0000 (01:47 +0000)]
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
Philip Gladstone [Tue, 10 Jun 2003 01:26:29 +0000 (01:26 +0000)]
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