]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agoThis should make P-frames decoding work on x86 (by avoiding get_bits(0))
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

18 years ago'uname -m' returns IP<number> for MIPS CPUs on IRIX.
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

18 years agodetect MPEG PES streams as MPEG PS; the PS demuxer will cope
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

18 years agoget svn version when using separate build tree
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

18 years agoProperly set the image depth
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

18 years agodont read over the end of a data chunk and at the end search for the next
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

18 years agoflacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
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

18 years agoAdded loop filtering as ersatz for overlap filter (improves picture quality for coars...
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

18 years agoVC1 Intra blocks in P-frames use different zigzag table than I-frames.
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

18 years agoDo not read full byte when less than 8 bits are still to be read.
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

18 years agoIgnore overrun in spectral RLE decoding, fixes
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

18 years agoInstall into $PROGRAMFILES instead of a hardcoded path on MinGW.
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

18 years agoVC-1 decoder with I-frames support and partial P-frames decoding
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

18 years agoRename VC9 to VC1 as there is no such thing as VC9
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

18 years agostereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
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

18 years ago10l
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

18 years agocleanup patch from Diego Pettenò <flameeyes@gentoo.org>
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

18 years agoMake debug work early on ffplay
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

18 years agos/u_char/uint8_t/ accidentally copied from tcvp
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

18 years ago10l: don't allocate a new buffer quite so often
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

18 years agocleaned up buffer management
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

18 years agocheck only existing streams
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

18 years ago-logg needs to be after -lvorbis
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

18 years agofix a silly typo (1l to myself)
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

18 years agominor cleanup
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

18 years agosimplify
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

18 years agosimplify & optimize things a little
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

18 years agoflac regression test
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

18 years agofirst rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
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

18 years agosimplify
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

18 years agoCODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net
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

18 years agoProduce correct version string even when not run in a Subversion working copy.
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

18 years ago.depend needs version.h, noticed by Uoti Urpala
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

18 years agoenable logging in configure by default, and print some advice on failure
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

18 years agoallow recent libfaad versions with new function names
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

18 years agofix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com>
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

18 years agoRemove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
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

18 years agoincrease search limit in av_find_stream_info
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

18 years agoMake gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing...
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

18 years agoRemove unused FFMPEG_VERSION_INT.
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

18 years agoUse Subversion revision for FFMPEG_VERSION.
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

18 years agoRemove unused VERSION definition from config.mak.
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

18 years agoAvoid binary stripping rule code duplication.
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

18 years agoallow packets with non-zero PES_scrambling_control
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

18 years agofix aac in mov for ipod
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

18 years agoAdd const to (mostly) char* and make some functions static, which aren't used
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

18 years agolibfaac uses pascal calling convention on win32 so the generic tests
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

18 years agoadd myself as build system maintainer
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

18 years agoput local -L flags first in link commands
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

18 years agoCosmetics: should not hurt performance, scream if are
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

18 years agoAdd (mostly) const to variable and parameter declaration, where a char* was
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

18 years agoimproved logging tests
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

18 years agoupdate libav regression tests for r5449 (adpcm)
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

18 years agoRename version from CVS to the more sensible HEAD.
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

18 years agouse standard codec tag if the specified tag is out of range and would be
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

18 years agoThe AAC frame header uses 13 bits for the frame size, so the buffer should
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

18 years agotest availability of various compiler flags, and verify that requested
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

18 years agoFix compilation with all combinations of --disable-(de)muxers.
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

18 years agofree codec extradata in av_close_input_file
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

18 years agomake dump_format output more homogenous
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

18 years agoexport all tracks to libavformat layer
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

18 years agovfr mov/mp4 todo item
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

18 years agoFix segfault
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

18 years ago10l to whoever wrote this
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

18 years agoFix typo
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

18 years agocheck for SDL_VideoInfo.current_[wh] availability in configure, and
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

18 years agoupdate regression tests for r5449 (adpcm)
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

18 years agodont load the index if we cant seek back
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

18 years agocheck fseek return value
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

18 years agofix unused computed value
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

18 years agofix mp3 muxing
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

18 years agofix probe of high bitrate mpeg2video
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

18 years agooprofile reference for Linux/PPC
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

18 years agoMIPS doesn't like unaligned accesses
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

18 years agosimplify, completely ignore streams not recognized, that fixes seeking for some files
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

18 years agoh264: accept rbsp_trailing longer than 1 byte
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

18 years agoread_packet return value must be < 0 when no packet is returned, including EOF.
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

18 years ago10l to myself for being overzealous with $cross_prefix
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

18 years agoAdd support for GNU/kFreeBSD systems.
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

18 years agodon't use xlib in ffplay, and bump required sdl version
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

18 years agouse ifeq(...,yes) instead of ifdef
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

18 years agoCVS --> Subversion
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

18 years agofix closed gop flag
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

18 years agowww1.mplayerhq.hu --> lists.mplayerhq.hu
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

18 years agoCVS --> Subversion
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

18 years agoprobe for mpeg audio
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

18 years agofix variable type used via "m" asm constraint to match size used in asm.
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

18 years agosupport doing motion estimation and compensation without any residual transform or...
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

18 years agorm_read_audio_stream_info return type is not void
Roberto Togni [Sun, 4 Jun 2006 21:01:02 +0000 (21:01 +0000)]
rm_read_audio_stream_info return type is not void
Check for errors returned by rm_read_audio_stream_info
Check for overflow in aac extradata allocation

Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoSupport for AAC (fourcc raac and racp) in rm files
Roberto Togni [Sun, 4 Jun 2006 17:26:58 +0000 (17:26 +0000)]
Support for AAC (fourcc raac and racp) in rm files

Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agofix seek related bugs
Måns Rullgård [Sun, 4 Jun 2006 15:06:18 +0000 (15:06 +0000)]
fix seek related bugs

Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoput_pixels16_l2_altivec and avg_pixels16_l2_altivec
Luca Barbato [Sat, 3 Jun 2006 22:18:03 +0000 (22:18 +0000)]
put_pixels16_l2_altivec and avg_pixels16_l2_altivec

Originally committed as revision 5452 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoADPCM: trellis quantization
Loren Merritt [Sat, 3 Jun 2006 19:04:56 +0000 (19:04 +0000)]
ADPCM: trellis quantization

Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoMake B-frame reduction sensitivity by b_strategy/vb_strategy = 1
Corey Hickey [Sat, 3 Jun 2006 06:26:04 +0000 (06:26 +0000)]
Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1
user-tunable.

Originally committed as revision 5450 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoadpcm_ima & adpcm_yamaha: improved quantization
Loren Merritt [Sat, 3 Jun 2006 04:38:11 +0000 (04:38 +0000)]
adpcm_ima & adpcm_yamaha: improved quantization

Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoRemove now obsolete .cvsignore files.
Diego Biurrun [Fri, 2 Jun 2006 11:24:33 +0000 (11:24 +0000)]
Remove now obsolete .cvsignore files.

Originally committed as revision 18556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoFixed a possible bug, checked against the assembly.
Benjamin Larsson [Fri, 2 Jun 2006 07:50:12 +0000 (07:50 +0000)]
Fixed a possible bug, checked against the assembly.
No sample that used the code has been found though.

Originally committed as revision 5448 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoindentation
Måns Rullgård [Thu, 1 Jun 2006 23:43:09 +0000 (23:43 +0000)]
indentation

Originally committed as revision 5447 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years agoapply $cross_prefix before $cc is used
Måns Rullgård [Thu, 1 Jun 2006 23:25:12 +0000 (23:25 +0000)]
apply $cross_prefix before $cc is used

Originally committed as revision 5446 to svn://svn.ffmpeg.org/ffmpeg/trunk

18 years ago'make depend' should recurse into libavutil as well.
Diego Biurrun [Thu, 1 Jun 2006 23:20:51 +0000 (23:20 +0000)]
'make depend' should recurse into libavutil as well.

Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk