OSDN Git Service

coroid/libav_saccubus.git
15 years agoadd svq3 watermark support entry
Ben Littler [Fri, 16 Jan 2009 03:46:51 +0000 (03:46 +0000)]
add svq3 watermark support entry

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

15 years ago12l: Fix compilation with --disable-vdpau.
Carl Eugen Hoyos [Fri, 16 Jan 2009 02:50:20 +0000 (02:50 +0000)]
12l: Fix compilation with --disable-vdpau.

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

15 years agoAdd maxrate and bufsize specifications for iPod presets. I omitted these
Robert Swain [Fri, 16 Jan 2009 02:20:24 +0000 (02:20 +0000)]
Add maxrate and bufsize specifications for iPod presets. I omitted these
originally as I thought x264 set these automatically when specifying a level.

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

15 years agoAdd VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:25 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
be used by MPlayer.

Original patch by NVIDIA corporation.

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

15 years agoAdd VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation [Fri, 16 Jan 2009 02:14:07 +0000 (02:14 +0000)]
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
be used by video players.

Original patch by NVIDIA corporation.

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

15 years agosupport h264 extradata with 0x000001 startcode
Baptiste Coudurier [Fri, 16 Jan 2009 01:26:52 +0000 (01:26 +0000)]
support h264 extradata with 0x000001 startcode

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

15 years agouse ff_avc_parse_nal_units_buf because output size might differ from input size
Baptiste Coudurier [Fri, 16 Jan 2009 01:22:30 +0000 (01:22 +0000)]
use ff_avc_parse_nal_units_buf because output size might differ from input size

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

15 years ago10l, fix prototype
Baptiste Coudurier [Fri, 16 Jan 2009 01:20:31 +0000 (01:20 +0000)]
10l, fix prototype

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

15 years agoexport ff_avc_parse_nal_units_buf
Baptiste Coudurier [Fri, 16 Jan 2009 01:17:18 +0000 (01:17 +0000)]
export ff_avc_parse_nal_units_buf

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

15 years agomove actual writing before so new size can be taken into account
Baptiste Coudurier [Fri, 16 Jan 2009 01:12:32 +0000 (01:12 +0000)]
move actual writing before so new size can be taken into account

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

15 years agoreturn size written in ff_avc_parse_nal_units
Baptiste Coudurier [Fri, 16 Jan 2009 01:11:34 +0000 (01:11 +0000)]
return size written in ff_avc_parse_nal_units

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

15 years agoadd -Wundef compiler flag, to catch typo in #if or similar situations
Aurelien Jacobs [Fri, 16 Jan 2009 00:37:38 +0000 (00:37 +0000)]
add -Wundef compiler flag, to catch typo in #if or similar situations

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

15 years agoexplicitly disable CONFIG_AUDIO_NONSHORT
Aurelien Jacobs [Fri, 16 Jan 2009 00:03:51 +0000 (00:03 +0000)]
explicitly disable CONFIG_AUDIO_NONSHORT

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

15 years agomove NULL_IF_CONFIG_SMALL() definition into internal header
Aurelien Jacobs [Thu, 15 Jan 2009 23:01:26 +0000 (23:01 +0000)]
move NULL_IF_CONFIG_SMALL() definition into internal header

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

15 years agomove timer related code in a new timer.h file
Aurelien Jacobs [Thu, 15 Jan 2009 22:58:35 +0000 (22:58 +0000)]
move timer related code in a new timer.h file

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

15 years agoReindent after last commit
Luca Abeni [Thu, 15 Jan 2009 14:07:59 +0000 (14:07 +0000)]
Reindent after last commit

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

15 years agoDo not reallocate AVPacket's data when muxing a packet
Luca Abeni [Thu, 15 Jan 2009 14:03:07 +0000 (14:03 +0000)]
Do not reallocate AVPacket's data when muxing a packet

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

15 years agoFactorise id3v2 header parsing from mp3.c to be shared
Alex Converse [Thu, 15 Jan 2009 12:23:03 +0000 (12:23 +0000)]
Factorise id3v2 header parsing from mp3.c to be shared

Patch by Alex Converse ( alex converse gmail com )

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

15 years agouse delay for subs and dirac too
Baptiste Coudurier [Thu, 15 Jan 2009 01:47:24 +0000 (01:47 +0000)]
use delay for subs and dirac too

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

