]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agoRevert unconditional config.h overwriting, it may cause unnecessary rebuilds.
Diego Biurrun [Mon, 13 Feb 2006 22:46:28 +0000 (22:46 +0000)]
Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.

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

18 years agofix some crashes when missing frames
Loren Merritt [Mon, 13 Feb 2006 18:13:13 +0000 (18:13 +0000)]
fix some crashes when missing frames

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

18 years agoUnconditionally overwrite config.h. The current behavior where config.h is
Diego Biurrun [Mon, 13 Feb 2006 16:35:36 +0000 (16:35 +0000)]
Unconditionally overwrite config.h. The current behavior where config.h is
only overwritten if it differs from the new one is effectively a nop.

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

18 years agoThis patch makes output codec keeping input pix_fmt value when using
Baptiste Coudurier [Mon, 13 Feb 2006 15:36:13 +0000 (15:36 +0000)]
This patch makes output codec keeping input pix_fmt value when using
stream_copy
patch by (Baptiste COUDURIER <baptiste@coudurier.smartjog@com>)

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

18 years agoadd quotes around $(libdir)
Måns Rullgård [Mon, 13 Feb 2006 14:28:32 +0000 (14:28 +0000)]
add quotes around $(libdir)

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

18 years agomove common parts of makefiles into common.mak
Måns Rullgård [Mon, 13 Feb 2006 12:53:25 +0000 (12:53 +0000)]
move common parts of makefiles into common.mak

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

18 years agoRemove obsolete big-endian FIXMEs.
Diego Biurrun [Mon, 13 Feb 2006 12:44:17 +0000 (12:44 +0000)]
Remove obsolete big-endian FIXMEs.

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

18 years ago10l, allocate bitbuffer with regard to the padding size
Alex Beregszaszi [Mon, 13 Feb 2006 12:05:06 +0000 (12:05 +0000)]
10l, allocate bitbuffer with regard to the padding size

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

18 years agoincrease audio buffer to 1second of 48khz float audio
Alex Beregszaszi [Mon, 13 Feb 2006 12:00:27 +0000 (12:00 +0000)]
increase audio buffer to 1second of 48khz float audio

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

18 years agouseless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Michael Niedermayer [Mon, 13 Feb 2006 10:40:41 +0000 (10:40 +0000)]
useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agoMove SRC_PATH out of the conditional, it is always added to config.mak.
Diego Biurrun [Sun, 12 Feb 2006 23:14:31 +0000 (23:14 +0000)]
Move SRC_PATH out of the conditional, it is always added to config.mak.

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

18 years agoDo not add quotes around SRC_PATH, the quoting has to be done at a later
Diego Biurrun [Sun, 12 Feb 2006 22:56:12 +0000 (22:56 +0000)]
Do not add quotes around SRC_PATH, the quoting has to be done at a later
stage else the quotes may appear in the middle of a path if it is
constructed with SRC_PATH.

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

