summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make filter size, int32/int16 and a few other things selectable at compiletimeMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-10-20
| | | | Originally committed as revision 3614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Introducing new UI for grabbing.Roman Shaposhnik2004-10-20
| | | | | | | | | | | | 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
* correctionAlex Beregszaszi2004-10-19
| | | | Originally committed as revision 3612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the long_name to the -formats output patch by (john Galloway <jrg at ↵Michael Niedermayer2004-10-19
| | | | | | 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
* fixing demuxing of vc2_intro.aviMichael Niedermayer2004-10-19
| | | | Originally committed as revision 3610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix constrained parameters flagMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report keyframesAlex Beregszaszi2004-10-18
| | | | Originally committed as revision 3608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct timebaseMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* infinte recursion fixMichael Niedermayer2004-10-18
| | | | Originally committed as revision 3606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update sync_opts for video frame copy patch by (Wolfram Gloger <wmglo at ↵Wolfram Gloger2004-10-17
| | | | | | dent dot med dot uni-muenchen dot de>) Originally committed as revision 3605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc 3.4.3 preversions do not appreciate invalid instruction and operand ↵Aurelien Jacobs2004-10-17
| | | | | | combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l (copy & paste)Michael Niedermayer2004-10-16
| | | | Originally committed as revision 3603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable preload and max_mux_delayMichael Niedermayer2004-10-16
| | | | Originally committed as revision 3602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OPT_FLOATMichael Niedermayer2004-10-16
| | | | Originally committed as revision 3601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)Mike Melanson2004-10-16
| | | | Originally committed as revision 3600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FAQ entry for manually changing fourccMike Melanson2004-10-16
| | | | Originally committed as revision 3599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cws2fws, utility to convert compressed flash files to uncompressed ones, ↵Alex Beregszaszi2004-10-16
| | | | | | 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
* user setable fourccMichael Niedermayer2004-10-16
| | | | Originally committed as revision 3597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-15
| | | | Originally committed as revision 3596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* xvid fake divx version workaroundMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support strictly enforcing gop sizeMichael Niedermayer2004-10-15
| | | | Originally committed as revision 3594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forcing of individual frame typesMichael Niedermayer2004-10-14
| | | | Originally committed as revision 3593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix assertion failure in case of timestamp discontinuitiesMichael Niedermayer2004-10-13
| | | | Originally committed as revision 3592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a problem with ffplay being stuck (and not responding toRoman Shaposhnik2004-10-13
| | | | | | anything but 'q') when it reaches the end of stream. Originally committed as revision 3591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-13
| | | | | | | | faster and easier to follow. * misc. fixes for problems with seeking Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
| | | | Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic cur_dts updateMichael Niedermayer2004-10-12
| | | | | | 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
* 1000lD Richard Felker III2004-10-12
| | | | | | | | 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
* flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer2004-10-12
| | | | | | max_pos, buffer flush, audio and video timestamp fix by me Originally committed as revision 3586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgoten seeking functions)Michael Niedermayer2004-10-11
| | | | Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missaliged clear_blocks() and h264 not complied but referenced fix patch by ↵Roine Gustafsson2004-10-11
| | | | | | (Roine Gustafsson <roine at users dot sourceforge dot net>) and me Originally committed as revision 3584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* credits patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård2004-10-11
| | | | Originally committed as revision 3583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* config options log patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-10-11
| | | | Originally committed as revision 3582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-11
| | | | Originally committed as revision 3581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot ↵Wolfram Gloger2004-10-11
| | | | | | uni-muenchen dot de>) Originally committed as revision 3580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR linksMichael Niedermayer2004-10-11
| | | | Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 ↵Aurelien Jacobs2004-10-11
| | | | | | patch by (Aurelien Jacobs <aurel at gnuage dot org>) Originally committed as revision 3578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-10
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres 4mvMichael Niedermayer2004-10-09
| | | | Originally committed as revision 3576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres needs EMU_EDGEMichael Niedermayer2004-10-09
| | | | Originally committed as revision 3575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h.261 loop filter fixMichael Niedermayer2004-10-08
| | | | | | closes bug #1033108 Originally committed as revision 3574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense removialMichael Niedermayer2004-10-08
| | | | Originally committed as revision 3573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write error handlingMichael Niedermayer2004-10-08
| | | | Originally committed as revision 3572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka ↵Milan Cutka2004-10-08
| | | | | | <cutka at szm dot sk>) Originally committed as revision 3571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent multiple av_register_all()Michael Niedermayer2004-10-07
| | | | Originally committed as revision 3570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doc improvement for -target patch by (Michel Bardiaux <mbardiaux at peaktime ↵Michel Bardiaux2004-10-07
| | | | | | dot be>) Originally committed as revision 3569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not randomize unknown timestampsMichael Niedermayer2004-10-07
| | | | Originally committed as revision 3568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l pts vs. dtsMichael Niedermayer2004-10-07
| | | | Originally committed as revision 3567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user selectable packet_size and mux_rateMichael Niedermayer2004-10-06
| | | | Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk