]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
15 years agoconfigure: move basic sanity tests before other tests
mru [Wed, 4 Feb 2009 21:28:54 +0000 (21:28 +0000)]
configure: move basic sanity tests before other tests

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

15 years agoRemove documentation of non-existing function parameters.
diego [Wed, 4 Feb 2009 20:43:17 +0000 (20:43 +0000)]
Remove documentation of non-existing function parameters.

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

15 years agoRemove unused CONFIG_H264_ENCODER #define.
diego [Wed, 4 Feb 2009 20:41:09 +0000 (20:41 +0000)]
Remove unused CONFIG_H264_ENCODER #define.

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

15 years agoRemove pointless '#if CONFIG_ENCODERS' around forward declarations.
diego [Wed, 4 Feb 2009 20:36:37 +0000 (20:36 +0000)]
Remove pointless '#if CONFIG_ENCODERS' around forward declarations.

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

15 years agofastdiv is disabled by default, so put --enable-fastdiv into the help output.
diego [Wed, 4 Feb 2009 20:34:08 +0000 (20:34 +0000)]
fastdiv is disabled by default, so put --enable-fastdiv into the help output.

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

15 years agoUse directory name as multiple inclusion guard prefix.
diego [Wed, 4 Feb 2009 20:31:20 +0000 (20:31 +0000)]
Use directory name as multiple inclusion guard prefix.
We do this for all other libraries already.

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

15 years agoMove enum RTSPTransport up a bit, so that all fields that are assigned a value
rbultje [Wed, 4 Feb 2009 17:17:20 +0000 (17:17 +0000)]
Move enum RTSPTransport up a bit, so that all fields that are assigned a value
of this type can be properly attributed as such (in this case, transport in
the RTSPTransportField struct). See "[PATCH] RTSP-MS 10/15: ASF header parsing"
thread on mailinglist.

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

15 years agoNo need to compute stype
romansh [Wed, 4 Feb 2009 16:16:53 +0000 (16:16 +0000)]
No need to compute stype

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

15 years agoalways write mxf time base in descriptors
bcoudurier [Wed, 4 Feb 2009 09:35:59 +0000 (09:35 +0000)]
always write mxf time base in descriptors

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

15 years agoDo not misuse unsigned long to store pointers.
ramiro [Wed, 4 Feb 2009 05:56:39 +0000 (05:56 +0000)]
Do not misuse unsigned long to store pointers.

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

15 years agouse sample rate as audio input time base
bcoudurier [Wed, 4 Feb 2009 04:50:47 +0000 (04:50 +0000)]
use sample rate as audio input time base

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

15 years agowrite all available metadata tags into extended_content_header
aurel [Wed, 4 Feb 2009 01:40:52 +0000 (01:40 +0000)]
write all available metadata tags into extended_content_header

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

15 years agouse new metadata API in asf muxer
aurel [Wed, 4 Feb 2009 01:37:16 +0000 (01:37 +0000)]
use new metadata API in asf muxer

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

15 years agolet packet pass through when no timestamps
bcoudurier [Tue, 3 Feb 2009 23:18:12 +0000 (23:18 +0000)]
let packet pass through when no timestamps

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

15 years agoexactly compute index byte count
bcoudurier [Tue, 3 Feb 2009 23:11:13 +0000 (23:11 +0000)]
exactly compute index byte count

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

15 years agoAdd av_cold attributes to *_init and *_end functions.
alexc [Tue, 3 Feb 2009 23:09:00 +0000 (23:09 +0000)]
Add av_cold attributes to *_init and *_end functions.

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

15 years agoprevent reading more than container atom size, fix broken file broken_by_rev15830...
bcoudurier [Tue, 3 Feb 2009 23:03:41 +0000 (23:03 +0000)]
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818

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

15 years agoVP3: Prevent stack corruption from an unset custom coding method.
alexc [Tue, 3 Feb 2009 22:59:47 +0000 (22:59 +0000)]
VP3: Prevent stack corruption from an unset custom coding method.

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

15 years agouse new metadata API in asf demuxer
aurel [Tue, 3 Feb 2009 22:12:06 +0000 (22:12 +0000)]
use new metadata API in asf demuxer

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