18 years agoimprove video4linux2 detection (without sys/time.h it was complaining about struct...
Alex Beregszaszi [Sun, 12 Feb 2006 20:55:51 +0000 (20:55 +0000)]
improve video4linux2 detection (without sys/time.h it was complaining about struct timeval

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

18 years agoadd another set of zlib guards
Mike Melanson [Sun, 12 Feb 2006 17:47:30 +0000 (17:47 +0000)]
add another set of zlib guards

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

18 years agomake TSCC endian-safe, PPC testing courtesy of Diego B.
Mike Melanson [Sun, 12 Feb 2006 16:56:06 +0000 (16:56 +0000)]
make TSCC endian-safe, PPC testing courtesy of Diego B.

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

18 years agofix demuxing of Video006.3gp
Michael Niedermayer [Sun, 12 Feb 2006 15:06:03 +0000 (15:06 +0000)]
fix demuxing of Video006.3gp

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

18 years agomov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog...
Baptiste Coudurier [Sun, 12 Feb 2006 14:53:47 +0000 (14:53 +0000)]
mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com>

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

18 years ago10l for myself
Michael Niedermayer [Sun, 12 Feb 2006 14:50:53 +0000 (14:50 +0000)]
10l for myself

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

18 years agotrue audio
Alex Beregszaszi [Sun, 12 Feb 2006 13:58:16 +0000 (13:58 +0000)]
true audio

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

18 years agotta and theora improvements
Alex Beregszaszi [Sun, 12 Feb 2006 11:48:43 +0000 (11:48 +0000)]
tta and theora improvements

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

18 years agomov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Baptiste Coudurier [Sun, 12 Feb 2006 10:24:43 +0000 (10:24 +0000)]
mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agodosbox native ZMBV decoder, courtesy of Kostya
Mike Melanson [Sun, 12 Feb 2006 08:53:29 +0000 (08:53 +0000)]
dosbox native ZMBV decoder, courtesy of Kostya

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

18 years agocomplete American Laser Games MM playback system, courtesy of Peter Ross
Mike Melanson [Sun, 12 Feb 2006 06:49:40 +0000 (06:49 +0000)]
complete American Laser Games MM playback system, courtesy of Peter Ross
(suxen_drol at hotmail dot com)

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

18 years ago10l, fails to compile when debug enabled
Alex Beregszaszi [Sun, 12 Feb 2006 02:24:37 +0000 (02:24 +0000)]
10l, fails to compile when debug enabled

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

18 years agotta demuxer, also usable for moving tta audio data into an other container
Alex Beregszaszi [Sun, 12 Feb 2006 02:18:37 +0000 (02:18 +0000)]
tta demuxer, also usable for moving tta audio data into an other container

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

18 years agotta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change...
Alex Beregszaszi [Sun, 12 Feb 2006 02:15:19 +0000 (02:15 +0000)]
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)

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

18 years agoBuild also ffserver (if configured) when doing `make test' .
Alexander Strasser [Sat, 11 Feb 2006 21:44:55 +0000 (21:44 +0000)]
Build also ffserver (if configured) when doing `make test' .
approved by Diego

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

18 years agostsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)
Michael Niedermayer [Sat, 11 Feb 2006 21:43:21 +0000 (21:43 +0000)]
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)

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

18 years agoMove libpostproc compilation to the top-level Makefile.
Diego Biurrun [Sat, 11 Feb 2006 21:42:11 +0000 (21:42 +0000)]
Move libpostproc compilation to the top-level Makefile.

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

18 years agoQuote all installation paths to protect against spaces in the path.
Diego Biurrun [Sat, 11 Feb 2006 20:54:40 +0000 (20:54 +0000)]
Quote all installation paths to protect against spaces in the path.

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

18 years agolibpostproc installs into a different directory that needs to be created.
Diego Biurrun [Sat, 11 Feb 2006 20:53:55 +0000 (20:53 +0000)]
libpostproc installs into a different directory that needs to be created.

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

18 years agoUse the incdir variable.
Diego Biurrun [Sat, 11 Feb 2006 20:51:26 +0000 (20:51 +0000)]
Use the incdir variable.

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

18 years ago100l typo: forgotten $
Diego Biurrun [Sat, 11 Feb 2006 20:40:01 +0000 (20:40 +0000)]
100l typo: forgotten $

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

18 years ago10l typo: libdir --> incdir
Diego Biurrun [Sat, 11 Feb 2006 20:37:12 +0000 (20:37 +0000)]
10l typo: libdir --> incdir

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

18 years ago- fix insufficient code length for exp_vlc
Jindřich Makovička [Sat, 11 Feb 2006 19:39:05 +0000 (19:39 +0000)]
- fix insufficient code length for exp_vlc
- move vlc tweaking parameters to one place

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

18 years agoSimplify header installation.
Diego Biurrun [Sat, 11 Feb 2006 19:30:55 +0000 (19:30 +0000)]
Simplify header installation.

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

18 years agoAdd incdir to configure.
Diego Biurrun [Sat, 11 Feb 2006 19:29:36 +0000 (19:29 +0000)]
Add incdir to configure.

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

18 years agoMake sure that install-progs has the proper dependencies when compiling
Diego Biurrun [Sat, 11 Feb 2006 19:01:54 +0000 (19:01 +0000)]
Make sure that install-progs has the proper dependencies when compiling
against shared libs.

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

18 years agoSeparate library install into static and shared installation.
Diego Biurrun [Sat, 11 Feb 2006 18:50:45 +0000 (18:50 +0000)]
Separate library install into static and shared installation.

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

18 years agomp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smart...
Baptiste Coudurier [Sat, 11 Feb 2006 18:27:57 +0000 (18:27 +0000)]
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agoSeparate header file installation from the general install target.
Diego Biurrun [Sat, 11 Feb 2006 17:44:06 +0000 (17:44 +0000)]
Separate header file installation from the general install target.

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

18 years agoFix for url_fclose() being called on an already closed file based on a patch by ...
Michael Niedermayer [Sat, 11 Feb 2006 17:17:37 +0000 (17:17 +0000)]
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org)

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

