]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoRemove duplication of imlib2 vhook documentation.
Ramiro Polla [Tue, 7 Aug 2007 02:43:50 +0000 (02:43 +0000)]
Remove duplication of imlib2 vhook documentation.
It is more complete at doc/hooks.texi

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

16 years agoCorrect misleading comment and typo
Ramiro Polla [Tue, 7 Aug 2007 02:38:20 +0000 (02:38 +0000)]
Correct misleading comment and typo

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

16 years agoIndent
Ramiro Polla [Tue, 7 Aug 2007 02:28:02 +0000 (02:28 +0000)]
Indent

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

16 years agoIndent
Ramiro Polla [Tue, 7 Aug 2007 00:58:58 +0000 (00:58 +0000)]
Indent

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

16 years agoSimplify configure's output
Ramiro Polla [Tue, 7 Aug 2007 00:57:48 +0000 (00:57 +0000)]
Simplify configure's output

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

16 years agoIndent
Ramiro Polla [Tue, 7 Aug 2007 00:46:36 +0000 (00:46 +0000)]
Indent

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

16 years agomake dts_delta_threshold float so values <1 can be used
Michael Niedermayer [Tue, 7 Aug 2007 00:26:37 +0000 (00:26 +0000)]
make dts_delta_threshold float so values <1 can be used

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

16 years agoaudio drift threshold
Michael Niedermayer [Tue, 7 Aug 2007 00:03:50 +0000 (00:03 +0000)]
audio drift threshold
(this switches between resampling style timestamp drift compensation and
hard insert silence / drop samples compensation)

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

16 years agoenable the native AC-3 decoder
Justin Ruggles [Tue, 7 Aug 2007 00:02:29 +0000 (00:02 +0000)]
enable the native AC-3 decoder

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

16 years agomake output buffer larger so drift compensation can work
Michael Niedermayer [Mon, 6 Aug 2007 23:34:41 +0000 (23:34 +0000)]
make output buffer larger so drift compensation can work

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

16 years agospelling/grammar
Diego Biurrun [Mon, 6 Aug 2007 21:19:11 +0000 (21:19 +0000)]
spelling/grammar

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

16 years agoensure that the codec_id detection in av_find_stream_info() does not
Michael Niedermayer [Mon, 6 Aug 2007 21:14:29 +0000 (21:14 +0000)]
ensure that the codec_id detection in av_find_stream_info() does not
destroy the first dts values

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

16 years agomore verbose error
Michael Niedermayer [Mon, 6 Aug 2007 20:37:45 +0000 (20:37 +0000)]
more verbose error

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

16 years agoignore preroll, it is generally not what AVStream.start_time should contain
Michael Niedermayer [Mon, 6 Aug 2007 20:36:55 +0000 (20:36 +0000)]
ignore preroll, it is generally not what AVStream.start_time should contain

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

16 years agoDon't encode the first sample twice.
Benjamin Larsson [Mon, 6 Aug 2007 19:49:18 +0000 (19:49 +0000)]
Don't encode the first sample twice.

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

16 years agoRevert r9952, as per discussion at
Víctor Paesa [Mon, 6 Aug 2007 18:47:18 +0000 (18:47 +0000)]
Revert r9952, as per discussion at
http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2007-August/008834.html

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

16 years agocosmetic, indentation
Baptiste Coudurier [Mon, 6 Aug 2007 08:42:05 +0000 (08:42 +0000)]
cosmetic, indentation

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

16 years agoRevert unused fixedpoint declaration.
Diego Biurrun [Mon, 6 Aug 2007 08:14:28 +0000 (08:14 +0000)]
Revert unused fixedpoint declaration.

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

16 years agovbv related questions
Michael Niedermayer [Mon, 6 Aug 2007 00:19:17 +0000 (00:19 +0000)]
vbv related questions

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

16 years agoget rid of nonsense "tolerance" and mention VBV
Michael Niedermayer [Mon, 6 Aug 2007 00:05:09 +0000 (00:05 +0000)]
get rid of nonsense "tolerance" and mention VBV

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

16 years agomake it a little harder to find the tracker, this should hopefully
Michael Niedermayer [Sun, 5 Aug 2007 22:41:10 +0000 (22:41 +0000)]
make it a little harder to find the tracker, this should hopefully
reduce the number of completly meaningless "bugreports"

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