15 years agoAdd fields to H264Context and SPS for upcoming VA API support.
cehoyos [Tue, 3 Feb 2009 20:49:02 +0000 (20:49 +0000)]
Add fields to H264Context and SPS for upcoming VA API support.

Patch by Gwenole Beauchesne gbeauchesne A splitted-desktop dotcom

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

15 years ago100l, don't run tests twice, this was some forgotten debugging code.
reimar [Tue, 3 Feb 2009 18:04:52 +0000 (18:04 +0000)]
100l, don't run tests twice, this was some forgotten debugging code.

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

15 years agoFix a bug in 3DEC CBC decryption and add more extensive tests based on
reimar [Tue, 3 Feb 2009 17:58:19 +0000 (17:58 +0000)]
Fix a bug in 3DEC CBC decryption and add more extensive tests based on
the official test vectors.

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

15 years agocheck validity of pointer srcC
stefang [Tue, 3 Feb 2009 17:56:24 +0000 (17:56 +0000)]
check validity of pointer srcC

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

15 years agoUpdate DES test code to use the new public API.
reimar [Tue, 3 Feb 2009 17:03:49 +0000 (17:03 +0000)]
Update DES test code to use the new public API.

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

15 years agoAdd support for 3DES to DES module
reimar [Tue, 3 Feb 2009 16:45:42 +0000 (16:45 +0000)]
Add support for 3DES to DES module

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

15 years agoAdd and use a public API for RC4 and DES, analogous to the AES API.
reimar [Tue, 3 Feb 2009 14:20:55 +0000 (14:20 +0000)]
Add and use a public API for RC4 and DES, analogous to the AES API.

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

15 years agoReformat rdt_demuxer AVCodec struct sanely.
michael [Tue, 3 Feb 2009 13:12:20 +0000 (13:12 +0000)]
Reformat rdt_demuxer AVCodec struct sanely.

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

15 years agoFix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)
michael [Tue, 3 Feb 2009 11:01:57 +0000 (11:01 +0000)]
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)

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

15 years agoFix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm...
michael [Tue, 3 Feb 2009 03:01:17 +0000 (03:01 +0000)]
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809

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

15 years agouse new metadata API in aiff demuxer
aurel [Mon, 2 Feb 2009 23:43:12 +0000 (23:43 +0000)]
use new metadata API in aiff demuxer

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

15 years agobe more flexible with frame rate check
bcoudurier [Mon, 2 Feb 2009 23:37:03 +0000 (23:37 +0000)]
be more flexible with frame rate check

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

15 years agosimplify
aurel [Mon, 2 Feb 2009 23:25:02 +0000 (23:25 +0000)]
simplify

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

15 years agoFix vertical resolution of subtitles.
cehoyos [Mon, 2 Feb 2009 23:24:28 +0000 (23:24 +0000)]
Fix vertical resolution of subtitles.

Patch by Björn Axelsson gecko A acc D umu D se

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

15 years agoAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
diego [Mon, 2 Feb 2009 23:13:18 +0000 (23:13 +0000)]
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined

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

15 years agouse new metadata API in rtsp demuxer
aurel [Mon, 2 Feb 2009 23:09:39 +0000 (23:09 +0000)]
use new metadata API in rtsp demuxer

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

15 years agouse new metadata API in rtp muxer
aurel [Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)]
use new metadata API in rtp muxer

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

15 years agoit seems I never added myself in there before
aurel [Mon, 2 Feb 2009 22:45:01 +0000 (22:45 +0000)]
it seems I never added myself in there before

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

15 years agoAdd support for fourcc "SP54".
cehoyos [Mon, 2 Feb 2009 22:43:51 +0000 (22:43 +0000)]
Add support for fourcc "SP54".

Patch by Eli Friedman eli D friedman A gmail

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

15 years agocosmetics: indentation
aurel [Mon, 2 Feb 2009 22:17:26 +0000 (22:17 +0000)]
cosmetics: indentation

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

15 years agosimplify usage of dstlen as it is not a parameter anymore
aurel [Mon, 2 Feb 2009 22:17:14 +0000 (22:17 +0000)]
simplify usage of dstlen as it is not a parameter anymore

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

15 years agocosmetics: indentation
aurel [Mon, 2 Feb 2009 22:14:28 +0000 (22:14 +0000)]
cosmetics: indentation

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

