Kostya Shishkov [Fri, 30 Jun 2006 03:19:31 +0000 (03:19 +0000)]
Slightly reworked MC code, it gives better picture.
Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 30 Jun 2006 03:17:31 +0000 (03:17 +0000)]
typo
Originally committed as revision 5553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 30 Jun 2006 02:47:36 +0000 (02:47 +0000)]
spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
Originally committed as revision 5552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 23:47:50 +0000 (23:47 +0000)]
compiler sanity check
Originally committed as revision 5551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 23:32:13 +0000 (23:32 +0000)]
add --cross-compile option to assume cross-compilation without cross-prefix
Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 23:19:36 +0000 (23:19 +0000)]
send output of exec checks to log file
Originally committed as revision 5549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 23:00:10 +0000 (23:00 +0000)]
detect availability of -rdynamic and -export-dynamic
Originally committed as revision 5548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 19:42:34 +0000 (19:42 +0000)]
extradata may be used as bitstream reader input so allocate with padding
Originally committed as revision 5547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 19:03:53 +0000 (19:03 +0000)]
detect audio-only program streams and broken files made by VDR
Originally committed as revision 5546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 29 Jun 2006 19:02:15 +0000 (19:02 +0000)]
do not fail av_find_stream_info() if params for all streams could not be found
Originally committed as revision 5545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 29 Jun 2006 11:17:50 +0000 (11:17 +0000)]
Fix initialization of vc1_decoder (the same as wmv3_decoder).
Patch by Reimar Doeffinger.
Originally committed as revision 5544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 29 Jun 2006 11:05:33 +0000 (11:05 +0000)]
Some optimization and fixes - mostly reworked MC and bitplanes.
Originally committed as revision 5543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 29 Jun 2006 11:02:33 +0000 (11:02 +0000)]
This should make P-frames decoding work on x86 (by avoiding get_bits(0))
Originally committed as revision 5542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 29 Jun 2006 07:52:07 +0000 (07:52 +0000)]
'uname -m' returns IP<number> for MIPS CPUs on IRIX.
Originally committed as revision 5541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 28 Jun 2006 21:40:08 +0000 (21:40 +0000)]
detect MPEG PES streams as MPEG PS; the PS demuxer will cope
Originally committed as revision 5540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 28 Jun 2006 20:46:58 +0000 (20:46 +0000)]
get svn version when using separate build tree
Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 28 Jun 2006 12:18:22 +0000 (12:18 +0000)]
Properly set the image depth
Originally committed as revision 5538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 28 Jun 2006 10:51:56 +0000 (10:51 +0000)]
dont read over the end of a data chunk and at the end search for the next
Originally committed as revision 5537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 27 Jun 2006 21:01:21 +0000 (21:01 +0000)]
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
1) search for optimal rice parameters and partition order. i also
modified the stereo method estimation to use this to calculate estimated
bit count instead of using just the pure sums.
2) search for the best fixed prediction order
3) constant subframe mode (good for encoding silence)
Note that the regression test for the decoded wav file also changed.
This is due to FFmpeg's FLAC decoder truncating the file, which it did
before anyway...just at a different cutoff point. The generated FLAC
files are still 100% lossless.
With this update, FFmpeg's FLAC encoder has speed and compression
somewhere between "flac -1" and "flac -2". On my machine, it's about
15% faster than "flac -2", and about 10% slower than "flac -1". The
encoding parameters are identical to "flac -2" (fixed predictors, 1152
blocksize, partition order 0 to 3).
Originally committed as revision 5536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Jun 2006 15:37:48 +0000 (15:37 +0000)]
Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization).
Originally committed as revision 5535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Jun 2006 15:34:14 +0000 (15:34 +0000)]
VC1 Intra blocks in P-frames use different zigzag table than I-frames.
Originally committed as revision 5534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 27 Jun 2006 12:13:01 +0000 (12:13 +0000)]
Do not read full byte when less than 8 bits are still to be read.
Does not make a difference with any of my samples, but current
code does not make much sense.
Originally committed as revision 5533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 27 Jun 2006 12:09:58 +0000 (12:09 +0000)]
Ignore overrun in spectral RLE decoding, fixes
http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv
Originally committed as revision 5532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 27 Jun 2006 07:38:57 +0000 (07:38 +0000)]
Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com
Originally committed as revision 5531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Jun 2006 03:11:51 +0000 (03:11 +0000)]
VC-1 decoder with I-frames support and partial P-frames decoding
Originally committed as revision 5530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 27 Jun 2006 02:55:54 +0000 (02:55 +0000)]
Rename VC9 to VC1 as there is no such thing as VC9
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 26 Jun 2006 06:00:07 +0000 (06:00 +0000)]
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
Originally committed as revision 5528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 25 Jun 2006 21:22:25 +0000 (21:22 +0000)]
10l
Originally committed as revision 5527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 25 Jun 2006 17:37:12 +0000 (17:37 +0000)]
cleanup patch from Diego Pettenò <flameeyes@gentoo.org>
Originally committed as revision 5526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 25 Jun 2006 16:12:27 +0000 (16:12 +0000)]
Make debug work early on ffplay
Originally committed as revision 5525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 25 Jun 2006 12:46:01 +0000 (12:46 +0000)]
s/u_char/uint8_t/ accidentally copied from tcvp
Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 25 Jun 2006 12:23:54 +0000 (12:23 +0000)]
10l: don't allocate a new buffer quite so often
Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 25 Jun 2006 00:41:13 +0000 (00:41 +0000)]
cleaned up buffer management
Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 25 Jun 2006 00:10:52 +0000 (00:10 +0000)]
check only existing streams
Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 24 Jun 2006 21:19:50 +0000 (21:19 +0000)]
-logg needs to be after -lvorbis
Originally committed as revision 5520 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 24 Jun 2006 20:57:34 +0000 (20:57 +0000)]
fix a silly typo (1l to myself)
Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sat, 24 Jun 2006 20:09:49 +0000 (20:09 +0000)]
minor cleanup
Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 24 Jun 2006 18:09:20 +0000 (18:09 +0000)]
simplify
Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 24 Jun 2006 13:56:29 +0000 (13:56 +0000)]
simplify & optimize things a little
Originally committed as revision 5516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 24 Jun 2006 11:40:21 +0000 (11:40 +0000)]
flac regression test
Originally committed as revision 5515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 24 Jun 2006 10:20:15 +0000 (10:20 +0000)]
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 24 Jun 2006 09:57:28 +0000 (09:57 +0000)]
simplify
Originally committed as revision 5513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 24 Jun 2006 09:25:21 +0000 (09:25 +0000)]
CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
Originally committed as revision 5512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 23 Jun 2006 15:07:35 +0000 (15:07 +0000)]
Produce correct version string even when not run in a Subversion working copy.
based on a patch by Ismail Dönmez ismail##@##pardus##.##org##.##tr
Originally committed as revision 5511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 22 Jun 2006 21:28:30 +0000 (21:28 +0000)]
.depend needs version.h, noticed by Uoti Urpala
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 22 Jun 2006 18:57:40 +0000 (18:57 +0000)]
enable logging in configure by default, and print some advice on failure
Originally committed as revision 5509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 21 Jun 2006 20:50:26 +0000 (20:50 +0000)]
allow recent libfaad versions with new function names
Originally committed as revision 5508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Wed, 21 Jun 2006 00:21:26 +0000 (00:21 +0000)]
fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
Originally committed as revision 5507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Huehner [Tue, 20 Jun 2006 22:19:11 +0000 (22:19 +0000)]
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 20 Jun 2006 19:46:09 +0000 (19:46 +0000)]
increase search limit in av_find_stream_info
Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Tue, 20 Jun 2006 10:35:30 +0000 (10:35 +0000)]
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue
Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Jun 2006 10:26:00 +0000 (10:26 +0000)]
Remove unused FFMPEG_VERSION_INT.
Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Jun 2006 10:24:08 +0000 (10:24 +0000)]
Use Subversion revision for FFMPEG_VERSION.
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 20 Jun 2006 00:04:14 +0000 (00:04 +0000)]
Remove unused VERSION definition from config.mak.
Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 19 Jun 2006 23:26:46 +0000 (23:26 +0000)]
Avoid binary stripping rule code duplication.
Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 19 Jun 2006 22:20:38 +0000 (22:20 +0000)]
allow packets with non-zero PES_scrambling_control
Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 19 Jun 2006 11:28:28 +0000 (11:28 +0000)]
fix aac in mov for ipod
Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Huehner [Sun, 18 Jun 2006 11:33:14 +0000 (11:33 +0000)]
Add const to (mostly) char* and make some functions static, which aren't used
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jun 2006 22:01:10 +0000 (22:01 +0000)]
libfaac uses pascal calling convention on win32 so the generic tests
can't be used
Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jun 2006 20:02:44 +0000 (20:02 +0000)]
add myself as build system maintainer
Originally committed as revision 5495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jun 2006 19:51:45 +0000 (19:51 +0000)]
put local -L flags first in link commands
Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sat, 17 Jun 2006 18:46:06 +0000 (18:46 +0000)]
Cosmetics: should not hurt performance, scream if are
Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Huehner [Sat, 17 Jun 2006 15:53:23 +0000 (15:53 +0000)]
Add (mostly) const to variable and parameter declaration, where a char* was
used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their declaring source file.
patch by Stefan Huehner stefan%%at%%huehner%%dot%%org
Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 17 Jun 2006 14:39:11 +0000 (14:39 +0000)]
improved logging tests
Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 17 Jun 2006 12:13:24 +0000 (12:13 +0000)]
update libav regression tests for r5449 (adpcm)
Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 17 Jun 2006 09:27:36 +0000 (09:27 +0000)]
Rename version from CVS to the more sensible HEAD.
Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 16 Jun 2006 20:45:29 +0000 (20:45 +0000)]
use standard codec tag if the specified tag is out of range and would be
truncated
Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 16 Jun 2006 20:41:33 +0000 (20:41 +0000)]
The AAC frame header uses 13 bits for the frame size, so the buffer should
have room for such a frame. A frame that large seems unlikely in a valid
file, but leaving room for it spares us the need to check it elsewhere.
Moving the buffer to the end of the struct made debugging this easier.
Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 16 Jun 2006 19:26:31 +0000 (19:26 +0000)]
test availability of various compiler flags, and verify that requested
libraries are really installed
Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 16 Jun 2006 10:06:57 +0000 (10:06 +0000)]
Fix compilation with all combinations of --disable-(de)muxers.
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 16 Jun 2006 07:54:37 +0000 (07:54 +0000)]
free codec extradata in av_close_input_file
Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 15 Jun 2006 23:26:48 +0000 (23:26 +0000)]
make dump_format output more homogenous
Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 15 Jun 2006 23:22:32 +0000 (23:22 +0000)]
export all tracks to libavformat layer
Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 15 Jun 2006 21:33:39 +0000 (21:33 +0000)]
vfr mov/mp4 todo item
Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
R. Brian Anderson [Thu, 15 Jun 2006 15:15:20 +0000 (15:15 +0000)]
Fix segfault
Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)
Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 15 Jun 2006 09:20:31 +0000 (09:20 +0000)]
10l to whoever wrote this
Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 15 Jun 2006 07:36:57 +0000 (07:36 +0000)]
Fix typo
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 14 Jun 2006 21:02:55 +0000 (21:02 +0000)]
check for SDL_VideoInfo.current_[wh] availability in configure, and
fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Wed, 14 Jun 2006 19:10:59 +0000 (19:10 +0000)]
update regression tests for r5449 (adpcm)
Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jun 2006 00:32:10 +0000 (00:32 +0000)]
dont load the index if we cant seek back
Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 13 Jun 2006 23:13:59 +0000 (23:13 +0000)]
check fseek return value
Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 13 Jun 2006 22:49:05 +0000 (22:49 +0000)]
fix unused computed value
Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 13 Jun 2006 14:38:44 +0000 (14:38 +0000)]
fix mp3 muxing
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jun 2006 11:10:55 +0000 (11:10 +0000)]
fix probe of high bitrate mpeg2video
Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Tue, 13 Jun 2006 01:20:39 +0000 (01:20 +0000)]
oprofile reference for Linux/PPC
Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 12 Jun 2006 21:34:43 +0000 (21:34 +0000)]
MIPS doesn't like unaligned accesses
Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 12 Jun 2006 13:09:19 +0000 (13:09 +0000)]
simplify, completely ignore streams not recognized, that fixes seeking for some files
Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Mon, 12 Jun 2006 09:30:17 +0000 (09:30 +0000)]
h264: accept rbsp_trailing longer than 1 byte
Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 11 Jun 2006 10:09:33 +0000 (10:09 +0000)]
read_packet return value must be < 0 when no packet is returned, including EOF.
Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sat, 10 Jun 2006 23:37:38 +0000 (23:37 +0000)]
10l to myself for being overzealous with $cross_prefix
Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 10 Jun 2006 12:30:51 +0000 (12:30 +0000)]
Add support for GNU/kFreeBSD systems.
patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jun 2006 22:43:21 +0000 (22:43 +0000)]
don't use xlib in ffplay, and bump required sdl version
Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 9 Jun 2006 22:26:03 +0000 (22:26 +0000)]
use ifeq(...,yes) instead of ifdef
Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 Jun 2006 13:13:08 +0000 (13:13 +0000)]
CVS --> Subversion
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 9 Jun 2006 13:10:37 +0000 (13:10 +0000)]
fix closed gop flag
Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 Jun 2006 09:55:57 +0000 (09:55 +0000)]
www1.mplayerhq.hu --> lists.mplayerhq.hu
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 9 Jun 2006 09:55:04 +0000 (09:55 +0000)]
CVS --> Subversion
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Jun 2006 22:41:14 +0000 (22:41 +0000)]
probe for mpeg audio
Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 5 Jun 2006 10:51:58 +0000 (10:51 +0000)]
fix variable type used via "m" asm constraint to match size used in asm.
fixes crashes on AMD64.
Originally committed as revision 18576 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sun, 4 Jun 2006 21:54:58 +0000 (21:54 +0000)]
support doing motion estimation and compensation without any residual transform or coding
this is usefull for filters which need ME/MC
Originally committed as revision 5456 to svn://svn.ffmpeg.org/ffmpeg/trunk