Diego Biurrun
43a2ce000a
Revert unused fixedpoint declaration.
...
Originally committed as revision 9959 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3b36389af0
vbv related questions
...
Originally committed as revision 9958 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f754bfb962
get rid of nonsense "tolerance" and mention VBV
...
Originally committed as revision 9957 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d9a1e085cd
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
18 years ago
Justin Ruggles
f5cefb21d5
cosmetics: blank lines, remove some comments
...
Originally committed as revision 9955 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
82758fd690
add pointer to the parent context for use with av_log()
...
Originally committed as revision 9954 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
77416325cb
use array for dynamic range scaling factors
...
Originally committed as revision 9953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5abee3186c
thread hijacking
...
Originally committed as revision 9952 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
86852499bf
ffmpeg forum
...
Originally committed as revision 9951 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d7826b58d2
make wmv1 and wmv2 playable with M$ DMO decoder
...
Originally committed as revision 9950 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a3be5e589b
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
18 years ago
Justin Ruggles
01f354531d
add dialogue normalization
...
Originally committed as revision 9948 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
8767b80f5f
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
18 years ago
Baptiste Coudurier
fe4ff07aa0
fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf
...
Originally committed as revision 9946 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
7ba32703dd
Fix linking when RTP is disabled and libraries are dynamic
...
Originally committed as revision 9945 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
6628165891
Add proper license header
...
Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
369f73062b
Remove AVCodecContext parameter from parse_timecode function
...
Originally committed as revision 9943 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
e3c90129a4
Fix deinterlacing for odd height
...
Originally committed as revision 9942 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
3c247b4ff7
Deinterlace xsub subtitles
...
Originally committed as revision 9941 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
3143c78716
Colours except background should not be transparent
...
Originally committed as revision 9940 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
d5049e2c69
get rid of av_rescale_q, it does not work as intended.
...
Originally committed as revision 9939 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
d6136c7618
get rid of xsubdec array and calculate value instead
...
Originally committed as revision 9938 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
737c5ebfc8
10l, runbits order was reversed
...
Originally committed as revision 9937 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
cbb79c0ea8
Hack to support XSUB subtitles in AVI
...
Originally committed as revision 9936 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
5968b39635
100l, wrong argument to av_freep
...
Originally committed as revision 9935 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
59f6f64e30
Add forgotten xsub timecode parsing
...
Originally committed as revision 9934 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
7e2643ae8d
First version of xsub decoder, not yet tested
...
Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Bryant
6b05eb3117
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
18 years ago
Justin Ruggles
2477ce2322
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
18 years ago
Michael Niedermayer
4cd2508139
fix misdetection of out.ac3
...
Originally committed as revision 9930 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3504467f8b
//more debug info
...
Originally committed as revision 9929 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
4f0a995631
remove now useless vars
...
Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
5fcf2df323
cosmetics, braces/parenthesis style
...
Originally committed as revision 9927 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c78ed54266
cosmetics, indentation
...
Originally committed as revision 9926 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c6f05d8122
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
18 years ago
Baptiste Coudurier
c6377f6143
do not write id3v2 header when writing .mp2 files
...
Originally committed as revision 9924 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
7a97dd84e3
remove useless raw_write_header
...
Originally committed as revision 9923 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
ecc8fc11ec
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
18 years ago
Loren Merritt
2bf4aa2e93
prevent huffyuv from generating codewords of length 32. (regression in r9069)
...
Originally committed as revision 9921 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
c49c02231c
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
18 years ago
Michael Niedermayer
f683dbdc6a
set the previous tag size correctly in flv files
...
Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
48a59dfe8e
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
18 years ago
Michael Niedermayer
8258354849
correct initial timestamps which have AV_NOPTS_VALUE
...
Originally committed as revision 9917 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
3bbb0bf82c
add support for downmixing to stereo or mono
...
Originally committed as revision 9916 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c0d2d806f3
topic explanations
...
Originally committed as revision 9915 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
4e09232070
use dsputil for float to signed 16-bit sample conversion
...
Originally committed as revision 9914 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sam Hocevar
97be28d8d7
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
18 years ago
Michael Niedermayer
d2f8f410bc
flashsv regression test
...
closes issue5
Originally committed as revision 9912 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
775369e028
cosmetics: indentation
...
Originally committed as revision 9911 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
7b4076a777
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
18 years ago