16 years agocosmetics: blank lines, remove some comments
Justin Ruggles [Sun, 5 Aug 2007 21:48:46 +0000 (21:48 +0000)]
cosmetics: blank lines, remove some comments

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

16 years agoadd pointer to the parent context for use with av_log()
Justin Ruggles [Sun, 5 Aug 2007 21:34:33 +0000 (21:34 +0000)]
add pointer to the parent context for use with av_log()

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

16 years agouse array for dynamic range scaling factors
Justin Ruggles [Sun, 5 Aug 2007 21:10:09 +0000 (21:10 +0000)]
use array for dynamic range scaling factors

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

16 years agothread hijacking
Michael Niedermayer [Sun, 5 Aug 2007 20:44:37 +0000 (20:44 +0000)]
thread hijacking

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

16 years agoffmpeg forum
Michael Niedermayer [Sun, 5 Aug 2007 20:37:57 +0000 (20:37 +0000)]
ffmpeg forum

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

16 years agomake wmv1 and wmv2 playable with M$ DMO decoder
Michael Niedermayer [Sun, 5 Aug 2007 20:03:37 +0000 (20:03 +0000)]
make wmv1 and wmv2 playable with M$ DMO decoder

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

16 years agoupdate seek regressions for r9917
Michael Niedermayer [Sun, 5 Aug 2007 19:41:36 +0000 (19:41 +0000)]
update seek regressions for r9917
(correct initial timestamps which have AV_NOPTS_VALUE)

sorry, i will rm tests/seek_test ; make ; make seektest from now on

Before r9917 lavf replaced the initial dts which were unknown (AV_NOPTS_VALUE)
by values starting from -frame_duration or another guessed value.
After r9917 lavf buffers packets until it finds a known timestamp or it buffered
too much, it will then correct the previous unknown timestamps in the buffer exactly.
For the seek tests that meant that a few initial timestamps would get changed.
If no packet in the whole stream contains a timestamp then all timestamps
will be changed by first_frame_duration or so as 0 is used instead of
-frame_duration as startpoint ...

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

16 years agoadd dialogue normalization
Justin Ruggles [Sun, 5 Aug 2007 19:36:35 +0000 (19:36 +0000)]
add dialogue normalization

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

16 years agoChange avf_sdp_create() to get a pre-allocated buffer as input, and to
Luca Abeni [Sun, 5 Aug 2007 13:44:56 +0000 (13:44 +0000)]
Change avf_sdp_create() to get a pre-allocated buffer as input, and to
return an integer (0 if the SDP has been succesfully created, < 0 in case
of error)

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

16 years agofix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
Baptiste Coudurier [Sun, 5 Aug 2007 13:41:44 +0000 (13:41 +0000)]
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf

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

16 years agoFix linking when RTP is disabled and libraries are dynamic
Luca Abeni [Sun, 5 Aug 2007 13:32:37 +0000 (13:32 +0000)]
Fix linking when RTP is disabled and libraries are dynamic

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

16 years agoAdd proper license header
Reimar Döffinger [Sun, 5 Aug 2007 12:11:34 +0000 (12:11 +0000)]
Add proper license header

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

16 years agoRemove AVCodecContext parameter from parse_timecode function
Reimar Döffinger [Sun, 5 Aug 2007 12:11:31 +0000 (12:11 +0000)]
Remove AVCodecContext parameter from parse_timecode function

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

16 years agoFix deinterlacing for odd height
Reimar Döffinger [Sun, 5 Aug 2007 12:11:28 +0000 (12:11 +0000)]
Fix deinterlacing for odd height

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

16 years agoDeinterlace xsub subtitles
Reimar Döffinger [Sun, 5 Aug 2007 12:11:26 +0000 (12:11 +0000)]
Deinterlace xsub subtitles

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

16 years agoColours except background should not be transparent
Reimar Döffinger [Sun, 5 Aug 2007 12:11:24 +0000 (12:11 +0000)]
Colours except background should not be transparent

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

16 years agoget rid of av_rescale_q, it does not work as intended.
Reimar Döffinger [Sun, 5 Aug 2007 12:11:22 +0000 (12:11 +0000)]
get rid of av_rescale_q, it does not work as intended.

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

16 years agoget rid of xsubdec array and calculate value instead
Reimar Döffinger [Sun, 5 Aug 2007 12:11:20 +0000 (12:11 +0000)]
get rid of xsubdec array and calculate value instead

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

