Michael Niedermayer
ff4905a524
better audio drift compensation
...
Originally committed as revision 3275 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0ff7199f59
fix first timestamp when decoding mpeg-ps
...
Originally committed as revision 3274 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
641aa661f6
10l
...
Originally committed as revision 3273 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
986ebcdb1b
audio timestamp drift compensation
...
Originally committed as revision 3272 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b9d2085ba1
various resampling fixes
...
Originally committed as revision 3271 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2d48edddf7
forgotten
...
Originally committed as revision 3270 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c77a9a0e26
timestamp duplication bugfix
...
Originally committed as revision 3269 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ff90688844
10l
...
Originally committed as revision 3268 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
13100292d3
add some expanded information when printing the banner, and always print
...
the banner; this will hopefully help in bug reporting
Originally committed as revision 3267 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
23ffe323d0
-t + capture bugfix
...
Originally committed as revision 3266 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c75f51f67c
which codecs does windows support
...
Originally committed as revision 3265 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
f7a7c75c3d
Ignore palette for grayscale files, all my samples are inverted with
...
default qt grayscale palette.
Originally committed as revision 3264 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
dab1c4c612
Paletted cvid support
...
Originally committed as revision 3263 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
d99fbbf4d7
Force alignement for rpza and smc
...
Originally committed as revision 3262 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
4460289911
fix for width or height not multiple of 4
...
Originally committed as revision 3261 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a31de95620
altivec yuv->rgb converter
...
orginal patch by (Marc Hoffman <mmh at pleasantst dot com>)
critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>)
known bugs/issues, which should be fixed ASAP by someone who has a ppc:
0..255 vs. 16..235
unneeded recalculation of tables
general cleaup, like removing double initalizing of variables
Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Alex Beregszaszi
92e09c5dd0
unused
...
Originally committed as revision 3260 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
ed0219a69f
altivec workaround
...
Originally committed as revision 3259 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
491c4a1005
warning fix
...
Originally committed as revision 3258 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
d967e3b8a5
some debug
...
Originally committed as revision 3257 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
41aecb13f3
skip_utf8, unused yet
...
Originally committed as revision 3256 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
0c2a9d56d4
make the tables static
...
Originally committed as revision 3255 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
b442a92f85
10l, non-x86 fix
...
Originally committed as revision 3254 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0dfd33c3f1
support skiping of mb rows during decoding
...
Originally committed as revision 3253 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75293f05f9
simplify
...
Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ee0c00d3b4
use libmpeg2 idct to decode xvid videos unless the user forced some other idct
...
Originally committed as revision 3251 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8176bd1a46
overflow fix
...
Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
57c4d4051e
bigendian fix
...
Originally committed as revision 12658 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Michael Niedermayer
0ff93477be
optimization
...
Originally committed as revision 3249 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
4c99f2cdbe
transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature request tracker
...
Originally committed as revision 3248 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
504c8380a3
ogg with ffplay fix
...
Originally committed as revision 3247 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
401fbdde2c
Documentation for -itsoffset switch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
...
Originally committed as revision 3246 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Alex Beregszaszi
5ea951b74e
ranlib cleanup by Dan Christiansen
...
Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Michael Niedermayer
27537106ac
try to allocate the buffer before usig it :)
...
Originally committed as revision 3245 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6f82497728
flush audio encoder buffers at the end
...
fix vorbis in nut again
Originally committed as revision 3244 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f2e92ef291
increase size of crop table
...
Originally committed as revision 3243 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
c2ab696add
100l fix codebook usage for v1 vectors
...
Originally committed as revision 3242 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
cf7eef66ce
1000l
...
Originally committed as revision 3241 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
9be653d0e9
cvs diff before cvs commit
...
Originally committed as revision 3240 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
0bd586c50d
sweeping change from -EIO -> AVERROR_IO
...
Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
cbf5374fc0
1000l to myself for FFMIN(...,0) instead of ...,6)
...
some more checks
Originally committed as revision 3238 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
cceb990ef9
1000l to the ffsvq3 author, our default bitstream reader is only guranteed to be able to read 25bit at a time
...
Originally committed as revision 3237 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6258c7e674
segfault fix
...
Originally committed as revision 3236 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Wolfram Gloger
cfcbbe48b6
Correct audio parameters when grabbing and using "-acodec copy" patch by (Wolfram Gloger <wmglo at dent ot med dot uni-muenchen dot de>)
...
Originally committed as revision 3235 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7b1fa7db0a
100l
...
Originally committed as revision 3234 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Luca Abeni
6e454c38b0
A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>)
...
Originally committed as revision 3233 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
30b5382bf9
regression checksum changes due to new resampling code
...
Originally committed as revision 3232 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
dca97cbe01
10l
...
Originally committed as revision 3231 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Nicolas Boos
bbec50d7ab
Install only manpage if binary is present patch by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
...
Originally committed as revision 3230 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
08f7073a6f
avoid useless normalization and 10l fix
...
Originally committed as revision 3229 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago