summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the incdir variable.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l typo: forgotten $Diego Biurrun2006-02-11
| | | | Originally committed as revision 4989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l typo: libdir --> incdirDiego Biurrun2006-02-11
| | | | Originally committed as revision 4988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
| | | | | | - move vlc tweaking parameters to one place Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add incdir to configure.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that install-progs has the proper dependencies when compilingDiego Biurrun2006-02-11
| | | | | | against shared libs. Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp4 codecs objecttype handling patch by (Baptiste COUDURIER ↵Baptiste Coudurier2006-02-11
| | | | | | <baptiste.coudurier smartjog com) Originally committed as revision 4982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for url_fclose() being called on an already closed file based on a patch ↵Michael Niedermayer2006-02-11
| | | | | | by (<Colin Ward> hitman codehq org) Originally committed as revision 4980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The install-progs target should depend on $(PROG).Diego Biurrun2006-02-11
| | | | Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate program installation into its own target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk