OSDN Git Service

coroid/libav_saccubus.git
14 years agoMake avfilter_get_video_buffer() use
Stefano Sabatini [Tue, 3 Nov 2009 22:15:52 +0000 (22:15 +0000)]
Make avfilter_get_video_buffer() use
avfilter_default_get_video_buffer() if the get_video_buffer() callback
is not defined in a filter.

Libavfilter filters author have to explicitely define the
get_video_buffer() callback if they want the buffer to be requested to
the filter following in the filterchain.

See the thread:
"[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use
default_get_video_buffer if callback not defined".

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

14 years agoExplicitely define get_video_buffer() callbacks in the format,
Stefano Sabatini [Tue, 3 Nov 2009 22:04:55 +0000 (22:04 +0000)]
Explicitely define get_video_buffer() callbacks in the format,
noformat and null filters.

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

14 years agoChange file doxy from
Stefano Sabatini [Tue, 3 Nov 2009 21:59:41 +0000 (21:59 +0000)]
Change file doxy from
"video format and noformat filters" to
"format and noformat video filters",
as suggested by Diego.

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

14 years agoFix/clarify description of the noformat filter.
Stefano Sabatini [Tue, 3 Nov 2009 21:57:21 +0000 (21:57 +0000)]
Fix/clarify description of the noformat filter.

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

14 years agoFix grammar / clarify documentation for the format and noformat
Stefano Sabatini [Tue, 3 Nov 2009 20:01:06 +0000 (20:01 +0000)]
Fix grammar / clarify documentation for the format and noformat
filters.

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

14 years agoadd yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
Andrew Wason [Tue, 3 Nov 2009 16:17:21 +0000 (16:17 +0000)]
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
patch by Andrew Wason

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

14 years agoSimplify AC-3 critical band end calculation (correctly this time).
Justin Ruggles [Tue, 3 Nov 2009 03:26:26 +0000 (03:26 +0000)]
Simplify AC-3 critical band end calculation (correctly this time).

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

14 years agoRevert r20050, which caused decoding errors with at least one valid AC-3 file.
Justin Ruggles [Tue, 3 Nov 2009 02:59:18 +0000 (02:59 +0000)]
Revert r20050, which caused decoding errors with at least one valid AC-3 file.

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

14 years agoIndent.
Ramiro Polla [Mon, 2 Nov 2009 23:44:11 +0000 (23:44 +0000)]
Indent.

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

14 years agoAdd -fpre option to take a preset file as parameter. The -[avs]pre options no
Ramiro Polla [Mon, 2 Nov 2009 23:41:54 +0000 (23:41 +0000)]
Add -fpre option to take a preset file as parameter. The -[avs]pre options no
longer accept filenames, and -fpre should be used instead.

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

14 years agoAdd PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
Stefano Sabatini [Mon, 2 Nov 2009 20:23:47 +0000 (20:23 +0000)]
Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.

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

14 years agoAvoid huge array for rgb ljpeg on the stack.
Michael Niedermayer [Mon, 2 Nov 2009 14:12:25 +0000 (14:12 +0000)]
Avoid huge array for rgb ljpeg on the stack.
Code tested with an ljpeg i had laying around.

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

14 years agomap VYUY fourcc to rawcodec
Ben Littler [Mon, 2 Nov 2009 00:10:10 +0000 (00:10 +0000)]
map VYUY fourcc to rawcodec
fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi

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

14 years agoconfigure: fix 64-bit test with clang
Måns Rullgård [Sun, 1 Nov 2009 20:14:56 +0000 (20:14 +0000)]
configure: fix 64-bit test with clang

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

14 years agoSet sample format in flac_decode_init() rather than in
Justin Ruggles [Sun, 1 Nov 2009 16:48:05 +0000 (16:48 +0000)]
Set sample format in flac_decode_init() rather than in
ff_flac_parse_streaminfo() since the latter is shared with the raw FLAC
demuxer, which should not be setting the sample format.

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

14 years agoSet the sample format for Smacker audio in the decoder rather than in the
Justin Ruggles [Sun, 1 Nov 2009 15:08:49 +0000 (15:08 +0000)]
Set the sample format for Smacker audio in the decoder rather than in the
demuxer.

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