15 years agoadd aud nal unit if not present in h264 bitstream
Baptiste Coudurier [Thu, 15 Jan 2009 01:22:31 +0000 (01:22 +0000)]
add aud nal unit if not present in h264 bitstream

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

15 years agomatroskadec: ensure we only consider chapters which are properly ordered
Aurelien Jacobs [Thu, 15 Jan 2009 00:42:57 +0000 (00:42 +0000)]
matroskadec: ensure we only consider chapters which are properly ordered

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

15 years agoconsider other codecs packets contain only one access unit, not just audio
Baptiste Coudurier [Wed, 14 Jan 2009 23:53:31 +0000 (23:53 +0000)]
consider other codecs packets contain only one access unit, not just audio

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

15 years agocalculate pat, pmt and sdt exact size and adjust total bitrate
Baptiste Coudurier [Wed, 14 Jan 2009 23:49:13 +0000 (23:49 +0000)]
calculate pat, pmt and sdt exact size and adjust total bitrate

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

15 years agoallow user to specify muxrate
Baptiste Coudurier [Wed, 14 Jan 2009 23:30:49 +0000 (23:30 +0000)]
allow user to specify muxrate

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

15 years agoWORDS_BIGENDIAN must be checked with #ifdef
Aurelien Jacobs [Wed, 14 Jan 2009 23:20:43 +0000 (23:20 +0000)]
WORDS_BIGENDIAN must be checked with #ifdef

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

15 years agowarn if dts < pcr which means TS is invalid
Baptiste Coudurier [Wed, 14 Jan 2009 22:40:37 +0000 (22:40 +0000)]
warn if dts < pcr which means TS is invalid

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

15 years agoupdate seek regression tests due to ts modifications
Baptiste Coudurier [Wed, 14 Jan 2009 22:30:01 +0000 (22:30 +0000)]
update seek regression tests due to ts modifications

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

15 years agoonly write dts if they differ from pts, according to specs
Baptiste Coudurier [Wed, 14 Jan 2009 22:17:07 +0000 (22:17 +0000)]
only write dts if they differ from pts, according to specs

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

15 years agouse delay to avoid negative dts
Baptiste Coudurier [Wed, 14 Jan 2009 22:14:35 +0000 (22:14 +0000)]
use delay to avoid negative dts

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

15 years agoset pts and dts of pes packets exactly according to specs
Baptiste Coudurier [Wed, 14 Jan 2009 21:57:10 +0000 (21:57 +0000)]
set pts and dts of pes packets exactly according to specs

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

15 years agosimplify: group all the AUDIO_NONSHORT parameters in the same place
Aurelien Jacobs [Wed, 14 Jan 2009 21:41:05 +0000 (21:41 +0000)]
simplify: group all the AUDIO_NONSHORT parameters in the same place

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

15 years agolibavutil/lzo.h is a local header
Aurelien Jacobs [Wed, 14 Jan 2009 21:34:48 +0000 (21:34 +0000)]
libavutil/lzo.h is a local header

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

15 years agoreplace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs [Wed, 14 Jan 2009 17:19:17 +0000 (17:19 +0000)]
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
and remove all ENABLE_ definitions.

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

15 years agoFix mpeg audio regression test failure
Måns Rullgård [Wed, 14 Jan 2009 09:26:07 +0000 (09:26 +0000)]
Fix mpeg audio regression test failure

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

15 years agoReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
Diego Biurrun [Wed, 14 Jan 2009 07:57:12 +0000 (07:57 +0000)]
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
CONFIG_ changed semantics and is always defined now.

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

15 years agoRemove one more forgotten instance of USE_HIGHPRECISION indirection.
Diego Biurrun [Wed, 14 Jan 2009 07:55:43 +0000 (07:55 +0000)]
Remove one more forgotten instance of USE_HIGHPRECISION indirection.

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

15 years agocompute pcr more accurately, regression tests need update
Baptiste Coudurier [Wed, 14 Jan 2009 02:20:26 +0000 (02:20 +0000)]
compute pcr more accurately, regression tests need update

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

15 years agoinclude intreadwrite.h, fix compilation, img2.c use AV_RL32
Baptiste Coudurier [Wed, 14 Jan 2009 01:21:24 +0000 (01:21 +0000)]
include intreadwrite.h, fix compilation, img2.c use AV_RL32

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

15 years agoUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Diego Biurrun [Wed, 14 Jan 2009 00:48:17 +0000 (00:48 +0000)]
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.

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