15 years agouse new metadata API in the mp3 muxer
aurel [Mon, 2 Feb 2009 22:13:03 +0000 (22:13 +0000)]
use new metadata API in the mp3 muxer

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

15 years agouse new metadata API in the mp3 demuxer
aurel [Mon, 2 Feb 2009 22:11:56 +0000 (22:11 +0000)]
use new metadata API in the mp3 demuxer

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

15 years agomodify the way to pass parameters to av_metadata_set()
aurel [Mon, 2 Feb 2009 21:45:55 +0000 (21:45 +0000)]
modify the way to pass parameters to av_metadata_set()
This improves code readability and this avoid warnings about discarding
qualifiers from pointer target type.

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

15 years agocosmetics: whitespace
aurel [Mon, 2 Feb 2009 21:32:11 +0000 (21:32 +0000)]
cosmetics: whitespace

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

15 years agoDocumentation for LZO error return value flags
reimar [Mon, 2 Feb 2009 20:42:06 +0000 (20:42 +0000)]
Documentation for LZO error return value flags

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

15 years agoMove doxygen documentation from lzo.c to lzo.h
reimar [Mon, 2 Feb 2009 20:30:36 +0000 (20:30 +0000)]
Move doxygen documentation from lzo.c to lzo.h

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

15 years agocosmetics: whitespaces, empty lines
bcoudurier [Mon, 2 Feb 2009 20:29:31 +0000 (20:29 +0000)]
cosmetics: whitespaces, empty lines

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

15 years agomxf does not have timestamps
bcoudurier [Mon, 2 Feb 2009 20:26:49 +0000 (20:26 +0000)]
mxf does not have timestamps

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

15 years agoAdd av_ prefix to LZO stuff and thus make it officially part of the public API.
reimar [Mon, 2 Feb 2009 20:16:00 +0000 (20:16 +0000)]
Add av_ prefix to LZO stuff and thus make it officially part of the public API.
Keep lzo1x_decode until the next major version bump for binary compatibility.

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

15 years agoAllocate trellis tables on heap only when needed.
banan [Mon, 2 Feb 2009 18:51:02 +0000 (18:51 +0000)]
Allocate trellis tables on heap only when needed.

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

15 years agoSplits the totalbitrate in a videodatarate and audiodatarate part.
benoit [Mon, 2 Feb 2009 16:10:46 +0000 (16:10 +0000)]
Splits the totalbitrate in a videodatarate and audiodatarate part.
Patch by Stefan de Konink stefan konink de

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

15 years agoImplement the reading of the video bitrate of flv movies out of the meta data,
benoit [Mon, 2 Feb 2009 16:05:50 +0000 (16:05 +0000)]
Implement the reading of the video bitrate of flv movies out of the meta data,
to have the total bitrate available in the avformat structures.
Patch by Stefan de Konink  stefan konink de

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

15 years ago24bit pcm support
bcoudurier [Mon, 2 Feb 2009 10:58:33 +0000 (10:58 +0000)]
24bit pcm support

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

15 years agomore flexible mapping selection
bcoudurier [Mon, 2 Feb 2009 10:54:10 +0000 (10:54 +0000)]
more flexible mapping selection

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

15 years agofix temporal offet of ipbb sequences, simplification welcome
bcoudurier [Mon, 2 Feb 2009 10:41:43 +0000 (10:41 +0000)]
fix temporal offet of ipbb sequences, simplification welcome

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

15 years agoDoxygen defgroups throw a warning if they don't have a title as well as a name
superdump [Mon, 2 Feb 2009 10:31:51 +0000 (10:31 +0000)]
Doxygen defgroups throw a warning if they don't have a title as well as a name

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

15 years agofix video line map tag size
bcoudurier [Mon, 2 Feb 2009 10:10:41 +0000 (10:10 +0000)]
fix video line map tag size

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

15 years agofix flush and interleaving by edit units
bcoudurier [Mon, 2 Feb 2009 10:04:36 +0000 (10:04 +0000)]
fix flush and interleaving by edit units

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

15 years agowrite index table and rip, muxer works pretty well now
bcoudurier [Mon, 2 Feb 2009 10:03:38 +0000 (10:03 +0000)]
write index table and rip, muxer works pretty well now

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

15 years agoAdd XSUB to list of supported subtitle formats.
diego [Mon, 2 Feb 2009 09:40:02 +0000 (09:40 +0000)]
Add XSUB to list of supported subtitle formats.

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

15 years agocosmetics: Place all subtitle entries together.
diego [Mon, 2 Feb 2009 09:35:23 +0000 (09:35 +0000)]
cosmetics: Place all subtitle entries together.

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

15 years agoAdd necessary #includes to pass 'make checkheaders'.
diego [Mon, 2 Feb 2009 09:22:06 +0000 (09:22 +0000)]
Add necessary #includes to pass 'make checkheaders'.

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

15 years agofactorize common wav local tags
bcoudurier [Mon, 2 Feb 2009 04:40:57 +0000 (04:40 +0000)]
factorize common wav local tags

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

15 years agowrite req local tags for wav
bcoudurier [Mon, 2 Feb 2009 04:36:54 +0000 (04:36 +0000)]
write req local tags for wav

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

15 years agoadjust size when not writing f2
bcoudurier [Mon, 2 Feb 2009 04:00:27 +0000 (04:00 +0000)]
adjust size when not writing f2

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

15 years agodo not write f2 if not interlaced
bcoudurier [Mon, 2 Feb 2009 03:49:23 +0000 (03:49 +0000)]
do not write f2 if not interlaced

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

15 years agowrite bitrate tag
bcoudurier [Mon, 2 Feb 2009 03:45:03 +0000 (03:45 +0000)]
write bitrate tag

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

15 years agowrite display height/width tags
bcoudurier [Mon, 2 Feb 2009 03:35:09 +0000 (03:35 +0000)]
write display height/width tags

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

15 years agoflacdec: set default sample_fmt before parsing extradata
jbr [Mon, 2 Feb 2009 01:53:40 +0000 (01:53 +0000)]
flacdec: set default sample_fmt before parsing extradata

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

15 years agoAdd av_unused to conditionally used variable, fixes the warning:
diego [Mon, 2 Feb 2009 00:35:25 +0000 (00:35 +0000)]
Add av_unused to conditionally used variable, fixes the warning:
h264.c:6464: warning: unused variable 'dir'

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

15 years agoreturn eof/error if only ffm header has been written, should fix #815
bcoudurier [Sun, 1 Feb 2009 22:02:57 +0000 (22:02 +0000)]
return eof/error if only ffm header has been written, should fix #815

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

15 years agoExplain how to add IPv6 support to Cygwin.
victor [Sun, 1 Feb 2009 21:46:08 +0000 (21:46 +0000)]
Explain how to add IPv6 support to Cygwin.

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

15 years agodon't support the mp3 extension in the mp2 muxer
aurel [Sun, 1 Feb 2009 21:22:12 +0000 (21:22 +0000)]
don't support the mp3 extension in the mp2 muxer
especially not under any conditionnal

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

15 years agoSilence compiler warnings for XL decoder
kostya [Sun, 1 Feb 2009 16:14:54 +0000 (16:14 +0000)]
Silence compiler warnings for XL decoder

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

15 years agoMake WNV1 decoder use temporary buffer for bit-reversed input
kostya [Sun, 1 Feb 2009 16:11:33 +0000 (16:11 +0000)]
Make WNV1 decoder use temporary buffer for bit-reversed input

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

15 years agocosmetics: Remove period after copyright statement non-sentence.
diego [Sun, 1 Feb 2009 15:52:01 +0000 (15:52 +0000)]
cosmetics: Remove period after copyright statement non-sentence.

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

15 years agoMake TM2 decoder byteswap input into separate buffer instead of doing it in-place.
kostya [Sun, 1 Feb 2009 15:27:44 +0000 (15:27 +0000)]
Make TM2 decoder byteswap input into separate buffer instead of doing it in-place.

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

15 years agoFactorize stream reading in TM2 decoder
kostya [Sun, 1 Feb 2009 15:20:20 +0000 (15:20 +0000)]
Factorize stream reading in TM2 decoder

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

15 years agoSilence two pointer assignment compiler warnings in rv34.c
kostya [Sun, 1 Feb 2009 15:03:40 +0000 (15:03 +0000)]
Silence two pointer assignment compiler warnings in rv34.c

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