14 years agoconfigure: remove extra backslashes from suncc DEPEND_CMD
Michael Kostylev [Sat, 31 Oct 2009 16:33:38 +0000 (16:33 +0000)]
configure: remove extra backslashes from suncc DEPEND_CMD

Patch by Michael Kostylev <michael kostylev gmail>

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

14 years agoconfigure: use here-doc for --help output
Måns Rullgård [Sat, 31 Oct 2009 15:59:08 +0000 (15:59 +0000)]
configure: use here-doc for --help output

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

14 years agoconfigure: use here-docs instead of echo for writing config.{h,mak}
Måns Rullgård [Sat, 31 Oct 2009 15:59:03 +0000 (15:59 +0000)]
configure: use here-docs instead of echo for writing config.{h,mak}

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

14 years agoconfigure: simplify setting of SDL flags in config.mak
Måns Rullgård [Sat, 31 Oct 2009 15:58:57 +0000 (15:58 +0000)]
configure: simplify setting of SDL flags in config.mak

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

14 years agoAllow disabling doc generation with --disable-doc
Måns Rullgård [Sat, 31 Oct 2009 15:58:49 +0000 (15:58 +0000)]
Allow disabling doc generation with --disable-doc

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

14 years agoconfigure: simplify STRIP setting in config.mak
Måns Rullgård [Sat, 31 Oct 2009 15:58:44 +0000 (15:58 +0000)]
configure: simplify STRIP setting in config.mak

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

14 years agoMakefile cosmetics
Måns Rullgård [Sat, 31 Oct 2009 15:58:39 +0000 (15:58 +0000)]
Makefile cosmetics

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

14 years agoImplement AMR gain function that is used by both AMR and SIPR.
Vitor Sessak [Sat, 31 Oct 2009 02:02:30 +0000 (02:02 +0000)]
Implement AMR gain function that is used by both AMR and SIPR.

Based on AMR SoC code by Robert Swain and Colin McQuillan.

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

14 years agoprint packet duration when debugging timestamps
Baptiste Coudurier [Fri, 30 Oct 2009 18:17:16 +0000 (18:17 +0000)]
print packet duration when debugging timestamps

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

14 years agoDocument slice ordering assumption done by sws_scale().
Stefano Sabatini [Fri, 30 Oct 2009 14:13:25 +0000 (14:13 +0000)]
Document slice ordering assumption done by sws_scale().

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

14 years agoRemove the get_video_buffer() callback.
Stefano Sabatini [Fri, 30 Oct 2009 11:11:25 +0000 (11:11 +0000)]
Remove the get_video_buffer() callback.

That was never required since avfilter_get_video_buffer() already
calls itself on the next link if get_video_buffer is not defined.

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

14 years agoDocument that using "make -r" might be faster than plain "make" in Windows.
Ramiro Polla [Fri, 30 Oct 2009 10:38:05 +0000 (10:38 +0000)]
Document that using "make -r" might be faster than plain "make" in Windows.

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

14 years ago Issue an error when forced format cannot be honored.
Etienne Buira [Fri, 30 Oct 2009 09:57:34 +0000 (09:57 +0000)]
 Issue an error when forced format cannot be honored.
 Patch by Etienne Buira $name $surname lists chez free.fr

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

14 years agoChange whitespace placement a little to improve readabiliy slightly.
Michael Niedermayer [Thu, 29 Oct 2009 10:58:59 +0000 (10:58 +0000)]
Change whitespace placement a little to improve readabiliy slightly.
Thats not an attempt to emulate indent -kr behavior down to the finest
fineprint, first it would not be worth the work, second it would be less
readable, third it would  not be K&R but indent -kr then.

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

14 years agoMultiple inclusion guards for synth_filter.h.
Michael Niedermayer [Thu, 29 Oct 2009 10:46:29 +0000 (10:46 +0000)]
Multiple inclusion guards for synth_filter.h.

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

14 years agoSupport demuxing teletext in DVB streams.
Francesco Lavra [Thu, 29 Oct 2009 10:46:16 +0000 (10:46 +0000)]
Support demuxing teletext in DVB streams.

Original patch by Francesco Lavra, francescolavra interfree it

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

14 years agoVertically align function arguments.
Michael Niedermayer [Thu, 29 Oct 2009 10:43:56 +0000 (10:43 +0000)]
Vertically align function arguments.

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