15 years agoRemove pointless #if around header #includes.
Diego Biurrun [Wed, 14 Jan 2009 00:45:04 +0000 (00:45 +0000)]
Remove pointless #if around header #includes.

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

15 years agoFix compilation.
Carl Eugen Hoyos [Wed, 14 Jan 2009 00:44:42 +0000 (00:44 +0000)]
Fix compilation.

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

15 years agocleanup gif, use BISTREAM_WRITER_LE
Baptiste Coudurier [Wed, 14 Jan 2009 00:27:43 +0000 (00:27 +0000)]
cleanup gif, use BISTREAM_WRITER_LE

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

15 years agoChange semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs [Wed, 14 Jan 2009 00:13:56 +0000 (00:13 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.

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

15 years agoChange semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs [Tue, 13 Jan 2009 23:44:16 +0000 (23:44 +0000)]
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
They are now always defined to either 0 or 1.

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

15 years agoInclude libavformat/avformat.h before all the other libav* headers.
Stefano Sabatini [Tue, 13 Jan 2009 23:36:06 +0000 (23:36 +0000)]
Include libavformat/avformat.h before all the other libav* headers.
This is safer since they may use the symbol LIBAVFORMAT_BUILD defined
in avformat.h.

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

15 years agoDocument the ld, st, while statements.
Víctor Paesa [Tue, 13 Jan 2009 21:20:03 +0000 (21:20 +0000)]
Document the ld, st, while statements.

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

15 years agoAvoid using sub_id in mpeg1/2video.
Michael Niedermayer [Tue, 13 Jan 2009 21:13:45 +0000 (21:13 +0000)]
Avoid using sub_id in mpeg1/2video.

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

15 years agoDocument the same functions, in the same order, that eval.c has.
Víctor Paesa [Tue, 13 Jan 2009 21:07:27 +0000 (21:07 +0000)]
Document the same functions, in the same order, that eval.c has.

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

15 years agoAdd presets for Apple iPod constraints
Robert Swain [Tue, 13 Jan 2009 19:46:42 +0000 (19:46 +0000)]
Add presets for Apple iPod constraints

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

15 years agoAdd presets to use as constraints for H.264 Baseline and Main profiles
Robert Swain [Tue, 13 Jan 2009 19:40:35 +0000 (19:40 +0000)]
Add presets to use as constraints for H.264 Baseline and Main profiles

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

15 years agoRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
Michael Niedermayer [Tue, 13 Jan 2009 19:38:54 +0000 (19:38 +0000)]
Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.

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

15 years agoLet the mpeg audio parser correct the codec_id.
Michael Niedermayer [Tue, 13 Jan 2009 19:35:34 +0000 (19:35 +0000)]
Let the mpeg audio parser correct the codec_id.

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

15 years agoAdd dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
Michael Niedermayer [Tue, 13 Jan 2009 19:32:08 +0000 (19:32 +0000)]
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.

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

15 years agoAdd CODEC_ID_MP1.
Michael Niedermayer [Tue, 13 Jan 2009 19:13:08 +0000 (19:13 +0000)]
Add CODEC_ID_MP1.

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

15 years agoadd SLMJ fourcc to mjpeg
Ben Littler [Tue, 13 Jan 2009 17:10:10 +0000 (17:10 +0000)]
add SLMJ fourcc to mjpeg

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

15 years agoVC-1 display dimensions should affect coded dimensions only (I think)
Kostya Shishkov [Tue, 13 Jan 2009 08:05:40 +0000 (08:05 +0000)]
VC-1 display dimensions should affect coded dimensions only (I think)

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

15 years agoPrint VC-1 aspect ratio in debug
Kostya Shishkov [Tue, 13 Jan 2009 08:03:45 +0000 (08:03 +0000)]
Print VC-1 aspect ratio in debug

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

15 years ago421l: fix loop filter for P-frames in VC-1
Kostya Shishkov [Tue, 13 Jan 2009 08:02:31 +0000 (08:02 +0000)]
421l: fix loop filter for P-frames in VC-1

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

15 years agoCinepak strip ID is a single byte
Kostya Shishkov [Tue, 13 Jan 2009 08:00:37 +0000 (08:00 +0000)]
Cinepak strip ID is a single byte

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

15 years agoCinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
Kostya Shishkov [Tue, 13 Jan 2009 06:43:46 +0000 (06:43 +0000)]
Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.

This fixes issue 744

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

15 years agoconfigure: add Alpha CPU types
Måns Rullgård [Tue, 13 Jan 2009 02:02:50 +0000 (02:02 +0000)]
configure: add Alpha CPU types

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

15 years agofix version protection
Aurelien Jacobs [Tue, 13 Jan 2009 00:20:18 +0000 (00:20 +0000)]
fix version protection

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

15 years agoadd the necessary include for LIBAV*_VERSION_*
Aurelien Jacobs [Tue, 13 Jan 2009 00:14:43 +0000 (00:14 +0000)]
add the necessary include for LIBAV*_VERSION_*

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

15 years agoARM: use push/pop pseudo-instructions in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:49 +0000 (20:37 +0000)]
ARM: use push/pop pseudo-instructions in simple_idct_armv6.S

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

15 years agoARM: simple_idct_armv6.S whitespace cosmetics
Måns Rullgård [Mon, 12 Jan 2009 20:37:39 +0000 (20:37 +0000)]
ARM: simple_idct_armv6.S whitespace cosmetics

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

15 years agoARM: clean up pc-relative references in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:33 +0000 (20:37 +0000)]
ARM: clean up pc-relative references in simple_idct_armv6.S

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

