]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agoremove unneeded casts
Måns Rullgård [Sun, 2 Jul 2006 01:52:40 +0000 (01:52 +0000)]
remove unneeded casts

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

18 years agoget rid of veccpy(), replace with simple assignment
Måns Rullgård [Sun, 2 Jul 2006 01:39:38 +0000 (01:39 +0000)]
get rid of veccpy(), replace with simple assignment

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

18 years agonew files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)
Michael Niedermayer [Sat, 1 Jul 2006 22:52:56 +0000 (22:52 +0000)]
new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)

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

18 years agofill_mbaff_ref_list is missing a return statement, its return value
Måns Rullgård [Sat, 1 Jul 2006 17:33:48 +0000 (17:33 +0000)]
fill_mbaff_ref_list is missing a return statement, its return value
is ignored, and it can't possibly fail, so make it void

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

18 years agoRemove unneeded code
Luca Abeni [Sat, 1 Jul 2006 14:39:14 +0000 (14:39 +0000)]
Remove unneeded code

Originally committed as revision 18880 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

18 years agomd5 support
Michael Niedermayer [Sat, 1 Jul 2006 10:02:08 +0000 (10:02 +0000)]
md5 support
depending on CONFIG_SMALL this can either be compiled to a fully unrolled kernel / rfc reference style md5 routine
or a single loop similar to what mplayer uses

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

18 years agoAdjust AC prediction if (some) predictors are not available.
Kostya Shishkov [Sat, 1 Jul 2006 07:22:29 +0000 (07:22 +0000)]
Adjust AC prediction if (some) predictors are not available.

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

18 years ago0xFFFF l of cola. Now P-frames are decoded almost without distortions.
Kostya Shishkov [Sat, 1 Jul 2006 07:13:52 +0000 (07:13 +0000)]
0xFFFF l of cola. Now P-frames are decoded almost without distortions.

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

18 years agoRemove unused variable (and it wasn't free'd too)
Kostya Shishkov [Sat, 1 Jul 2006 03:19:28 +0000 (03:19 +0000)]
Remove unused variable (and it wasn't free'd too)

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

18 years agoUse MpegEncContext->mbskip_table instead of custom bitplane.
Kostya Shishkov [Sat, 1 Jul 2006 03:17:54 +0000 (03:17 +0000)]
Use MpegEncContext->mbskip_table instead of custom bitplane.

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

18 years agoMove postproc ---> libswscale
Luca Abeni [Fri, 30 Jun 2006 12:00:31 +0000 (12:00 +0000)]
Move postproc ---> libswscale

Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

18 years agoWoops, this file was supposed to be added in r5556: "Move initialisations and interna...
Guillaume Poirier [Fri, 30 Jun 2006 08:26:29 +0000 (08:26 +0000)]
Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h"

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

18 years ago* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
Herve W [Fri, 30 Jun 2006 08:00:01 +0000 (08:00 +0000)]
* Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no
need for 1 more extra byte.

* Checking whether the to be allocated size is larger than INT_MAX,
doesn't assure that size+16 bytes for the MEMALIGN_HACK isn't larger
than INT_MAX.

* malloc might return NULL. Checking for it before using that pointer
seems like a good idea.
Patch by Herve W. H PPP O PPP W PPP aka PPP V+ffmpeg AH gmail PPP com
Original thread:
Date: Jun 29, 2006 1:21 PM
Subject: [Ffmpeg-devel] [PATCH] minor improvements to libavcodec/mem.c

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

18 years agoDisable w53 and w97 cmp methods when snow encoder is disabled
Diego Pettenò [Fri, 30 Jun 2006 07:50:30 +0000 (07:50 +0000)]
Disable w53 and w97 cmp methods when snow encoder is disabled
Patch by Diego 'Flameeyes' Petteno flameeyes AH gentoo PP org
Original thread:
Date: Jun 30, 2006 1:16 AM
Subject: [Ffmpeg-devel] [PATCH] Disable w53 and w97 cmp methods when snow encoder is disabled

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

18 years agomake sure NDEBUG is not defined already before defining it
Diego Pettenò [Fri, 30 Jun 2006 07:45:31 +0000 (07:45 +0000)]
make sure NDEBUG is not defined already before defining it
Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 1:09 AM
Subject: [Ffmpeg-devel] [PATCH] Avoid warning on NDEBUG redefinition

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

18 years agoMove initialisations and internal symbols in allformats.h,
Diego Pettenò [Fri, 30 Jun 2006 07:41:25 +0000 (07:41 +0000)]
Move initialisations and internal symbols in allformats.h,
patch by Diego "Flameeyes" Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 2:07 AM
Subject: [Ffmpeg-devel] [PATCH] Move initialisations and internal symbols in allformats.h

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

18 years agoanothe useless sizeof(char)
Reynaldo H. Verdejo Pinochet [Fri, 30 Jun 2006 05:53:28 +0000 (05:53 +0000)]
anothe useless sizeof(char)

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

18 years agoSlightly reworked MC code, it gives better picture.
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

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

18 years agospelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com
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

18 years agocompiler sanity check
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

18 years agoadd --cross-compile option to assume cross-compilation without cross-prefix
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

18 years agosend output of exec checks to log file
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

18 years agodetect availability of -rdynamic and -export-dynamic
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

18 years agoextradata may be used as bitstream reader input so allocate with padding
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

18 years agodetect audio-only program streams and broken files made by VDR
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

18 years agodo not fail av_find_stream_info() if params for all streams could not be found
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

18 years agoFix initialization of vc1_decoder (the same as wmv3_decoder).
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

18 years agoSome optimization and fixes - mostly reworked MC and bitplanes.
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

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