14 years agoAdd generic rules for building helpers with HOSTCC
Måns Rullgård [Thu, 29 Oct 2009 00:55:35 +0000 (00:55 +0000)]
Add generic rules for building helpers with HOSTCC

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

14 years agovorbis_dec: factor out duplicated code for index reading, bounds checking and
Reimar Döffinger [Wed, 28 Oct 2009 22:41:45 +0000 (22:41 +0000)]
vorbis_dec: factor out duplicated code for index reading, bounds checking and
error message into a shared macro.

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

14 years agoMakefile cosmetics
Måns Rullgård [Wed, 28 Oct 2009 20:46:21 +0000 (20:46 +0000)]
Makefile cosmetics

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

14 years agoEnable hardcoded tables for ia64 shared builds.
Reimar Döffinger [Wed, 28 Oct 2009 20:44:21 +0000 (20:44 +0000)]
Enable hardcoded tables for ia64 shared builds.
At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for the .bss size of > 4 MB without it.
Why these errors do not appear with static builds is unclear, it is not due
to PIC (shared builds with PIC disabled show the same issue).

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

14 years agoconfigure: add C99 flags to HOSTCFLAGS
Måns Rullgård [Wed, 28 Oct 2009 20:19:15 +0000 (20:19 +0000)]
configure: add C99 flags to HOSTCFLAGS

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

14 years agoChange format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc...
Reimar Döffinger [Wed, 28 Oct 2009 20:02:40 +0000 (20:02 +0000)]
Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4.

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

14 years agoMakefile cosmetics
Måns Rullgård [Wed, 28 Oct 2009 19:49:19 +0000 (19:49 +0000)]
Makefile cosmetics

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

14 years agoGenerate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set
Måns Rullgård [Wed, 28 Oct 2009 19:49:16 +0000 (19:49 +0000)]
Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set

Having mpegaudiodec.o unconditionally depend on mpegaudio_tables.h
forces the latter to be generated even when it will not be used.

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

14 years agoFix out-of-tree builds with --enable-hardcoded-tables
Reimar Döffinger [Wed, 28 Oct 2009 19:38:31 +0000 (19:38 +0000)]
Fix out-of-tree builds with --enable-hardcoded-tables

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

14 years agoFix dependency: generated table is needed to create the mpegaudiodec.o file, not...
Reimar Döffinger [Wed, 28 Oct 2009 19:15:42 +0000 (19:15 +0000)]
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.

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

14 years agoBetter formatting for 2D tables in tableprint code.
Reimar Döffinger [Wed, 28 Oct 2009 19:05:45 +0000 (19:05 +0000)]
Better formatting for 2D tables in tableprint code.

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

14 years ago10l, fix incorrect endif comment.
Reimar Döffinger [Wed, 28 Oct 2009 18:52:39 +0000 (18:52 +0000)]
10l, fix incorrect endif comment.

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

14 years agoAdd support for hardcoding the mpegaudiodec tables.
Reimar Döffinger [Wed, 28 Oct 2009 18:42:52 +0000 (18:42 +0000)]
Add support for hardcoding the mpegaudiodec tables.
Reduces .bss size by about 194 kB.

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

14 years agomingw32: The flag to work around bug 37216 in gcc is automatically passed to
Ramiro Polla [Wed, 28 Oct 2009 18:04:31 +0000 (18:04 +0000)]
mingw32: The flag to work around bug 37216 in gcc is automatically passed to
MinGW since r18501. Remove a reference that suggests users should pass the
flag manually (this removal was missed in 18510).

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

14 years agoRemove unused variable j.
Michael Niedermayer [Wed, 28 Oct 2009 14:40:05 +0000 (14:40 +0000)]
Remove unused variable j.

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

14 years agoDetect Sun Studio compiler and set appropriate variables.
Michael Kostylev [Wed, 28 Oct 2009 14:24:04 +0000 (14:24 +0000)]
Detect Sun Studio compiler and set appropriate variables.
Add dependency generation commands compatible with Sun Studio.
patch by Michael Kostylev, michael.kostylev gmail com

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

14 years agoSplit synth filter out of dca.c.
Michael Niedermayer [Wed, 28 Oct 2009 10:51:51 +0000 (10:51 +0000)]
Split synth filter out of dca.c.

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