18 years agoThe install-progs target should depend on $(PROG).
Diego Biurrun [Sat, 11 Feb 2006 17:15:11 +0000 (17:15 +0000)]
The install-progs target should depend on $(PROG).

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

18 years agoSeparate program installation into its own target.
Diego Biurrun [Sat, 11 Feb 2006 17:06:59 +0000 (17:06 +0000)]
Separate program installation into its own target.

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

18 years agoAdd installlib and install-headers targets like everywhere else.
Diego Biurrun [Sat, 11 Feb 2006 16:50:45 +0000 (16:50 +0000)]
Add installlib and install-headers targets like everywhere else.

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

18 years agoInstall static libpostproc if CONFIG_PP is set.
Diego Biurrun [Sat, 11 Feb 2006 16:46:09 +0000 (16:46 +0000)]
Install static libpostproc if CONFIG_PP is set.

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

18 years agoInstall libpostproc headers if CONFIG_PP is set.
Diego Biurrun [Sat, 11 Feb 2006 16:17:27 +0000 (16:17 +0000)]
Install libpostproc headers if CONFIG_PP is set.

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

18 years agoMove the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
Alan Curry [Sat, 11 Feb 2006 14:16:10 +0000 (14:16 +0000)]
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
once when the scaler is initialized, instead of building them and freeing
them over and over. This gives massive performance improvements.
patch by Alan Curry, pacman*at*TheWorld*dot*com

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

18 years agocosmetics: indentation fixes
Diego Biurrun [Sat, 11 Feb 2006 13:42:54 +0000 (13:42 +0000)]
cosmetics: indentation fixes

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

18 years agoFix big-endian color permutation problems.
Alan Curry [Sat, 11 Feb 2006 13:35:46 +0000 (13:35 +0000)]
Fix big-endian color permutation problems.
patch by Alan Curry, pacman_at_TheWorld_dot_com

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

18 years agompeg-ps probe 2nd try
Michael Niedermayer [Sat, 11 Feb 2006 09:27:00 +0000 (09:27 +0000)]
mpeg-ps probe 2nd try

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

18 years agoDon't use pow/powf functions where we just need integer arithmetic.
Alexander Strasser [Fri, 10 Feb 2006 11:59:38 +0000 (11:59 +0000)]
Don't use pow/powf functions where we just need integer arithmetic.
approved by Benjamin

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

18 years agoadd adtsenc.c with myself as maintainer
Måns Rullgård [Fri, 10 Feb 2006 08:21:13 +0000 (08:21 +0000)]
add adtsenc.c with myself as maintainer

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

18 years agoh264: special case dc-only idct. ~1% faster overall
Loren Merritt [Fri, 10 Feb 2006 06:55:25 +0000 (06:55 +0000)]
h264: special case dc-only idct. ~1% faster overall

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

18 years agogenerate adts frame headers if required
Måns Rullgård [Fri, 10 Feb 2006 01:24:32 +0000 (01:24 +0000)]
generate adts frame headers if required

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

18 years agouse get_bits1/skip_bits[1] in ac3 and aac parsers
Måns Rullgård [Fri, 10 Feb 2006 01:19:54 +0000 (01:19 +0000)]
use get_bits1/skip_bits[1] in ac3 and aac parsers

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

18 years agovoc: set bits_per_sample correctly (fix mplayer playback)
Aurelien Jacobs [Thu, 9 Feb 2006 23:53:07 +0000 (23:53 +0000)]
voc: set bits_per_sample correctly (fix mplayer playback)

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

18 years agoadd a Creative VOC (de)muxer
Aurelien Jacobs [Thu, 9 Feb 2006 22:52:23 +0000 (22:52 +0000)]
add a Creative VOC (de)muxer

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

18 years agoPatch by Stefan Huehner / stefan % huehner ! org \
Stefan Huehner [Thu, 9 Feb 2006 14:08:03 +0000 (14:08 +0000)]
Patch by Stefan Huehner / stefan % huehner ! org \

patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- MÃ¥ns RullgÃ¥rd

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

18 years agofix segfault on broken streams
Michael Niedermayer [Thu, 9 Feb 2006 09:38:03 +0000 (09:38 +0000)]
fix segfault on broken streams

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

18 years ago10l in 1.12
Loren Merritt [Thu, 9 Feb 2006 02:43:23 +0000 (02:43 +0000)]
10l in 1.12

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

18 years agoCorrect RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
Alan Curry [Thu, 9 Feb 2006 00:29:35 +0000 (00:29 +0000)]
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
do the opposite of what they say.
The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform
the same things.
patch by Alan Curry, pacman_at_world_dot_std_dot_com

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

