Michael Niedermayer
55fc0eb174
AUDIOPHILE_KIDDY_MODE
...
Originally committed as revision 8475 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
50df67d3b5
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...)
...
Originally committed as revision 8474 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
14f887efc6
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
...
Originally committed as revision 8473 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
20cf58c32b
make kaiser windows with other beta than 16 available
...
Originally committed as revision 8472 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Tim Chick
f88e7c833b
enable iwmmxt support, removing mm_support() stub
...
patch by Tim Chick, chick at computergeek freeserve co uk
Originally committed as revision 8471 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c252b26d55
make high precision mode accessible at compile time
...
Originally committed as revision 8470 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ca6940f871
increase bits for non default highprecision mode
...
Originally committed as revision 8469 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ae232dd740
code for testing the accuracy of the resampler
...
Originally committed as revision 8468 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
66a148a19a
remove dithering of filter coefficients, improves precision by 1-2 bits and
...
improves subjective sound quality on artificial sample (udial.wav resampling
to 32khz)
Originally committed as revision 8467 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Conrad
8076609a40
The NSV demuxer assumes that a video frame's timestamp increases by one on each
...
frame, but some low-bitrate NSV files omit video frames for some NSV frames,
and expect the timestamp to increase by one every NSV frame. This is noticeable
in 64vp3.nsv where the video runs several times faster than the audio. Fix this
by unconditionally incrementing the video's timestamp with each NSV frame.
patch by David Conrad, umovimus gmail com
Originally committed as revision 8466 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Wolfram Gloger
df7625ed62
av_estimate_timings_from_pts() flushes the packet queue but doesn't
...
reset the streams' cur_dts values. This can lead to a fatal "error,
non monotone timestamps ..." message later, because the out-of-date
cur_dts values are used to compute some packet's dts.
Fix this by calling av_read_frame_flush() and eliminate code
duplication in the process.
The additional hunk gives more detailed error messages.
patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de
Originally committed as revision 8465 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
e14f79ed37
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame
...
Originally committed as revision 8464 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
638fd2fce7
cosmetics
...
Originally committed as revision 8463 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2d2432b738
set audio frame size based on stts
...
Originally committed as revision 8462 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
4278662d45
treat frame_size > 1 as compressed audio
...
Originally committed as revision 8461 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c72e05ba0f
Smacker Audio stereo fix
...
Originally committed as revision 8460 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5d171758c0
update links to old probably obsolete bttv patches
...
Originally committed as revision 8459 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
afe28f7ce9
link to ffv1, msmpeg4, asv1, 4xm docs
...
Originally committed as revision 8458 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
04704a7881
libav* headers for pascal
...
Originally committed as revision 8457 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Braithwaite
058ee0cf95
Small simplifications to subband coefficient handling and use av_random().
...
Patch by Ian Braithwaite ian .. braithwaite ... dk
Originally committed as revision 8456 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
0ec4bc6a27
oops, encoder was under ifdef decoders.
...
Originally committed as revision 8455 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
028d6f3e71
revert r8428, the check was not that useless
...
should fix constant pts=0 with broken demuxers
Originally committed as revision 8454 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
1424a50772
add myself as AC-3 maintainer
...
Originally committed as revision 8453 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a843d1ff32
i think this is more correct
...
Originally committed as revision 8452 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
b314cfe709
Correctly handle data_size on decoding
...
Originally committed as revision 8451 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
b5a05cc295
fix handling of special case for lowest snroffset. regressions are unaffected.
...
Originally committed as revision 8450 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8a0cdea157
10l, fix debug, dprintf does not have log level
...
Originally committed as revision 8449 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
bd03c380ce
expose av_base64_decode and av_base64_encode
...
Originally committed as revision 8448 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Clemens Ladisch
559fd1e795
fix end-of-file detection
...
At the end of a nut file, the check for url_feof() fails because the
eof flag was cleared by the url_fseek() call that was used to skip over
the index packet. This patch fixes this
patch by: Clemens Ladisch % cladisch A fastmail P net %
Original thread:
Date: Feb 27, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection
Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c06136e024
add dnxhd fourcc
...
Originally committed as revision 8446 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
52b6bad219
dnxhd decoder
...
Originally committed as revision 8445 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bill O'Shaughnessy
4140a5234e
AC-3 encoded volume is too high. Revert revision 7160:
...
bring AC3 encoder output up to input volume level
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
date: Nov 21, 2006 11:36PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level
Originally committed as revision 8444 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d7645fb9db
fix init_vlc() with nonzero flags
...
Originally committed as revision 8443 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
575bf46f16
split ac3_parametric_bit_allocation into 3 separate functions
...
Originally committed as revision 8442 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
f8b9830b6c
improve ac3_probe by counting consecutive frames
...
Originally committed as revision 8441 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
9a44385e1a
Zero MV vectors for P frame intra blocks
...
Originally committed as revision 8440 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
edf97a75f9
fix full range (jpeg yuv) chroma
...
Originally committed as revision 22713 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Loren Merritt
d2bfaf8aae
huffyuv rgb encoder
...
Originally committed as revision 8439 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Pettenò
642d4a1a16
Remove parameter unused in format string.
...
Patch by Diego Petten [flameeyes gentoo org]
Originally committed as revision 8438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7c9712335b
indentation
...
Originally committed as revision 8437 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
ab47579565
Proper handling of motion vectors for adv. profile
...
Originally committed as revision 8436 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
495529f7df
hardcode ff_ac3_frame_sizes table
...
Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bobby Bingham
92964be895
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
...
Originally committed as revision 8434 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bc4efe42dd
remove incorrect special case for audio
...
Originally committed as revision 8433 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7e4baa66e0
fix indention
...
Originally committed as revision 8432 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d9e1efb7f8
reorder pts into dts support
...
Originally committed as revision 8431 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bobby Bingham
e8952fa571
Move the encoding of the image data to its own function.
...
patch by Bobby Bingham, uhmmmm gmail com
Originally committed as revision 8430 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bobby Bingham
552cf71281
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
...
Originally committed as revision 8429 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a7f7965a27
remove useless if()
...
Originally committed as revision 8428 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
14eb3345ba
simplify
...
Originally committed as revision 8427 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago