summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* The current_sample field is meant to be the sample number, not an offset intoJulian Scheid2006-02-19
| | | | | | | the sample data. Don't increment it by multiples of sc->sample_size. patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de Originally committed as revision 5037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
| | | | | | This is needed for components that override install locations (libpostproc). Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RMP4 ("xvid fork") decoding supportMichael Niedermayer2006-02-19
| | | | Originally committed as revision 5035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Colin offered to maintain Amiga PPC port, Romain has only OSXGuillaume Poirier2006-02-18
| | | | Originally committed as revision 5034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 ↵Baptiste Coudurier2006-02-18
| | | | | | smartjog o com>) Originally committed as revision 5032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mov_read_ftyp to check iso media file type and set c->mp4 patch by ↵Baptiste Coudurier2006-02-18
| | | | | | (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>) Originally committed as revision 5031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry2006-02-18
| | | | | | how altivec_yuv2packedX is supposed to be used Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Alan Curry2006-02-18
| | | | | | instead fall back on yuv2packedXinC Originally committed as revision 17642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplacedLuca Abeni2006-02-17
| | | | | | | CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers. patch by Luca Abeni, lucabe72 &at& email &dot& it Originally committed as revision 5030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license header to LGPL for consistency.Falk Hüffner2006-02-17
| | | | Originally committed as revision 5029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry2006-02-17
| | | | | | to spec; also convert a few vec_splat's to vec_splat_{s,u}* Originally committed as revision 17639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
| | | | | | courtesy of Aurelien Jacobs <aurel at gnuage dot org> Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify creative ADPCM changelog entryAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-16
| | | | Originally committed as revision 17633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-16
| | | | Originally committed as revision 17632 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
| | | | Originally committed as revision 5026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better match CVS policy in the indent recomendationAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov fourccs for handling FCP files by (Baptiste COUDURIER ↵Michael Niedermayer2006-02-14
| | | | | | )(baptiste.coudurier smartjog com) Originally committed as revision 5023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
| | | | Originally committed as revision 5022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use != instead of -ne in test invocations for greater portability.Michel Bardiaux2006-02-13
| | | | | | patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be Originally committed as revision 5021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.Diego Biurrun2006-02-13
| | | | Originally committed as revision 5020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes when missing framesLoren Merritt2006-02-13
| | | | Originally committed as revision 5019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally overwrite config.h. The current behavior where config.h isDiego Biurrun2006-02-13
| | | | | | only overwritten if it differs from the new one is effectively a nop. Originally committed as revision 5018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch makes output codec keeping input pix_fmt value when usingBaptiste Coudurier2006-02-13
| | | | | | | stream_copy patch by (Baptiste COUDURIER <baptiste@coudurier.smartjog@com>) Originally committed as revision 5017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quotes around $(libdir)Måns Rullgård2006-02-13
| | | | Originally committed as revision 5016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
| | | | Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete big-endian FIXMEs.Diego Biurrun2006-02-13
| | | | Originally committed as revision 17623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l, allocate bitbuffer with regard to the padding sizeAlex Beregszaszi2006-02-13
| | | | Originally committed as revision 5014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase audio buffer to 1second of 48khz float audioAlex Beregszaszi2006-02-13
| | | | Originally committed as revision 5013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Michael Niedermayer2006-02-13
| | | | Originally committed as revision 5012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SRC_PATH out of the conditional, it is always added to config.mak.Diego Biurrun2006-02-12
| | | | Originally committed as revision 5011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add quotes around SRC_PATH, the quoting has to be done at a laterDiego Biurrun2006-02-12
| | | | | | | stage else the quotes may appear in the middle of a path if it is constructed with SRC_PATH. Originally committed as revision 5010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve video4linux2 detection (without sys/time.h it was complaining about ↵Alex Beregszaszi2006-02-12
| | | | | | struct timeval Originally committed as revision 5009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another set of zlib guardsMike Melanson2006-02-12
| | | | Originally committed as revision 5008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make TSCC endian-safe, PPC testing courtesy of Diego B.Mike Melanson2006-02-12
| | | | Originally committed as revision 5007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of Video006.3gpMichael Niedermayer2006-02-12
| | | | Originally committed as revision 5006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier ↵Baptiste Coudurier2006-02-12
| | | | | | smartjog com> Originally committed as revision 5005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l for myselfMichael Niedermayer2006-02-12
| | | | Originally committed as revision 5004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* true audioAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 5003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta and theora improvementsAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 5002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)Baptiste Coudurier2006-02-12
| | | | Originally committed as revision 5001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
| | | | Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
| | | | | | (suxen_drol at hotmail dot com) Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ↵Alex Beregszaszi2006-02-12
| | | | | | change MAX_AUDIO_FRAME_SIZE) Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build also ffserver (if configured) when doing `make test' .Alexander Strasser2006-02-11
| | | | | | approved by Diego Originally committed as revision 4995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)Michael Niedermayer2006-02-11
| | | | Originally committed as revision 4994 to svn://svn.ffmpeg.org/ffmpeg/trunk