14 years agoSplit PAM encoder off into its own file.
Diego Biurrun [Wed, 28 Oct 2009 06:41:58 +0000 (06:41 +0000)]
Split PAM encoder off into its own file.

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

14 years agoSplit the decoders from pnmen.c off into their own file.
Diego Biurrun [Wed, 28 Oct 2009 06:34:00 +0000 (06:34 +0000)]
Split the decoders from pnmen.c off into their own file.

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

14 years agoThe encoders in pnmenc.c now depend on the init/end functions in pnm.c.
Diego Biurrun [Wed, 28 Oct 2009 06:32:35 +0000 (06:32 +0000)]
The encoders in pnmenc.c now depend on the init/end functions in pnm.c.

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

14 years agoCommit some functions that are used by both SIPR and AMR.
Vitor Sessak [Tue, 27 Oct 2009 23:53:18 +0000 (23:53 +0000)]
Commit some functions that are used by both SIPR and AMR.

Based on AMR SoC code by Robert Swain and Colin McQuillan.

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

14 years agoFix doxies, use third person and phrase-ending dots.
Stefano Sabatini [Tue, 27 Oct 2009 22:12:20 +0000 (22:12 +0000)]
Fix doxies, use third person and phrase-ending dots.

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

14 years agoAdd format and noformat filters.
Stefano Sabatini [Tue, 27 Oct 2009 21:40:43 +0000 (21:40 +0000)]
Add format and noformat filters.

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

14 years agoMove pixdesc.{h,c} from libavcodec to libavutil.
Stefano Sabatini [Tue, 27 Oct 2009 20:56:56 +0000 (20:56 +0000)]
Move pixdesc.{h,c} from libavcodec to libavutil.

This way pixdescs can be used without requiring a dependency on
libavcodec.

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

14 years agoConsistently use third person in doxies.
Stefano Sabatini [Tue, 27 Oct 2009 20:36:17 +0000 (20:36 +0000)]
Consistently use third person in doxies.

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

14 years agoIntroduce first_avfilter and use that, together with AVFilter.next,
Stefano Sabatini [Tue, 27 Oct 2009 19:52:14 +0000 (19:52 +0000)]
Introduce first_avfilter and use that, together with AVFilter.next,
for registering and finding filters, rather than use the struct
AVFilterList, which is removed.

Simplify the filter registration management code.

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

14 years agoAdd an entry for the AVFilter.next addition.
Stefano Sabatini [Tue, 27 Oct 2009 19:46:22 +0000 (19:46 +0000)]
Add an entry for the AVFilter.next addition.

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

14 years agoAdd a field 'next' to AVFilter.
Stefano Sabatini [Tue, 27 Oct 2009 19:42:07 +0000 (19:42 +0000)]
Add a field 'next' to AVFilter.

Simplify the registration and iteration of all the registered filters,
consistent with what is done with formats / codecs.

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

14 years agoSplit codec-regression.sh again and create a lavfi-regression.sh for
Stefano Sabatini [Tue, 27 Oct 2009 19:34:48 +0000 (19:34 +0000)]
Split codec-regression.sh again and create a lavfi-regression.sh for
running the libavfilter tests.

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

14 years agoadd 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
Ben Littler [Tue, 27 Oct 2009 17:37:41 +0000 (17:37 +0000)]
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi

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

14 years agoMove PNM init/end functions to the PNM common code.
Diego Biurrun [Tue, 27 Oct 2009 17:15:05 +0000 (17:15 +0000)]
Move PNM init/end functions to the PNM common code.
This is done in preparation for the PNM encoder/decoder split.

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

14 years agowhitespace cosmetics: K&R coding style, prettyprinting
Diego Biurrun [Tue, 27 Oct 2009 16:57:35 +0000 (16:57 +0000)]
whitespace cosmetics: K&R coding style, prettyprinting

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

14 years agoRemove crufty leftovers from the era when this file resided within libavformat.
Diego Biurrun [Tue, 27 Oct 2009 16:35:17 +0000 (16:35 +0000)]
Remove crufty leftovers from the era when this file resided within libavformat.

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

14 years agoadd some raw codec fourccs, fixes:
Ben Littler [Tue, 27 Oct 2009 15:57:28 +0000 (15:57 +0000)]
add some raw codec fourccs, fixes:
samples/V-codecs/

