Fabrice Bellard [Fri, 8 Aug 2003 17:52:30 +0000 (17:52 +0000)]
add av_new_stream() usage
Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 8 Aug 2003 17:49:27 +0000 (17:49 +0000)]
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero
Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 8 Aug 2003 00:12:18 +0000 (00:12 +0000)]
endian-conscious fix, courtesy of Sebastian Jedruszkiewicz
<elf -at- frogger.rules.pl>
Originally committed as revision 2107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 6 Aug 2003 13:07:23 +0000 (13:07 +0000)]
fine A-V synchronisation support with either audio or video as master clock source - MPEG2 A-V synchronisation fixes - fixed format selection - fixed error reporting - audio and video component selection
Originally committed as revision 2106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 6 Aug 2003 05:40:38 +0000 (05:40 +0000)]
patch for DV capturing by Dan Dennedy <dan at dennedy dot org>
Originally committed as revision 2105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 5 Aug 2003 14:08:28 +0000 (14:08 +0000)]
check input pix_fmt
Originally committed as revision 2104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 5 Aug 2003 10:19:43 +0000 (10:19 +0000)]
cleanup / fixes
Originally committed as revision 2103 to svn://svn.ffmpeg.org/ffmpeg/trunk
D Richard Felker III [Tue, 5 Aug 2003 09:32:31 +0000 (09:32 +0000)]
yuv4mpeg pipe reader for libavformat patch by (D Richard Felker III <dalias at aerifal dot cx>)
Originally committed as revision 2102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 2 Aug 2003 22:01:02 +0000 (22:01 +0000)]
clear bitstream buffers in AVCodec.flush()
Originally committed as revision 2101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 1 Aug 2003 11:01:05 +0000 (11:01 +0000)]
FF_INPUT_BUFFER_PADDING_SIZE
Originally committed as revision 2100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 1 Aug 2003 11:00:03 +0000 (11:00 +0000)]
make the h263 decoder more error tolerant
Originally committed as revision 2099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 30 Jul 2003 22:37:43 +0000 (22:37 +0000)]
A/V sync patch from Gildas Bazin.
Originally committed as revision 2098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Tue, 29 Jul 2003 14:15:28 +0000 (14:15 +0000)]
Add GNU header, remove X includes, add more check for xvmc render packet
Originally committed as revision 2097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 10:26:34 +0000 (10:26 +0000)]
namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>)
Originally committed as revision 2096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 09:58:47 +0000 (09:58 +0000)]
patch for flv deblocking by (Garrick Meeker <gmeeker at theoryllc dot com>)
Originally committed as revision 2095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 02:09:12 +0000 (02:09 +0000)]
rate distortion mb decision support
fix decoding of old %16!=0 divx
fix assertion failure in motion_est.c
Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 29 Jul 2003 01:45:19 +0000 (01:45 +0000)]
debug stuff
Originally committed as revision 2093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 28 Jul 2003 16:35:42 +0000 (16:35 +0000)]
using av_abort instead exit
Originally committed as revision 2092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 28 Jul 2003 15:24:38 +0000 (15:24 +0000)]
remove cs_test and swscale-example too
Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alex Beregszaszi [Sun, 27 Jul 2003 20:45:09 +0000 (20:45 +0000)]
410p -> 411p
Originally committed as revision 2091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 27 Jul 2003 20:20:31 +0000 (20:20 +0000)]
CLJR decoding support
Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 23:31:13 +0000 (23:31 +0000)]
make MPV_frame_start fail on get_buffer failer
Originally committed as revision 2089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 23:21:30 +0000 (23:21 +0000)]
compile xvmc only when requested
Originally committed as revision 2088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:52:06 +0000 (01:52 +0000)]
initial XvMC support
Originally committed as revision 2087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:34:32 +0000 (01:34 +0000)]
initial XvMC support, define common packet for decoder <-> libXvMC communication
Originally committed as revision 2086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Sat, 26 Jul 2003 01:28:49 +0000 (01:28 +0000)]
initial XvMC support
Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jul 2003 00:49:46 +0000 (00:49 +0000)]
ati vcr2 uv swap
Originally committed as revision 2084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 25 Jul 2003 13:36:08 +0000 (13:36 +0000)]
get_bits -> skip_bits
Originally committed as revision 2083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Fri, 25 Jul 2003 13:15:16 +0000 (13:15 +0000)]
warning fixes
Originally committed as revision 2082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:44:45 +0000 (23:44 +0000)]
vcr2 cleanup
Originally committed as revision 2081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:37:40 +0000 (23:37 +0000)]
ATI VCR2
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 23:32:12 +0000 (23:32 +0000)]
ATI VCR2 decoding support
Originally committed as revision 2079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 21:52:41 +0000 (21:52 +0000)]
fix
Originally committed as revision 2078 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 24 Jul 2003 13:30:27 +0000 (13:30 +0000)]
OSX and BeOS networking fix (socklen_t)
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jul 2003 12:18:46 +0000 (12:18 +0000)]
ATI VCR1 decoder
Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 10:41:07 +0000 (10:41 +0000)]
last frames & b frames encoding fix
Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 09:58:02 +0000 (09:58 +0000)]
last frame decoding fix
Originally committed as revision 2074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jul 2003 00:32:50 +0000 (00:32 +0000)]
bitstream changes to match JM7.2
Originally committed as revision 2073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 14:41:49 +0000 (14:41 +0000)]
suppressed memory leaks - added image conversion support if the codec does not support YUV420P - added raw output (any comments are welcome to simplify the API)
Originally committed as revision 2072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 13:09:26 +0000 (13:09 +0000)]
removed unnecessary codec
Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 13:08:52 +0000 (13:08 +0000)]
mention libavformat API examples
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:46:15 +0000 (12:46 +0000)]
long awaited simple libavformat output API example
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:30:38 +0000 (12:30 +0000)]
incorrect comment
Originally committed as revision 2068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 22 Jul 2003 12:23:32 +0000 (12:23 +0000)]
mention the two asf formats
Originally committed as revision 2067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 20 Jul 2003 14:48:05 +0000 (14:48 +0000)]
default for slices is display order again
optional support for field slices & slices in coded order
and single component slices for svq1 (unfinished)
Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 18 Jul 2003 11:47:14 +0000 (11:47 +0000)]
svq3 b frame slices fix
Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 17 Jul 2003 12:29:07 +0000 (12:29 +0000)]
AVCodec.flush()
ff_draw_horiz_band() in coded order / cleanup
Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:31:23 +0000 (10:31 +0000)]
added RTP/TCP protocol support
Originally committed as revision 2063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:29:50 +0000 (10:29 +0000)]
added correct RTSP aborting - added option to force TCP usage in RTSP playback - added experimental RTSP pause support
Originally committed as revision 2062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:28:27 +0000 (10:28 +0000)]
support aborting in TCP
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:27:47 +0000 (10:27 +0000)]
suppressed RTSP abort hack - added PLAY/PAUSE
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:26:02 +0000 (10:26 +0000)]
removed warnings
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:25:36 +0000 (10:25 +0000)]
added primitive aborting system
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 17 Jul 2003 10:24:28 +0000 (10:24 +0000)]
warnings are errors
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 19:14:07 +0000 (19:14 +0000)]
added fulltest target
Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 19:13:33 +0000 (19:13 +0000)]
put b- prefix to libav tests to avoid incorrect ffserver test
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 18:50:35 +0000 (18:50 +0000)]
fixed test.conf path
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 18:20:46 +0000 (18:20 +0000)]
edge fix
Originally committed as revision 2053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 18:12:14 +0000 (18:12 +0000)]
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
note, encoding wasnt affected by that
Originally committed as revision 2052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 16 Jul 2003 11:48:59 +0000 (11:48 +0000)]
fix qmin==qmax==1 && msmpeg4 && intra bug
Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 16 Jul 2003 07:50:17 +0000 (07:50 +0000)]
fix fmt == NULL case
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dan Christiansen [Tue, 15 Jul 2003 23:58:31 +0000 (23:58 +0000)]
Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 15 Jul 2003 22:15:37 +0000 (22:15 +0000)]
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 15 Jul 2003 20:22:22 +0000 (20:22 +0000)]
flv1 fix
Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 19:41:40 +0000 (19:41 +0000)]
fixed NTP generation for mpeg
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 16:57:35 +0000 (16:57 +0000)]
fixed RTP/TCP client support
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Tue, 15 Jul 2003 13:35:20 +0000 (13:35 +0000)]
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.
Originally committed as revision 2044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 15 Jul 2003 13:21:39 +0000 (13:21 +0000)]
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning
Originally committed as revision 2043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 14 Jul 2003 21:07:50 +0000 (21:07 +0000)]
10l
Originally committed as revision 2042 to svn://svn.ffmpeg.org/ffmpeg/trunk
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