16 years ago10l, runbits order was reversed
Reimar Döffinger [Sun, 5 Aug 2007 12:11:18 +0000 (12:11 +0000)]
10l, runbits order was reversed

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

16 years agoHack to support XSUB subtitles in AVI
Reimar Döffinger [Sun, 5 Aug 2007 12:11:16 +0000 (12:11 +0000)]
Hack to support XSUB subtitles in AVI

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

16 years ago100l, wrong argument to av_freep
Reimar Döffinger [Sun, 5 Aug 2007 12:11:13 +0000 (12:11 +0000)]
100l, wrong argument to av_freep

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

16 years agoAdd forgotten xsub timecode parsing
Reimar Döffinger [Sun, 5 Aug 2007 12:11:11 +0000 (12:11 +0000)]
Add forgotten xsub timecode parsing

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

16 years agoFirst version of xsub decoder, not yet tested
Reimar Döffinger [Sun, 5 Aug 2007 12:11:09 +0000 (12:11 +0000)]
First version of xsub decoder, not yet tested

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

16 years agoAdd the handling of the INT32INFO block to the WavPack decoder.
David Bryant [Sun, 5 Aug 2007 05:56:34 +0000 (05:56 +0000)]
Add the handling of the INT32INFO block to the WavPack decoder.

Patch by David Bryant david at $codecname dot com
Thread: [FFmpeg-devel] [PATCH] handle INT32INFO in WavPack decoder

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

16 years ago10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too...
Justin Ruggles [Sun, 5 Aug 2007 03:36:50 +0000 (03:36 +0000)]
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable.

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

16 years agofix misdetection of out.ac3
Michael Niedermayer [Sun, 5 Aug 2007 02:17:06 +0000 (02:17 +0000)]
fix misdetection of out.ac3

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

16 years ago//more debug info
Michael Niedermayer [Sun, 5 Aug 2007 02:15:46 +0000 (02:15 +0000)]
//more debug info

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

16 years agoremove now useless vars
Baptiste Coudurier [Sun, 5 Aug 2007 01:40:49 +0000 (01:40 +0000)]
remove now useless vars

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

16 years agocosmetics, braces/parenthesis style
Baptiste Coudurier [Sun, 5 Aug 2007 01:40:07 +0000 (01:40 +0000)]
cosmetics, braces/parenthesis style

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

16 years agocosmetics, indentation
Baptiste Coudurier [Sun, 5 Aug 2007 01:36:31 +0000 (01:36 +0000)]
cosmetics, indentation

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

16 years agoadd streams on the fly, swf is a streaming format and has no real header, correctly...
Baptiste Coudurier [Sun, 5 Aug 2007 01:28:05 +0000 (01:28 +0000)]
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now

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

16 years agodo not write id3v2 header when writing .mp2 files
Baptiste Coudurier [Sun, 5 Aug 2007 00:47:57 +0000 (00:47 +0000)]
do not write id3v2 header when writing .mp2 files

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

16 years agoremove useless raw_write_header
Baptiste Coudurier [Sun, 5 Aug 2007 00:47:07 +0000 (00:47 +0000)]
remove useless raw_write_header

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

16 years agoadditional tweaks to AC3 probe function. give a higher score to a single frame
Justin Ruggles [Sun, 5 Aug 2007 00:32:19 +0000 (00:32 +0000)]
additional tweaks to AC3 probe function. give a higher score to a single frame
at the start of the stream. also read all available data in the probe buffer.

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

16 years agoprevent huffyuv from generating codewords of length 32. (regression in r9069)
Loren Merritt [Sun, 5 Aug 2007 00:29:02 +0000 (00:29 +0000)]
prevent huffyuv from generating codewords of length 32. (regression in r9069)

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

16 years agoincrease the maximum AC3 probe buffer size and reduce the threshold for 50% reliabili...
Justin Ruggles [Sat, 4 Aug 2007 23:53:05 +0000 (23:53 +0000)]
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames.  Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable.

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

16 years agoset the previous tag size correctly in flv files
Michael Niedermayer [Sat, 4 Aug 2007 23:03:17 +0000 (23:03 +0000)]
set the previous tag size correctly in flv files

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

16 years agoset a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE
Michael Niedermayer [Sat, 4 Aug 2007 22:54:46 +0000 (22:54 +0000)]
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE

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