15 years agoARM: use rX register names in simple_idct_armv6.S
Måns Rullgård [Mon, 12 Jan 2009 20:37:29 +0000 (20:37 +0000)]
ARM: use rX register names in simple_idct_armv6.S

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

15 years agoReindent after the last commit, while at it also add some spaces for
Stefano Sabatini [Mon, 12 Jan 2009 20:34:34 +0000 (20:34 +0000)]
Reindent after the last commit, while at it also add some spaces for
improving readability.

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

15 years agoMake avfilter_open() set to NULL the pads and the filters when the
Stefano Sabatini [Mon, 12 Jan 2009 20:30:57 +0000 (20:30 +0000)]
Make avfilter_open() set to NULL the pads and the filters when the
corresponding count is zero, rather than allocate a 16 bytes sized
block for them. Improve safety.

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

15 years agoAVI: add bswap.h include needed on big endian
Måns Rullgård [Mon, 12 Jan 2009 00:07:40 +0000 (00:07 +0000)]
AVI: add bswap.h include needed on big endian

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

15 years agoconfigure: fix PIC activation for x86_64 shared libs
Måns Rullgård [Sun, 11 Jan 2009 23:49:06 +0000 (23:49 +0000)]
configure: fix PIC activation for x86_64 shared libs

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

15 years agoAdd missing inclusion of libavutil/intreadwrite.h, fix compilation when
Stefano Sabatini [Sun, 11 Jan 2009 23:26:52 +0000 (23:26 +0000)]
Add missing inclusion of libavutil/intreadwrite.h, fix compilation when
libtheora is enabled.

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

15 years agoUse the dimensions in tkhd for timed text tracks
David Conrad [Sun, 11 Jan 2009 23:24:28 +0000 (23:24 +0000)]
Use the dimensions in tkhd for timed text tracks

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

15 years agoPass subarch instead of arch to YASMFLAGS
Ramiro Polla [Sun, 11 Jan 2009 23:15:13 +0000 (23:15 +0000)]
Pass subarch instead of arch to YASMFLAGS

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

15 years agoExtend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun [Sun, 11 Jan 2009 22:48:07 +0000 (22:48 +0000)]
Extend 'checkheaders' target to architecture-specific subdirectories.

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

15 years agoSplit arch variable into arch and subarch.
Diego Biurrun [Sun, 11 Jan 2009 22:45:19 +0000 (22:45 +0000)]
Split arch variable into arch and subarch.

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

15 years agoUse 'enabled' function to simplify x86_64 check in the mingw32 section.
Diego Biurrun [Sun, 11 Jan 2009 22:32:45 +0000 (22:32 +0000)]
Use 'enabled' function to simplify x86_64 check in the mingw32 section.

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

15 years agoFix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun [Sun, 11 Jan 2009 22:19:48 +0000 (22:19 +0000)]
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

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

15 years agoAdd truncf() replacement function.
Michael Kostylev [Sun, 11 Jan 2009 22:10:04 +0000 (22:10 +0000)]
Add truncf() replacement function.
Patch by Michael Kostylev <mik at it-1 dot ru>

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

15 years agoImplement the avfilter_default_draw_slice() handler and use it in
Stefano Sabatini [Sun, 11 Jan 2009 22:05:48 +0000 (22:05 +0000)]
Implement the avfilter_default_draw_slice() handler and use it in
avfilter_draw_slice() when the draw_slice callback is not defined in
the input pad.

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