P422.AVI
UYNV.AVI
UYNY.AVI
V422.AVI
YUNV.AVI

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

14 years agoFix indentation.
Benoit Fouet [Tue, 27 Oct 2009 15:05:24 +0000 (15:05 +0000)]
Fix indentation.

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

14 years agoOnly memset for palettes of 16 elements.
Benoit Fouet [Tue, 27 Oct 2009 15:04:35 +0000 (15:04 +0000)]
Only memset for palettes of 16 elements.

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

14 years agoClarify responsibility for freeing a buffer when using vdpau.
Carl Eugen Hoyos [Tue, 27 Oct 2009 08:30:50 +0000 (08:30 +0000)]
Clarify responsibility for freeing a buffer when using vdpau.

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

14 years agoAdd descriptions for the committed filters.
Stefano Sabatini [Tue, 27 Oct 2009 00:43:45 +0000 (00:43 +0000)]
Add descriptions for the committed filters.

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

14 years agoAdd a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.
Stefano Sabatini [Mon, 26 Oct 2009 19:34:46 +0000 (19:34 +0000)]
Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.

It is used to mark the pixel format used for hardware acceleration
support.

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

14 years agoAvoid "-z text" diversion on SunOS x86, needed to make FATE happy.
Michael Kostylev [Mon, 26 Oct 2009 10:18:35 +0000 (10:18 +0000)]
Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
patch by Michael Kostylev, michael.kostylev gmail com

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

14 years agoMake dprintf_link() show the name of the link pixel format.
Stefano Sabatini [Sun, 25 Oct 2009 21:06:00 +0000 (21:06 +0000)]
Make dprintf_link() show the name of the link pixel format.

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

14 years agos/movdqa/movaps/ in sse1 fft. (regression in r20293)
Loren Merritt [Sun, 25 Oct 2009 03:09:53 +0000 (03:09 +0000)]
s/movdqa/movaps/ in sse1 fft. (regression in r20293)

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

14 years agortsp_close_streams frees the auth_b64 line already
Luca Barbato [Sun, 25 Oct 2009 00:41:10 +0000 (00:41 +0000)]
rtsp_close_streams frees the auth_b64 line already

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

14 years agoSupport 3xx redirection in rtsp
Luca Barbato [Sun, 25 Oct 2009 00:06:31 +0000 (00:06 +0000)]
Support 3xx redirection in rtsp

All the error codes 3xx got managed the same way.
After setup/early play redirection will not be managed
REDIRECT method is yet to be supported (if somebody knows a server implementing
it please contact me)

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

14 years agocompute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail...
haim alon [Sat, 24 Oct 2009 20:40:00 +0000 (20:40 +0000)]
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com

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

14 years agoSupport amdfam10 for --cpu, also avoids a warning about unknown cpu if
Reimar Döffinger [Sat, 24 Oct 2009 17:24:25 +0000 (17:24 +0000)]
Support amdfam10 for --cpu, also avoids a warning about unknown cpu if
--cpu=host is used on AMD Phenom and newer at least.

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

14 years agoBump micro version after the FRWU decoder inclusion
Vitor Sessak [Sat, 24 Oct 2009 17:24:16 +0000 (17:24 +0000)]
Bump micro version after the FRWU decoder inclusion

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

14 years agoSplit codec-regression.sh, and create the lavf-regression.sh script.
Stefano Sabatini [Sat, 24 Oct 2009 17:01:47 +0000 (17:01 +0000)]
Split codec-regression.sh, and create the lavf-regression.sh script.

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

14 years agoJust remove params understood by the demuxer
Luca Barbato [Sat, 24 Oct 2009 16:53:06 +0000 (16:53 +0000)]
Just remove params understood by the demuxer

This should unbreak certain urls.

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

14 years agoSuppress ?params in the rtsp uri
Luca Barbato [Sat, 24 Oct 2009 15:18:21 +0000 (15:18 +0000)]
Suppress ?params in the rtsp uri

Right now rtsp demuxer receives it's ffmpeg specific params encoded in the url
That made the server receiving requests with the url ending with "?udp",
"?multicast" and "?tcp". That may or may not cause problems to servers with
overly strict or overly simple uri parsers

Patch from Armand Bendanan (name.surnameATfreeDOTfr)

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