18 years agoreplace probe() by one similar to MPEG-ES
Michael Niedermayer [Wed, 8 Feb 2006 17:35:44 +0000 (17:35 +0000)]
replace probe() by one similar to MPEG-ES

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

18 years agoAdd video4linux2 detection to configure.
Luca Abeni [Wed, 8 Feb 2006 15:55:41 +0000 (15:55 +0000)]
Add video4linux2 detection to configure.
patch by Luca Abeni, lucabe72*at*email*dot*it

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

18 years agoMove CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
Colin Ward [Wed, 8 Feb 2006 15:39:12 +0000 (15:39 +0000)]
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
patch by Colin Ward, hitman*at*codehq*dot*org

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

18 years agoaltivec_yuv2packedX() ignores the requested output format and unconditionally
Alan Curry [Wed, 8 Feb 2006 13:14:19 +0000 (13:14 +0000)]
altivec_yuv2packedX() ignores the requested output format and unconditionally
outputs RGBA. This patch supports 6 output formats and prints an error message
if it is asked to provide an output format it is not capable of.
patch by Alan Curry, pacman_at_world_dot_std_dot_com

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

18 years agoCorrectly set the interlaced_frame and top_field_first fields.
Luca Abeni [Wed, 8 Feb 2006 11:54:05 +0000 (11:54 +0000)]
Correctly set the interlaced_frame and top_field_first fields.
patch by Luca Abeni, lucabe72 =at= email =dot= it

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

18 years agotypo
Diego Biurrun [Wed, 8 Feb 2006 11:43:47 +0000 (11:43 +0000)]
typo

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

18 years agoList of people maintaining different parts of FFmpeg.
Diego Biurrun [Wed, 8 Feb 2006 11:32:03 +0000 (11:32 +0000)]
List of people maintaining different parts of FFmpeg.
featuring some help from Alexander Strasser

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

18 years agoAltiVec operations need to have memory aligned on 16-byte boundaries.
Alan Curry [Wed, 8 Feb 2006 08:20:40 +0000 (08:20 +0000)]
AltiVec operations need to have memory aligned on 16-byte boundaries.
patch by Alan Curry, pacman at world dot std dot com

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

18 years agovYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
Alan Curry [Wed, 8 Feb 2006 08:16:53 +0000 (08:16 +0000)]
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
sizes based on the image width instead of height.
patch by Alan Curry, pacman at world dot std dot com

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

18 years agoslightly faster loopfilter
Loren Merritt [Wed, 8 Feb 2006 07:04:32 +0000 (07:04 +0000)]
slightly faster loopfilter

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

18 years agobump version numbers and update docs for adts aac support
Måns Rullgård [Wed, 8 Feb 2006 01:11:48 +0000 (01:11 +0000)]
bump version numbers and update docs for adts aac support

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

18 years agocreate adts stream if CODEC_FLAG_GLOBAL_HEADER not set
Måns Rullgård [Wed, 8 Feb 2006 01:10:07 +0000 (01:10 +0000)]
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set

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

18 years agoread/write adts aac
Måns Rullgård [Wed, 8 Feb 2006 00:51:55 +0000 (00:51 +0000)]
read/write adts aac

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

18 years agoadts aac parser
Måns Rullgård [Wed, 8 Feb 2006 00:50:22 +0000 (00:50 +0000)]
adts aac parser

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

18 years agodecode adts aac streams
Måns Rullgård [Wed, 8 Feb 2006 00:30:58 +0000 (00:30 +0000)]
decode adts aac streams

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

18 years ago10l (x86_64)
Loren Merritt [Tue, 7 Feb 2006 16:10:48 +0000 (16:10 +0000)]
10l (x86_64)

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

18 years ago18% faster put_h264_qpel16_mc[13]2_mmx2
Loren Merritt [Tue, 7 Feb 2006 10:52:25 +0000 (10:52 +0000)]
18% faster put_h264_qpel16_mc[13]2_mmx2

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

18 years ago11% faster put_h264_qpel16_v_lowpass_mmx2
Loren Merritt [Tue, 7 Feb 2006 07:35:03 +0000 (07:35 +0000)]
11% faster put_h264_qpel16_v_lowpass_mmx2

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

18 years ago15% faster put_h264_qpel16_hv_lowpass_mmx2
Loren Merritt [Tue, 7 Feb 2006 06:25:14 +0000 (06:25 +0000)]
15% faster put_h264_qpel16_hv_lowpass_mmx2

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