15 years agoUse setmode() if it exists in <io.h>, and not based on O_BINARY.
Ramiro Polla [Sun, 11 Jan 2009 22:05:43 +0000 (22:05 +0000)]
Use setmode() if it exists in <io.h>, and not based on O_BINARY.

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

15 years agoUse 'enabled' function instead of raw 'test' calls in arch checks.
Diego Biurrun [Sun, 11 Jan 2009 21:55:14 +0000 (21:55 +0000)]
Use 'enabled' function instead of raw 'test' calls in arch checks.

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

15 years agoAdd my GPG key.
Diego Biurrun [Sun, 11 Jan 2009 21:21:40 +0000 (21:21 +0000)]
Add my GPG key.

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

15 years agocosmetics: indentation
Diego Biurrun [Sun, 11 Jan 2009 21:08:52 +0000 (21:08 +0000)]
cosmetics: indentation

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

15 years agoFix illegal identifier starting with an underscore.
Diego Biurrun [Sun, 11 Jan 2009 21:07:12 +0000 (21:07 +0000)]
Fix illegal identifier starting with an underscore.

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

15 years agomove ffindex set before mov_read_default so it can be used in functions
Baptiste Coudurier [Sun, 11 Jan 2009 21:04:25 +0000 (21:04 +0000)]
move ffindex set before mov_read_default so it can be used in functions

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

15 years agoAdd necessary, remove unnecessary #includes.
Diego Biurrun [Sun, 11 Jan 2009 21:03:42 +0000 (21:03 +0000)]
Add necessary, remove unnecessary #includes.

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

15 years agoDrop unnecessary intreadwrite.h and bswap.h #includes.
Diego Biurrun [Sun, 11 Jan 2009 20:26:53 +0000 (20:26 +0000)]
Drop unnecessary intreadwrite.h and bswap.h #includes.

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

15 years agoAdd missing #include to fix 'make checkheaders'.
Diego Biurrun [Sun, 11 Jan 2009 20:12:14 +0000 (20:12 +0000)]
Add missing #include to fix 'make checkheaders'.

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

15 years agocosmetics: Remove useless quotes.
Diego Biurrun [Sun, 11 Jan 2009 19:54:57 +0000 (19:54 +0000)]
cosmetics: Remove useless quotes.

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

15 years ago1l: better alphabetical order
Diego Biurrun [Sun, 11 Jan 2009 19:53:12 +0000 (19:53 +0000)]
1l: better alphabetical order

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

15 years agoAdd missing --disable-armv6t2 to help output.
Diego Biurrun [Sun, 11 Jan 2009 19:52:01 +0000 (19:52 +0000)]
Add missing --disable-armv6t2 to help output.

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

15 years agoIncrease BUFFER_SIZE.
Michael Niedermayer [Sun, 11 Jan 2009 16:35:04 +0000 (16:35 +0000)]
Increase BUFFER_SIZE.
Fixes issue719.

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

15 years agofix indention
Michael Niedermayer [Sun, 11 Jan 2009 16:17:36 +0000 (16:17 +0000)]
fix indention

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

15 years agoAll negative values are errors not just -1.
Michael Niedermayer [Sun, 11 Jan 2009 16:16:33 +0000 (16:16 +0000)]
All negative values are errors not just -1.

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

15 years agoCheck the return of audio and video encoders.
Michael Niedermayer [Sun, 11 Jan 2009 16:15:34 +0000 (16:15 +0000)]
Check the return of audio and video encoders.

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

15 years agoAll negative returns are errors not just -1.
Michael Niedermayer [Sun, 11 Jan 2009 16:11:02 +0000 (16:11 +0000)]
All negative returns are errors not just -1.

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

15 years ago30l: when reading mb_offset in RV30 slice header its size
Kostya Shishkov [Sun, 11 Jan 2009 10:50:00 +0000 (10:50 +0000)]
30l: when reading mb_offset in RV30 slice header its size
should be calculated from current frame dimensions

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

15 years agocosmetics
Baptiste Coudurier [Sun, 11 Jan 2009 10:42:24 +0000 (10:42 +0000)]
cosmetics

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

15 years agoremove warnings about uninitialized vars
Baptiste Coudurier [Sun, 11 Jan 2009 10:41:43 +0000 (10:41 +0000)]
remove warnings about uninitialized vars

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