- 22 Oct, 2004 3 commits
-
-
Roman Shaposhnik authored
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
-
Michael Niedermayer authored
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
-
Aurelien Jacobs authored
Originally committed as revision 13734 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Oct, 2004 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3619 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3618 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Aurelien Jacobs authored
Originally committed as revision 13721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 3617 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Oct, 2004 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3616 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3615 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3614 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
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
-
- 19 Oct, 2004 3 commits
-
-
Alex Beregszaszi authored
Originally committed as revision 3612 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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
-
Michael Niedermayer authored
Originally committed as revision 3610 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2004 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3609 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3607 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3606 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2004 2 commits
-
-
Wolfram Gloger authored
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
-
Aurelien Jacobs authored
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
-
- 16 Oct, 2004 7 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 3600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 3599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Beregszaszi authored
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
-
Michael Niedermayer authored
Originally committed as revision 3597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2004 3 commits
-
-
Nathan Kurz authored
Originally committed as revision 3596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2004 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 3593 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Oct, 2004 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
anything but 'q') when it reaches the end of stream. Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
faster and easier to follow. * misc. fixes for problems with seeking Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Oct, 2004 4 commits
-
-
Mike Melanson authored
Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
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
-
D Richard Felker III authored
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
-
Michael Niedermayer authored
max_pos, buffer flush, audio and video timestamp fix by me Originally committed as revision 3586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Oct, 2004 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roine Gustafsson authored
missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me Originally committed as revision 3584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-