Roman Shaposhnik [Thu, 16 Oct 2003 18:27:48 +0000 (18:27 +0000)]
* original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE
was not set.
Originally committed as revision 2394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Thu, 16 Oct 2003 04:50:54 +0000 (04:50 +0000)]
* fix for a trivial 100l declaration typo
Originally committed as revision 2393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 16 Oct 2003 00:21:54 +0000 (00:21 +0000)]
picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least
Originally committed as revision 2392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 15 Oct 2003 21:59:08 +0000 (21:59 +0000)]
default_get_buffer() fixes
Originally committed as revision 2391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Doug Larrick [Wed, 15 Oct 2003 18:06:44 +0000 (18:06 +0000)]
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
Originally committed as revision 2390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 15 Oct 2003 16:20:50 +0000 (16:20 +0000)]
align
Originally committed as revision 2389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 15 Oct 2003 15:37:25 +0000 (15:37 +0000)]
fix "first frame is no keyframe" bug
Originally committed as revision 2388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Wed, 15 Oct 2003 15:21:46 +0000 (15:21 +0000)]
10l
Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 15 Oct 2003 12:08:31 +0000 (12:08 +0000)]
dither scaling coefficients so they add up to 1.0
Originally committed as revision 11124 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Wed, 15 Oct 2003 11:21:54 +0000 (11:21 +0000)]
rounding fixes
Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Mike Melanson [Wed, 15 Oct 2003 03:53:40 +0000 (03:53 +0000)]
hook up the XA ADPCM decoder
Originally committed as revision 2386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 15 Oct 2003 03:20:40 +0000 (03:20 +0000)]
activate the XA and ADX ADPCM codecs
Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 15 Oct 2003 03:14:14 +0000 (03:14 +0000)]
replace file to remove nasty DOS CRs and hard tabs
Originally committed as revision 2384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 15 Oct 2003 03:02:44 +0000 (03:02 +0000)]
this should be part of adpcm.c
Originally committed as revision 2383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 15 Oct 2003 02:59:03 +0000 (02:59 +0000)]
quiet
Originally committed as revision 2382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 15 Oct 2003 01:22:50 +0000 (01:22 +0000)]
use the correct file modes
Originally committed as revision 2381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 14 Oct 2003 14:40:36 +0000 (14:40 +0000)]
recommit of
* fixing an unitilaized field AVImageInfo::interleaved.
As a matter of fact we have two problems here: first
AVImageInfo::interleaved is never initialzed in img.c.
The second problem is that even if we want interleaved
PNGs there's a bug in png.c that prevents us from generating
them.
The later problem is for somebody familiar with PNG to
handle.
And yes, always setting AVImageInfo::interleaved to 0 isn't
such a good idea, but it still beats garbage values.
orginal commit by roman shaposhnik
Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 14 Oct 2003 14:36:58 +0000 (14:36 +0000)]
recommit of
* backing out the 0-sized packets patch. We have to devise a more
sensible approach.
orginal commit by roman shaposhnik
Originally committed as revision 2379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 14 Oct 2003 14:13:57 +0000 (14:13 +0000)]
remove experimental reference
Originally committed as revision 2378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Tue, 14 Oct 2003 11:36:03 +0000 (11:36 +0000)]
make it compatible with older make (debian stable - make 3.79.1)
Originally committed as revision 2377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 14 Oct 2003 04:40:53 +0000 (04:40 +0000)]
added CRI ADX and XA ADPCM audio modules, courtesy of BERO
<bero -at- geocities.co.jp>
Originally committed as revision 2376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 14 Oct 2003 04:15:53 +0000 (04:15 +0000)]
disable encoders where appropriate (patch courtesy of BERO
<bero -at- geocities.co.jp>)
Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 13 Oct 2003 19:38:34 +0000 (19:38 +0000)]
fix the case where all vlc codes are 8 bits long (repeat=256)
Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 13 Oct 2003 18:17:58 +0000 (18:17 +0000)]
alignment 10l
Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 13 Oct 2003 17:27:30 +0000 (17:27 +0000)]
mmx2 optimization of huffyuv median encoding
Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 13 Oct 2003 14:37:04 +0000 (14:37 +0000)]
10l
Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 13 Oct 2003 11:13:10 +0000 (11:13 +0000)]
dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders
Originally committed as revision 2370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 13 Oct 2003 10:59:57 +0000 (10:59 +0000)]
init_put_bits changed
Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 13 Oct 2003 08:02:46 +0000 (08:02 +0000)]
10l
Originally committed as revision 2368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 12 Oct 2003 21:32:58 +0000 (21:32 +0000)]
fix decoding if the aspect ratio changes
Originally committed as revision 2367 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 12 Oct 2003 21:25:00 +0000 (21:25 +0000)]
removed the obsolete and unused parameters of init_put_bits
Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 12 Oct 2003 21:16:31 +0000 (21:16 +0000)]
add some missing codecs
Originally committed as revision 2365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 12 Oct 2003 19:18:37 +0000 (19:18 +0000)]
h263 GOB decoding fix
Originally committed as revision 2364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 12 Oct 2003 14:01:53 +0000 (14:01 +0000)]
intra dc treshold != 0 decoding fixed
Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 11 Oct 2003 21:49:10 +0000 (21:49 +0000)]
Sunplus JPEG codec (SP5X) support
Originally committed as revision 2362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 11 Oct 2003 19:40:45 +0000 (19:40 +0000)]
theora comments skipping
Originally committed as revision 2361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 11 Oct 2003 17:48:49 +0000 (17:48 +0000)]
using av_abort
Originally committed as revision 2360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 11 Oct 2003 17:44:21 +0000 (17:44 +0000)]
theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up)
Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 11 Oct 2003 16:43:51 +0000 (16:43 +0000)]
optimised versions of the get_pixels, diff_pixels, and bswap_buf
functions and support for 4 pixel high blocks in the put_pixels8_xxx and
avg_pixels8_xxx functions, courtesy of Robin Kay (komadori
at gekkou.co.uk)
Originally committed as revision 2358 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 11 Oct 2003 09:11:15 +0000 (09:11 +0000)]
forgot to commit, i hope its correct
Originally committed as revision 2357 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 11 Oct 2003 08:29:05 +0000 (08:29 +0000)]
recommit of
direct rendering support
Originally committed as revision 2356 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 11 Oct 2003 08:27:07 +0000 (08:27 +0000)]
recommit of
VOL != 0x120 support
Originally committed as revision 2355 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Sat, 11 Oct 2003 08:25:23 +0000 (08:25 +0000)]
recommit (of patch, as cvslog msg didnt apply cleanly)
libavcodec/ppc compile errors patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2354 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 11 Oct 2003 08:21:23 +0000 (08:21 +0000)]
recommit of
slightly cleaner width / height comment
Originally committed as revision 2353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 11 Oct 2003 08:19:39 +0000 (08:19 +0000)]
recommit of
#define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Drew Hess [Sat, 11 Oct 2003 08:18:05 +0000 (08:18 +0000)]
recommit of
promote avpicture_alloc to public interface patch by (Drew Hess <dhess at ilm dot com>)
Originally committed as revision 2351 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Sat, 11 Oct 2003 01:41:41 +0000 (01:41 +0000)]
* recommiting change from SF CVS
Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 11 Oct 2003 01:11:29 +0000 (01:11 +0000)]
support a few more types of VQA files
Originally committed as revision 2349 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 10 Oct 2003 00:19:16 +0000 (00:19 +0000)]
yv12->uyvy MMX
Originally committed as revision 11073 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Fri, 10 Oct 2003 00:11:24 +0000 (00:11 +0000)]
1E10l
#undef ARCH_X86
...
#ifdef ARCH_X86
...
#define ARCH_X86
...
#endif
Originally committed as revision 11072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 9 Oct 2003 23:45:04 +0000 (23:45 +0000)]
10l
Originally committed as revision 11071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alex Beregszaszi [Thu, 9 Oct 2003 22:25:53 +0000 (22:25 +0000)]
uyvy output support in swscaler
Originally committed as revision 11069 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Ken Mandelberg [Tue, 7 Oct 2003 22:41:56 +0000 (22:41 +0000)]
Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg <km@mathcs.emory.edu>
Originally committed as revision 11038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Tue, 7 Oct 2003 11:32:40 +0000 (11:32 +0000)]
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range
Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sun, 5 Oct 2003 21:48:16 +0000 (21:48 +0000)]
This patch marks frames used in RPZA decoder as reference frames, from
Roberto Togni (rtogni at freemail.it)
Originally committed as revision 2347 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 5 Oct 2003 15:32:39 +0000 (15:32 +0000)]
mpeg1 + trellis quant segfault fix
Originally committed as revision 2346 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 4 Oct 2003 23:59:14 +0000 (23:59 +0000)]
10l ?
Originally committed as revision 2345 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 4 Oct 2003 17:47:22 +0000 (17:47 +0000)]
added solid color vectors; basic PAL8, 4x2-vector video (as in
Command & Conquer) looks great now; also added compressed codebook
support, but files using these (Lands of Lore) are not correct yet
Originally committed as revision 2344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 4 Oct 2003 17:41:56 +0000 (17:41 +0000)]
handle a wider variety of VQA files, including silent files
Originally committed as revision 2343 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gabucino [Sat, 4 Oct 2003 17:29:08 +0000 (17:29 +0000)]
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
Originally committed as revision 11001 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 4 Oct 2003 09:53:34 +0000 (09:53 +0000)]
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Sat, 4 Oct 2003 03:31:27 +0000 (03:31 +0000)]
* 10000l (cut'n'paste is evil!)
* Fix from Charles Yates for 0 sized packets
Originally committed as revision 2341 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 3 Oct 2003 05:50:06 +0000 (05:50 +0000)]
instructions for using the decoder
Originally committed as revision 2340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 3 Oct 2003 05:43:03 +0000 (05:43 +0000)]
implemented Id Quake II CIN support
Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Fri, 3 Oct 2003 01:08:10 +0000 (01:08 +0000)]
* fixing bug that prevented resampling the picture and
changing pix_fmt at the same time.
* aspect ratio should be more reliable for DV now.
Originally committed as revision 2338 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 2 Oct 2003 22:41:08 +0000 (22:41 +0000)]
fixed codec specific data headers
Originally committed as revision 2337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 2 Oct 2003 22:33:55 +0000 (22:33 +0000)]
fixed time base and sample rate handling
Originally committed as revision 2336 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 2 Oct 2003 14:59:54 +0000 (14:59 +0000)]
fix fabrice's broken get_bi and some minor changes in draft
Originally committed as revision 2335 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Thu, 2 Oct 2003 14:29:24 +0000 (14:29 +0000)]
nut and vcr2
Originally committed as revision 2334 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Oct 2003 08:52:37 +0000 (08:52 +0000)]
rd cbp + single coeff elimination fix
Originally committed as revision 2333 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 2 Oct 2003 05:20:07 +0000 (05:20 +0000)]
first pass at a VQA video decoder
Originally committed as revision 2332 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 2 Oct 2003 04:19:56 +0000 (04:19 +0000)]
experimental half-pel motion compensation for C planes, courtesy of Dr.
Tim
Originally committed as revision 2331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 2 Oct 2003 04:16:59 +0000 (04:16 +0000)]
properly demux silent files; implemented precise framerate calculation
Originally committed as revision 2330 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 2 Oct 2003 03:53:52 +0000 (03:53 +0000)]
the correct data type is offset_t
Originally committed as revision 2329 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Oct 2003 00:24:34 +0000 (00:24 +0000)]
optionally try to encode each MB with MV=<0,0> and choose the one with better RD
Originally committed as revision 2328 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Wed, 1 Oct 2003 23:34:46 +0000 (23:34 +0000)]
* preAlpha DV encoding support -- there's still a truckload
of work to do, but it least people can try it out and share
ideas. Please don't hesitate to give it a spin:
$ ffmpeg -i file.avi file.dv
is all you need.
* fix for a deallocation bug in DV muxer
Originally committed as revision 2327 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 1 Oct 2003 16:45:59 +0000 (16:45 +0000)]
nut regression test
mpeg4 ac prediction cleanup
Originally committed as revision 2326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 1 Oct 2003 15:41:36 +0000 (15:41 +0000)]
ac prediction cleanup
rate distorted optimal ac prediction for mpeg4
Originally committed as revision 2325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 1 Oct 2003 04:39:38 +0000 (04:39 +0000)]
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM
Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Sep 2003 22:18:43 +0000 (22:18 +0000)]
rate distortion optimal cbp support (h263/mpeg4 non intra only)
Originally committed as revision 2323 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Sep 2003 17:54:30 +0000 (17:54 +0000)]
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2322 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 29 Sep 2003 22:40:01 +0000 (22:40 +0000)]
10l
Originally committed as revision 2321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Mon, 29 Sep 2003 17:56:21 +0000 (17:56 +0000)]
* The functionality is now available in dv.[ch].
Originally committed as revision 2320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Mon, 29 Sep 2003 17:54:07 +0000 (17:54 +0000)]
* DV handling was streamlined for both muxing/demuxing and
decoding. All muxing/demuxing functionality is now available
in libavformat/dv.[ch].
* dv1394.c and avidec.c were hooked up with general DV demuxer.
* DVAUDIO is dead! Long live pcm_s16le!
* DV audio is now always recognized -- which means we can
now hear all those ducks quaking in pond.dv.
Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Drew Hess [Mon, 29 Sep 2003 15:44:59 +0000 (15:44 +0000)]
avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)
Originally committed as revision 2318 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Mon, 29 Sep 2003 01:41:30 +0000 (01:41 +0000)]
Fix a very nasty problem with extra bytes appearing in TCP data streams.
Whenever there was an EINTR/EAGAIN return, then a byte in the data stream
would be duplicated!! This fix should allow ffserver to work again.
Originally committed as revision 2317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Glenn Maynard [Mon, 29 Sep 2003 00:14:13 +0000 (00:14 +0000)]
Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2316 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dan Christiansen [Sun, 28 Sep 2003 22:53:25 +0000 (22:53 +0000)]
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Thomas Raivio [Sun, 28 Sep 2003 21:09:32 +0000 (21:09 +0000)]
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
Originally committed as revision 2314 to svn://svn.ffmpeg.org/ffmpeg/trunk
Charles Yates [Sun, 28 Sep 2003 20:58:57 +0000 (20:58 +0000)]
ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot be>)
mostly tab -> space cosmetics
Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2003 20:47:07 +0000 (20:47 +0000)]
init AVFrame with defaults
Originally committed as revision 2312 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2003 20:34:11 +0000 (20:34 +0000)]
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Sep 2003 20:27:56 +0000 (20:27 +0000)]
simpler
Originally committed as revision 2310 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 28 Sep 2003 15:18:34 +0000 (15:18 +0000)]
updated
Originally committed as revision 2309 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Sun, 28 Sep 2003 15:04:44 +0000 (15:04 +0000)]
clean target removes output_example
Originally committed as revision 2308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Sep 2003 01:23:40 +0000 (01:23 +0000)]
Minor bugfix to prevent segfault if a malloc fails. I have no idea what
will happen, but at least this crash is gone.
Originally committed as revision 2307 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Sep 2003 00:02:29 +0000 (00:02 +0000)]
hurry_up fix?
Originally committed as revision 2306 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Sep 2003 00:01:46 +0000 (00:01 +0000)]
100l
Originally committed as revision 2305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 26 Sep 2003 23:37:28 +0000 (23:37 +0000)]
srcSliceY % 4 != 0 fix
Originally committed as revision 10953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Fri, 26 Sep 2003 22:18:25 +0000 (22:18 +0000)]
h263 stuffing decode fix
Originally committed as revision 2304 to svn://svn.ffmpeg.org/ffmpeg/trunk