14 years agoUse sdp c= line if the rtsp Transport line doesn't have a destination
Luca Barbato [Sat, 24 Oct 2009 15:10:58 +0000 (15:10 +0000)]
Use sdp c= line if the rtsp Transport line doesn't have a destination

Transport:destination in rtsp is optional, c= line in sdp is compulsory

Patch from Armand Bendanan (name.surnameATfreeDOTfr)

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

14 years agoRemove ancient redir demuxer.
Diego Biurrun [Sat, 24 Oct 2009 12:44:27 +0000 (12:44 +0000)]
Remove ancient redir demuxer.
HTTP supports redirection just fine without it.

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

14 years agoFix codectest
Måns Rullgård [Sat, 24 Oct 2009 12:39:38 +0000 (12:39 +0000)]
Fix codectest

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

14 years agoSplit codec-regression.sh, put all the code which can be shared by
Stefano Sabatini [Fri, 23 Oct 2009 22:49:05 +0000 (22:49 +0000)]
Split codec-regression.sh, put all the code which can be shared by
other regression test scripts in the regression-funcs.sh file.

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

14 years agoCompile LPC code when CONFIG_LPC is set.
Diego Biurrun [Fri, 23 Oct 2009 11:51:12 +0000 (11:51 +0000)]
Compile LPC code when CONFIG_LPC is set.
The codec dependencies on LPC are already described in configure,
so there is no need to duplicate this in the Makefile.

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

14 years agoUpdate the entry for the AVFilter.description field addition.
Stefano Sabatini [Thu, 22 Oct 2009 23:08:18 +0000 (23:08 +0000)]
Update the entry for the AVFilter.description field addition.

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

14 years agoMove the description field of the filter from AVFilterContext to
Stefano Sabatini [Thu, 22 Oct 2009 23:03:25 +0000 (23:03 +0000)]
Move the description field of the filter from AVFilterContext to
AVFilter, where it should have had defined the first time.
+10L.

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

14 years agoAdd an entry for the AVFilterContext.description addition.
Stefano Sabatini [Thu, 22 Oct 2009 22:49:49 +0000 (22:49 +0000)]
Add an entry for the AVFilterContext.description addition.

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

14 years agoAdd a description field to AVFilterContext.
Stefano Sabatini [Thu, 22 Oct 2009 22:46:11 +0000 (22:46 +0000)]
Add a description field to AVFilterContext.

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

14 years agoRefer again to the "width" and "height" crop parameter names
Stefano Sabatini [Thu, 22 Oct 2009 22:29:47 +0000 (22:29 +0000)]
Refer again to the "width" and "height" crop parameter names
which were previously mentioned, rather than to "w" and "h".

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

14 years agoAdd video vertical flip filter.
Stefano Sabatini [Thu, 22 Oct 2009 22:00:33 +0000 (22:00 +0000)]
Add video vertical flip filter.

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

14 years agoRefer to the "width" and "height" crop parameter names which were
Stefano Sabatini [Thu, 22 Oct 2009 21:43:37 +0000 (21:43 +0000)]
Refer to the "width" and "height" crop parameter names which were
previously mentioned, rather than to "w" and "h".

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

14 years agoAdd clang to detected compilers
David Conrad [Thu, 22 Oct 2009 21:19:13 +0000 (21:19 +0000)]
Add clang to detected compilers

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

14 years agoBuild extradata in adpcm_ms encoder.
Daniel Verkamp [Thu, 22 Oct 2009 20:43:55 +0000 (20:43 +0000)]
Build extradata in adpcm_ms encoder.

This fixes issue #1244.

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

14 years agoFix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
Michael Niedermayer [Thu, 22 Oct 2009 18:43:08 +0000 (18:43 +0000)]
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
Untested, i do not have a sample.

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

14 years agoSupport non interleaved avi files that have 0<size<sample_size.
Michael Niedermayer [Thu, 22 Oct 2009 18:32:27 +0000 (18:32 +0000)]
Support non interleaved avi files that have 0<size<sample_size.
(No i do not have a sample its thus also untested)
The new code is also simpler.

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

14 years agoFixes detection and error reporting of non-existing files in img2.c.
Samuli Valo [Thu, 22 Oct 2009 16:27:01 +0000 (16:27 +0000)]
Fixes detection and error reporting of non-existing files in img2.c.
Patch by Samuli Valo: name surname picturall com

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