Bohdan Horst
cc044c1cc0
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)
...
Originally committed as revision 3632 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
afbb5ce406
dvr-ms video decoding support
...
Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
db4d9faf8d
optimzation
...
Originally committed as revision 3630 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
58897665ae
optimization
...
Originally committed as revision 3629 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7b89e963e8
fix CABAC+LOOP missmatch
...
Originally committed as revision 3628 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
3981c385cc
cbp_table cleanup
...
Originally committed as revision 3627 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9af1ec8e9a
cleanup of decode_cabac_residual()
...
Originally committed as revision 3626 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
d6b0c1bbf8
decode intra cabac mb_type cleanup
...
Originally committed as revision 3625 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Gildas Bazin
03393cb766
small typo patch by (Gildas Bazin <gbazin at altern dot org>)
...
Originally committed as revision 3624 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Loren Merritt
d5af70c3b8
H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>)
...
Originally committed as revision 3623 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Nathan Kurz
1a1dc611ce
bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>)
...
Originally committed as revision 3622 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roman Shaposhnik
f02be79d61
* Introducing IIDC1394 grabbing interface.
...
Use it with -grab dc1394
* Introducing yet another packed pix_fmt in order to support some of
the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
5ba7c3d7c9
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams
...
Originally committed as revision 3620 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
a7b42d28da
10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch
...
Originally committed as revision 13734 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Michael Niedermayer
6e225de2fe
user selectble cutoff frequency
...
Originally committed as revision 3619 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
4e255822e5
100l (dont reset the sample position at the block end)
...
Originally committed as revision 3618 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
6e1c66bc06
adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64
...
Originally committed as revision 13721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
20 years ago
Michael Niedermayer
ed861c6bd2
make most resample filter parameters selectable at runtime
...
Originally committed as revision 3617 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
f25ba8b393
optimization
...
Originally committed as revision 3616 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
51a880208a
make filter size, int32/int16 and a few other things selectable at compiletime
...
Originally committed as revision 3615 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2ac615da82
10l
...
Originally committed as revision 3614 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roman Shaposhnik
2639c651db
* Introducing new UI for grabbing.
...
There's an option -grab <format> that basically acts as -i
but for grabbing. So now it's possible to grab from multiple
sources at once and fully control -r -s and -pix_fmt for
each individual grab.
* removing -dv1394
Please use -grab dv1394 instead.
Originally committed as revision 3613 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
9303d49c6a
correction
...
Originally committed as revision 3612 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
92a80570aa
add the long_name to the -formats output patch by (john Galloway <jrg at monsterbot dot com>) and (Måns Rullgård <mru at mru dot ath dot cx>)
...
Originally committed as revision 3611 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
4a8d51356f
fixing demuxing of vc2_intro.avi
...
Originally committed as revision 3610 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7494cac0fd
fix constrained parameters flag
...
Originally committed as revision 3609 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
d08f4bcbbd
report keyframes
...
Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
595bf4ef63
set correct timebase
...
Originally committed as revision 3607 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
15862411e6
infinte recursion fix
...
Originally committed as revision 3606 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Wolfram Gloger
daed32f7d0
update sync_opts for video frame copy patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>)
...
Originally committed as revision 3605 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
8b4d077fc9
gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>)
...
Originally committed as revision 3604 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
394c4d77d2
1000l (copy & paste)
...
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
17c88cb0ce
user setable preload and max_mux_delay
...
Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1f631450fd
OPT_FLOAT
...
Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
ad81a9fe41
Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)
...
Originally committed as revision 3600 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
f62e9435b7
FAQ entry for manually changing fourcc
...
Originally committed as revision 3599 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Alex Beregszaszi
f7599d5ff0
cws2fws, utility to convert compressed flash files to uncompressed ones, which can be than played back with ffplay. note: this doesn't gets compiled automatically
...
Originally committed as revision 3598 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
b2a2197e71
user setable fourcc
...
Originally committed as revision 3597 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Nathan Kurz
ecc2c0a464
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
...
Originally committed as revision 3596 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
45cb4767bc
xvid fake divx version workaround
...
Originally committed as revision 3595 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
035817727f
support strictly enforcing gop size
...
Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
9efc77c86f
fix forcing of individual frame types
...
Originally committed as revision 3593 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
528c2c737e
fix assertion failure in case of timestamp discontinuities
...
Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roman Shaposhnik
6e1f8725ef
* fixing a problem with ffplay being stuck (and not responding to
...
anything but 'q') when it reaches the end of stream.
Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Roman Shaposhnik
664f583665
* static allocation for audio packets. This will make it a little bit
...
faster and easier to follow.
* misc. fixes for problems with seeking
Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Mike Melanson
b3bfb29980
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
...
Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
8bcb147f54
generic cur_dts update
...
removing cur_dts update code from dv again, i think its not needed
Originally committed as revision 3588 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
D Richard Felker III
4471e59b24
1000l
...
btw what is the sense in all these nonsense REAL_* macros?
the extra level of indirection seems to help nothing...
can we reverse that and commit a sane replacement?
Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
83582de4c1
flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)
...
max_pos, buffer flush, audio and video timestamp fix by me
Originally committed as revision 3586 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
7b3c1382bf
100l (forgoten seeking functions)
...
Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago