OSDN Git Service

coroid/libav_saccubus.git
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

14 years agoIndicate that AdaptCoeff1 and 2 are functions of the actual coefficients.
Daniel Verkamp [Thu, 22 Oct 2009 15:57:04 +0000 (15:57 +0000)]
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.

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

14 years agoSort video filter descriptions by name.
Stefano Sabatini [Wed, 21 Oct 2009 21:19:57 +0000 (21:19 +0000)]
Sort video filter descriptions by name.

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

14 years agoMake the pix_fmts var in query_formats() static const.
Stefano Sabatini [Wed, 21 Oct 2009 21:04:53 +0000 (21:04 +0000)]
Make the pix_fmts var in query_formats() static const.

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

14 years agoAdd video crop filter.
Stefano Sabatini [Wed, 21 Oct 2009 20:57:30 +0000 (20:57 +0000)]
Add video crop filter.

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

14 years agoCosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
Stefano Sabatini [Wed, 21 Oct 2009 20:43:43 +0000 (20:43 +0000)]
Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
argument of avfilter_make_format_list(), as the argument represents a
list of elements.

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

14 years agoMake avfilter_make_format_list() take in input a const argument.
Stefano Sabatini [Wed, 21 Oct 2009 20:39:05 +0000 (20:39 +0000)]
Make avfilter_make_format_list() take in input a const argument.

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

14 years agoFix the spelling for the project name, from "ffmpeg" to "FFmpeg".
Stefano Sabatini [Wed, 21 Oct 2009 18:36:42 +0000 (18:36 +0000)]
Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".

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

14 years agoRename vfilters.texi to libavfilter.texi, as the file is meant to
Stefano Sabatini [Wed, 21 Oct 2009 18:22:20 +0000 (18:22 +0000)]
Rename vfilters.texi to libavfilter.texi, as the file is meant to
document libavfilter and not only its video filtering facilities.

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

14 years agoAdd comment on #endif about condition that triggers it.
Ramiro Polla [Wed, 21 Oct 2009 01:25:39 +0000 (01:25 +0000)]
Add comment on #endif about condition that triggers it.

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

14 years agoSeek function for TMV
Daniel Verkamp [Tue, 20 Oct 2009 19:27:25 +0000 (19:27 +0000)]
Seek function for TMV

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

14 years agoParenthesize correctly in TMV probe
Daniel Verkamp [Tue, 20 Oct 2009 19:07:08 +0000 (19:07 +0000)]
Parenthesize correctly in TMV probe

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

14 years agoPrint "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.
Reimar Döffinger [Tue, 20 Oct 2009 15:37:50 +0000 (15:37 +0000)]
Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.
This makes the output nicely aligned even in for those cases, and might
also avoid some issues with printf implementations that can not handle well
very large float values (e.g. msvcrt without MinGW wrapper IIRC).

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

14 years agoImprove sofdec dectection to avoid false positives for MP2.
tralph11@yahoo.com [Tue, 20 Oct 2009 15:27:05 +0000 (15:27 +0000)]
Improve sofdec dectection to avoid false positives for MP2.

Patch by tralph11, tralph11 yahoo

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

14 years agosin_tables.c is a generated file, so add it to CLEANFILES
Reimar Döffinger [Tue, 20 Oct 2009 14:16:23 +0000 (14:16 +0000)]
sin_tables.c is a generated file, so add it to CLEANFILES

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

14 years agoRemove SHIFT_TEMPS from jfdct code.
avcoder [Tue, 20 Oct 2009 11:19:54 +0000 (11:19 +0000)]
Remove SHIFT_TEMPS from jfdct code.
Patch by avcoder: our_beloved_project AT gmail DOT com
See thread [FFmpeg-devel] Patch: remove useless SHIFT_TEMPS definition
Date: Tue, 20 Oct 2009 14:29:05 +0800

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

14 years agoMake url_resetbuf() assert on wrong flags passed and make it static on next
Benoit Fouet [Tue, 20 Oct 2009 06:40:01 +0000 (06:40 +0000)]
Make url_resetbuf() assert on wrong flags passed and make it static on next
version bump.
See thread: [FFmpeg-devel] & vs. &&
Date: Mon, 12 Oct 2009 14:21:06 +0200

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

14 years agoMove function that is only used by the MP3 muxer below the corresponding #if.
Diego Biurrun [Mon, 19 Oct 2009 23:22:23 +0000 (23:22 +0000)]
Move function that is only used by the MP3 muxer below the corresponding #if.
This removes the dependency of the MP2 muxer on the id3v2 object file.

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

14 years agoAdd missing dependency of the S/PDIF muxer on the AAC parser.
Diego Biurrun [Mon, 19 Oct 2009 22:45:22 +0000 (22:45 +0000)]
Add missing dependency of the S/PDIF muxer on the AAC parser.
Fixes build with --disable-parsers.

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

14 years agoAdd '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
Diego Biurrun [Mon, 19 Oct 2009 22:36:57 +0000 (22:36 +0000)]
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
This fixes the build with demuxers disabled.

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

14 years agoThe MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.
Diego Biurrun [Mon, 19 Oct 2009 22:32:32 +0000 (22:32 +0000)]
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.

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

14 years agoGet rid of some pointless '== NULL' / '!= 0' conditions in if statements.
Diego Biurrun [Mon, 19 Oct 2009 22:26:52 +0000 (22:26 +0000)]
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.

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

14 years agoRemove some duplicate object dependencies for the RTSP demuxer.
Diego Biurrun [Mon, 19 Oct 2009 22:10:15 +0000 (22:10 +0000)]
Remove some duplicate object dependencies for the RTSP demuxer.
They are already covered by its dependency on the SDP demuxer.

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

14 years agoAdd missing rdt.o dependency for SDP demuxer.
Diego Biurrun [Mon, 19 Oct 2009 22:03:02 +0000 (22:03 +0000)]
Add missing rdt.o dependency for SDP demuxer.
This fixes the build when the RTSP demuxer is disabled.

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

14 years agoMove up the $test variable definition, together with the other
Stefano Sabatini [Mon, 19 Oct 2009 21:59:17 +0000 (21:59 +0000)]
Move up the $test variable definition, together with the other
definitions of variables defined using the positional arguments of the
script.

Should ease the split of the file.

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

14 years agoGive symbolic names to the positional parameters of the
Stefano Sabatini [Mon, 19 Oct 2009 21:54:37 +0000 (21:54 +0000)]
Give symbolic names to the positional parameters of the
codec-regression.sh script.

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

14 years agoBreak over-80-chars-long line.
Stefano Sabatini [Mon, 19 Oct 2009 19:22:08 +0000 (19:22 +0000)]
Break over-80-chars-long line.

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

14 years agocheck stream index validity in av_program_add_stream_index
Baptiste Coudurier [Mon, 19 Oct 2009 18:55:27 +0000 (18:55 +0000)]
check stream index validity in av_program_add_stream_index

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

14 years agorequest mp3 frame_size to be set in has_codec_parameters, fix issue #1314
Baptiste Coudurier [Mon, 19 Oct 2009 18:53:32 +0000 (18:53 +0000)]
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314

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

14 years agoAdd additional long names for the Flash Video decoder and encoder.
Stefano Sabatini [Mon, 19 Oct 2009 18:45:44 +0000 (18:45 +0000)]
Add additional long names for the Flash Video decoder and encoder.

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

14 years agoAdd additional long names for the Sorenson Vector Quantizer 3 decoder.
Stefano Sabatini [Mon, 19 Oct 2009 18:44:43 +0000 (18:44 +0000)]
Add additional long names for the Sorenson Vector Quantizer 3 decoder.

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

14 years agoAdd additional long names for the Sorenson Vector Quantizer 1 decoder
Stefano Sabatini [Mon, 19 Oct 2009 18:43:28 +0000 (18:43 +0000)]
Add additional long names for the Sorenson Vector Quantizer 1 decoder
and encoder.

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

14 years agompegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
Reimar Döffinger [Mon, 19 Oct 2009 17:21:02 +0000 (17:21 +0000)]
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
them use the same variable/global storage.
Saves 4 kB in .bss.

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

14 years agowhitespace cosmetics: prettyprinting, K&R style
Diego Biurrun [Mon, 19 Oct 2009 15:51:34 +0000 (15:51 +0000)]
whitespace cosmetics: prettyprinting, K&R style

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