16 years agocorrect initial timestamps which have AV_NOPTS_VALUE
Michael Niedermayer [Sat, 4 Aug 2007 22:46:13 +0000 (22:46 +0000)]
correct initial timestamps which have AV_NOPTS_VALUE

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

16 years agoadd support for downmixing to stereo or mono
Justin Ruggles [Sat, 4 Aug 2007 22:32:17 +0000 (22:32 +0000)]
add support for downmixing to stereo or mono

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

16 years agotopic explanations
Michael Niedermayer [Sat, 4 Aug 2007 22:30:28 +0000 (22:30 +0000)]
topic explanations

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

16 years agouse dsputil for float to signed 16-bit sample conversion
Justin Ruggles [Sat, 4 Aug 2007 20:59:22 +0000 (20:59 +0000)]
use dsputil for float to signed 16-bit sample conversion

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

16 years agoAdd support for grayscale MJPEG streams sent by Axis cameras such as the
Sam Hocevar [Sat, 4 Aug 2007 20:49:39 +0000 (20:49 +0000)]
Add support for grayscale MJPEG streams sent by Axis cameras such as the
207MW (http://www.axis.com/products/cam_207mw/).
patch by Sam Hocevar, sam+ffmpeg zoy org

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

16 years agoflashsv regression test
Michael Niedermayer [Sat, 4 Aug 2007 20:35:50 +0000 (20:35 +0000)]
flashsv regression test
closes issue5

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

16 years agocosmetics: indentation
Justin Ruggles [Sat, 4 Aug 2007 20:32:57 +0000 (20:32 +0000)]
cosmetics: indentation

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

16 years agoconsolidate decoding of lfe and coupling channels with decoding of full-bandwidth...
Justin Ruggles [Sat, 4 Aug 2007 19:19:48 +0000 (19:19 +0000)]
consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels.

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

16 years agobe slightly more careful with copying the codec_tag in the streamcopy case
Michael Niedermayer [Sat, 4 Aug 2007 16:03:39 +0000 (16:03 +0000)]
be slightly more careful with copying the codec_tag in the streamcopy case
fixes streamcopy of Xmen-avc-500.vp6 into flv
closes issue 57

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

16 years agothere are only 4 rematrixing bands
Justin Ruggles [Sat, 4 Aug 2007 15:01:21 +0000 (15:01 +0000)]
there are only 4 rematrixing bands

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

16 years agocosmetics: use more appropriate names for iterator variables.
Justin Ruggles [Sat, 4 Aug 2007 13:52:56 +0000 (13:52 +0000)]
cosmetics: use more appropriate names for iterator variables.

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

16 years agomove dnxhd data tables to separate file
Baptiste Coudurier [Sat, 4 Aug 2007 13:41:33 +0000 (13:41 +0000)]
move dnxhd data tables to separate file

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

16 years agomove some variables to a more local scope.
Justin Ruggles [Sat, 4 Aug 2007 13:30:37 +0000 (13:30 +0000)]
move some variables to a more local scope.

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

16 years agomake exponent decoding consistent (prepare for merging coupling and lfe code with...
Justin Ruggles [Sat, 4 Aug 2007 13:26:46 +0000 (13:26 +0000)]
make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code).

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

16 years agodnxhd 120 progressive support
Baptiste Coudurier [Sat, 4 Aug 2007 13:26:29 +0000 (13:26 +0000)]
dnxhd 120 progressive support

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

16 years agoindentation
Baptiste Coudurier [Sat, 4 Aug 2007 13:18:30 +0000 (13:18 +0000)]
indentation

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

16 years agodnxhd 185 interlaced support
Baptiste Coudurier [Sat, 4 Aug 2007 13:17:53 +0000 (13:17 +0000)]
dnxhd 185 interlaced support

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

16 years agocosmetic
Baptiste Coudurier [Sat, 4 Aug 2007 13:10:16 +0000 (13:10 +0000)]
cosmetic

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

16 years agono need to duplicate cid table vars in context
Baptiste Coudurier [Sat, 4 Aug 2007 13:09:08 +0000 (13:09 +0000)]
no need to duplicate cid table vars in context

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

16 years ago10l, use correct cid table
Baptiste Coudurier [Sat, 4 Aug 2007 13:03:12 +0000 (13:03 +0000)]
10l, use correct cid table

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

16 years agoadd coding unit size for interlaced decoding
Baptiste Coudurier [Sat, 4 Aug 2007 12:59:49 +0000 (12:59 +0000)]
add coding unit size for interlaced decoding

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

16 years agoshould be more correct
Baptiste Coudurier [Sat, 4 Aug 2007 12:43:31 +0000 (12:43 +0000)]
should be more correct

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

16 years agoset block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge...
Baptiste Coudurier [Sat, 4 Aug 2007 12:33:34 +0000 (12:33 +0000)]
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov

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

16 years agoindent
Michael Niedermayer [Sat, 4 Aug 2007 12:21:00 +0000 (12:21 +0000)]
indent

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

16 years agocosmetics: use braces when it makes the code easier to read.
Justin Ruggles [Sat, 4 Aug 2007 12:04:41 +0000 (12:04 +0000)]
cosmetics: use braces when it makes the code easier to read.

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

16 years agochange AC3DecodeContext variable to local variable
Justin Ruggles [Sat, 4 Aug 2007 11:55:10 +0000 (11:55 +0000)]
change AC3DecodeContext variable to local variable

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

16 years agouse array instead of bitmask
Justin Ruggles [Sat, 4 Aug 2007 11:39:47 +0000 (11:39 +0000)]
use array instead of bitmask

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

16 years agoMake MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.
Michael Niedermayer [Sat, 4 Aug 2007 11:01:11 +0000 (11:01 +0000)]
Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader.

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

16 years agouse table for converting dynamic range codes to scale factors
Justin Ruggles [Sat, 4 Aug 2007 03:27:05 +0000 (03:27 +0000)]
use table for converting dynamic range codes to scale factors

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

16 years agouse floating-point mantissa dequantization tables
Justin Ruggles [Sat, 4 Aug 2007 03:21:17 +0000 (03:21 +0000)]
use floating-point mantissa dequantization tables

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

16 years agocosmetics: indentation
Justin Ruggles [Sat, 4 Aug 2007 01:14:14 +0000 (01:14 +0000)]
cosmetics: indentation

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

16 years agodither zero-bit mantissas by default. remove dithering only if it's explicitly turned...
Justin Ruggles [Sat, 4 Aug 2007 01:13:08 +0000 (01:13 +0000)]
dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off.

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

16 years agodetect MS wav codecs
Michael Niedermayer [Sat, 4 Aug 2007 00:22:28 +0000 (00:22 +0000)]
detect MS wav codecs
fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov

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

16 years agosimplify coefficient decoding
Justin Ruggles [Sat, 4 Aug 2007 00:12:23 +0000 (00:12 +0000)]
simplify coefficient decoding

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

16 years agomerge decoding of coupling channel coefficients and regular channel coefficients
Justin Ruggles [Sat, 4 Aug 2007 00:04:17 +0000 (00:04 +0000)]
merge decoding of coupling channel coefficients and regular channel coefficients

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

16 years agosplit out coupling coefficient reconstruction into a separate function
Justin Ruggles [Fri, 3 Aug 2007 23:53:53 +0000 (23:53 +0000)]
split out coupling coefficient reconstruction into a separate function

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

16 years agodrop non keyframes before the first keyframe for stream copy
Michael Niedermayer [Fri, 3 Aug 2007 23:25:03 +0000 (23:25 +0000)]
drop non keyframes before the first keyframe for stream copy

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

16 years agofix block_align for mp3 stream copy
Michael Niedermayer [Fri, 3 Aug 2007 23:23:42 +0000 (23:23 +0000)]
fix block_align for mp3 stream copy

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

16 years agoURL of the webinterface
Michael Niedermayer [Fri, 3 Aug 2007 21:59:01 +0000 (21:59 +0000)]
URL of the webinterface

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

16 years agoget rid of some double timebase convertion
Michael Niedermayer [Fri, 3 Aug 2007 20:49:53 +0000 (20:49 +0000)]
get rid of some double timebase convertion

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

16 years agoremove the mailinglist still preferred note, roundup is much nicer even though
Michael Niedermayer [Fri, 3 Aug 2007 19:29:52 +0000 (19:29 +0000)]
remove the mailinglist still preferred note, roundup is much nicer even though
it still has some issues which lu_zero needs to deal with :)

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