18 years agoSome Make variants complain if the LIB variable does not exist.
Alexander Strasser [Mon, 6 Feb 2006 21:52:23 +0000 (21:52 +0000)]
Some Make variants complain if the LIB variable does not exist.
patch by Alexander Strasser

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

18 years agofix memleak, based upon a patch by Wolfram Gloger
Michael Niedermayer [Mon, 6 Feb 2006 12:45:52 +0000 (12:45 +0000)]
fix memleak, based upon a patch by Wolfram Gloger

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

18 years ago1 goto 1 fix
Michael Niedermayer [Mon, 6 Feb 2006 11:21:26 +0000 (11:21 +0000)]
1 goto 1 fix

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

18 years agoFix broken cosmetics commit and add a check for valid headers.
Benjamin Larsson [Mon, 6 Feb 2006 11:21:10 +0000 (11:21 +0000)]
Fix broken cosmetics commit and add a check for valid headers.

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

18 years agoSmall cosmetics and better variable names.
Benjamin Larsson [Mon, 6 Feb 2006 11:03:37 +0000 (11:03 +0000)]
Small cosmetics and better variable names.

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

18 years agoFix detection of IPv6 support on Darwin by ensuring that
Dan Villiom Podlaski Christiansen [Sun, 5 Feb 2006 15:19:04 +0000 (15:19 +0000)]
Fix detection of IPv6 support on Darwin by ensuring that
IN6_IS_ADDR_MULTICAST gets an argument of type (const struct in6_addr *).
patch by Dan Villiom Podlaski Christiansen, danchr.at.daimi.dot.au.dot.dk

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

18 years agoMSVC-compatible __align8/__align16 declaration
Steve L'Homme [Sun, 5 Feb 2006 13:35:17 +0000 (13:35 +0000)]
MSVC-compatible __align8/__align16 declaration
patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr

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

18 years agoCorrect the relation between floors of type 0 and block sizes.
Alexander Strasser [Sun, 5 Feb 2006 10:16:20 +0000 (10:16 +0000)]
Correct the relation between floors of type 0 and block sizes.

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

18 years agosimplify
Michael Niedermayer [Sat, 4 Feb 2006 22:18:45 +0000 (22:18 +0000)]
simplify

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

18 years agofaster find_startcode()
Michael Niedermayer [Sat, 4 Feb 2006 20:32:02 +0000 (20:32 +0000)]
faster find_startcode()

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

18 years ago3rd try for mpeg-es probe ...
Michael Niedermayer [Sat, 4 Feb 2006 16:57:58 +0000 (16:57 +0000)]
3rd try for mpeg-es probe ...

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

18 years agoGNU Make is necessary on *BSD.
Diego Biurrun [Sat, 4 Feb 2006 11:43:22 +0000 (11:43 +0000)]
GNU Make is necessary on *BSD.

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

18 years agoUse gmake instead of make on *BSD.
Dieter [Sat, 4 Feb 2006 11:37:41 +0000 (11:37 +0000)]
Use gmake instead of make on *BSD.
patch by Dieter, freebsd ^^at^^ sopwith ^^dot^^ solgatos ^^dot^^ com

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

18 years agoCosmetic: Fix indentation.
Alexander Strasser [Sat, 4 Feb 2006 10:04:13 +0000 (10:04 +0000)]
Cosmetic: Fix indentation.

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

18 years ago10l (malloc check with the wrong pointer)
Alexander Strasser [Sat, 4 Feb 2006 09:59:48 +0000 (09:59 +0000)]
10l (malloc check with the wrong pointer)

Simplification: I have to reconsider this trees and forest thing...

Also readded and documented the check i had in the beginning and removed
before applying. It avoids a possible div by zero.

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

18 years agoAdded support for vorbis files containing floor type 0.
Alexander Strasser [Sat, 4 Feb 2006 08:55:34 +0000 (08:55 +0000)]
Added support for vorbis files containing floor type 0.

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

18 years agofix regression tests
Michael Niedermayer [Sat, 4 Feb 2006 02:05:51 +0000 (02:05 +0000)]
fix regression tests

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

18 years agochange sws sharpen filter a little
Michael Niedermayer [Sat, 4 Feb 2006 00:08:54 +0000 (00:08 +0000)]
change sws sharpen filter a little

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

18 years ago--enable-shared now needs --disable-static on MinGW.
Diego Biurrun [Fri, 3 Feb 2006 01:15:00 +0000 (01:15 +0000)]
--enable-shared now needs --disable-static on MinGW.

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