15 years agoSilence useless compiler warning when passing AVFrame* instead of AVPicture*
kostya [Sun, 1 Feb 2009 14:44:51 +0000 (14:44 +0000)]
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
to ff_msrle_decode()

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

15 years agoRemove H.264 encoder initialization.
diego [Sun, 1 Feb 2009 14:07:08 +0000 (14:07 +0000)]
Remove H.264 encoder initialization.
We have no H.264 encoder to speak of and this produces warnings.

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

15 years agoFix the Transport: line in the SETUP request so that it works with WMS
rbultje [Sun, 1 Feb 2009 13:37:45 +0000 (13:37 +0000)]
Fix the Transport: line in the SETUP request so that it works with WMS
servers when trying to set up a session over TCP:
- add the interleave property
- add unicast, only for WMS (since it is normally only UDP, but WMS expects it
   for UDP and TCP)
- add mode=play
See discussion in "[PATCH] RTSP-MS 9/15: add interleave property to the TCP
transport line of the SETUP request" thread on mailinglist.

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

15 years agoUse full internal pathname in doxygen @file directives.
diego [Sun, 1 Feb 2009 02:00:19 +0000 (02:00 +0000)]
Use full internal pathname in doxygen @file directives.
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.

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

15 years agoFix filenames in doxygen comments.
diego [Sun, 1 Feb 2009 01:29:30 +0000 (01:29 +0000)]
Fix filenames in doxygen comments.

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

15 years agocosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.
diego [Sun, 1 Feb 2009 00:20:45 +0000 (00:20 +0000)]
cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.

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

15 years agoremove some warnings due to avctx->execute
bcoudurier [Sat, 31 Jan 2009 22:49:58 +0000 (22:49 +0000)]
remove some warnings due to avctx->execute

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

15 years agoshorten: trivial simplification of signature check
mru [Sat, 31 Jan 2009 22:30:49 +0000 (22:30 +0000)]
shorten: trivial simplification of signature check

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

15 years agoassume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot...
bcoudurier [Sat, 31 Jan 2009 22:16:17 +0000 (22:16 +0000)]
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk

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

15 years agofix decoding 720p50 audio samples
bcoudurier [Sat, 31 Jan 2009 22:10:23 +0000 (22:10 +0000)]
fix decoding 720p50 audio samples

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

15 years agofree audio fifo
bcoudurier [Sat, 31 Jan 2009 11:17:04 +0000 (11:17 +0000)]
free audio fifo

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

15 years agouse st->priv_data to store per stream context
bcoudurier [Sat, 31 Jan 2009 11:06:20 +0000 (11:06 +0000)]
use st->priv_data to store per stream context

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

15 years agochange prototype of mxf_interleave_get_packet to make it compatible
bcoudurier [Sat, 31 Jan 2009 10:51:35 +0000 (10:51 +0000)]
change prototype of mxf_interleave_get_packet to make it compatible
with av_interleave_packet_per_dts

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

15 years agodo not use PAL_samples_per_frame in init, to make init independant
bcoudurier [Sat, 31 Jan 2009 10:49:26 +0000 (10:49 +0000)]
do not use PAL_samples_per_frame in init, to make init independant

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

15 years agocosmetics, remove empty lines
bcoudurier [Sat, 31 Jan 2009 10:47:55 +0000 (10:47 +0000)]
cosmetics, remove empty lines

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

15 years agoadd my copyright as well
bcoudurier [Sat, 31 Jan 2009 09:54:59 +0000 (09:54 +0000)]
add my copyright as well

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

15 years agofix doxygen tag
bcoudurier [Sat, 31 Jan 2009 09:53:59 +0000 (09:53 +0000)]
fix doxygen tag

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

15 years agocosmetics, align vertically
bcoudurier [Sat, 31 Jan 2009 09:53:23 +0000 (09:53 +0000)]
cosmetics, align vertically

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

15 years agowrite best effort video line map
bcoudurier [Sat, 31 Jan 2009 09:23:50 +0000 (09:23 +0000)]
write best effort video line map

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

15 years agoadd frame layout local tag, best effort
bcoudurier [Sat, 31 Jan 2009 09:08:01 +0000 (09:08 +0000)]
add frame layout local tag, best effort

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