]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
15 years agoadd -Wundef compiler flag, to catch typo in #if or similar situations
aurel [Fri, 16 Jan 2009 00:37:38 +0000 (00:37 +0000)]
add -Wundef compiler flag, to catch typo in #if or similar situations

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16621 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16620 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16619 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16618 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16617 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16616 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFactorise id3v2 header parsing from mp3.c to be shared
superdump [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 )

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16615 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16614 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16613 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16612 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16611 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16610 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16609 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16608 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16607 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16606 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16605 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16603 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16602 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16601 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoreplace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
aurel [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16600 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16599 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
diego [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16598 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16597 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16596 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16595 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16594 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16591 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoChange semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16590 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoInclude libavformat/avformat.h before all the other libav* headers.
stefano [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16586 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16585 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16584 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16582 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16581 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16580 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16579 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16578 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16576 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoCinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.
kostya [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16574 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoconfigure: add Alpha CPU types
mru [Tue, 13 Jan 2009 02:02:50 +0000 (02:02 +0000)]
configure: add Alpha CPU types

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16573 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16571 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16570 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16569 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16568 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16567 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoReindent after the last commit, while at it also add some spaces for
stefano [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16566 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoMake avfilter_open() set to NULL the pads and the filters when the
stefano [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16565 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16563 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16562 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16561 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16559 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16557 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16556 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd truncf() replacement function.
ramiro [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>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoImplement the avfilter_default_draw_slice() handler and use it in
stefano [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16554 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoUse setmode() if it exists in <io.h>, and not based on O_BINARY.
ramiro [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16552 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16551 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16550 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16549 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agomove ffindex set before mov_read_default so it can be used in functions
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16542 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years ago30l: when reading mb_offset in RV30 slice header its size
kostya [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd size that is needed for the wmapro codec
banan [Sun, 11 Jan 2009 10:40:05 +0000 (10:40 +0000)]
Add size that is needed for the wmapro codec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16533 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agocosmetics
bcoudurier [Sun, 11 Jan 2009 10:36:19 +0000 (10:36 +0000)]
cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoAdd support for muxing mov/mp4/3gp timed text streams
conrad [Sun, 11 Jan 2009 10:26:44 +0000 (10:26 +0000)]
Add support for muxing mov/mp4/3gp timed text streams

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRead extradata (justification, colors, fonts, etc) for mov/mp4 timed text
conrad [Sun, 11 Jan 2009 08:24:44 +0000 (08:24 +0000)]
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRV30 decoder passes possible frame sizes in extradata and selects
kostya [Sun, 11 Jan 2009 08:03:45 +0000 (08:03 +0000)]
RV30 decoder passes possible frame sizes in extradata and selects
an appropriate frame size from them in slice, make my decoder do
that as well.

This fixes issue 779

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoremove comment, this is not relevant anymore
bcoudurier [Sun, 11 Jan 2009 05:24:41 +0000 (05:24 +0000)]
remove comment, this is not relevant anymore

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoreindent
bcoudurier [Sun, 11 Jan 2009 05:23:46 +0000 (05:23 +0000)]
reindent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agocheck for negative dts value even if bitstream is already formated,
bcoudurier [Sun, 11 Jan 2009 05:23:10 +0000 (05:23 +0000)]
check for negative dts value even if bitstream is already formated,
this fixes dts when stream copying.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoUse coff as objformat for dos.
ramiro [Sun, 11 Jan 2009 02:19:33 +0000 (02:19 +0000)]
Use coff as objformat for dos.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoRemove H264Context from vdpau_internal.h.
cehoyos [Sun, 11 Jan 2009 00:48:20 +0000 (00:48 +0000)]
Remove H264Context from vdpau_internal.h.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agofix warning: assignment makes pointer from integer without a cast
aurel [Sat, 10 Jan 2009 23:49:50 +0000 (23:49 +0000)]
fix warning: assignment makes pointer from integer without a cast

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

15 years agoFix OBJS-.
cehoyos [Sat, 10 Jan 2009 23:17:07 +0000 (23:17 +0000)]
Fix OBJS-.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b