summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* typo fixesDiego Biurrun2008-03-15
| | | | Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-03-15
| | | | Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
| | | | | | Patch by Dave Yeo. Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRamiro Polla2008-03-15
| | | | Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
| | | | | | | in swscale.c. Fixes the warning: yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
| | | | | | | CFLAGS. This avoids a couple of warnings of the type '#warning: Ignoring <altivec.h> because "-faltivec" specified'. Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
| | | | Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2008-03-14
| | | | Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless nullBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-14
| | | | Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
| | | | Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new attempt at portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully portable endian testMåns Rullgård2008-03-13
| | | | Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
| | | | Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
| | | | | | Fixes issue385. Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wording improvement by the WandererDiego Biurrun2008-03-12
| | | | Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2008-03-12
| | | | Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
| | | | | | Patch by Alexander Strange (astrange ithinksw com) Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition edits, courtesy of the WandererMike Melanson2008-03-12
| | | | Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-12
| | | | | | | of the .depend target. $^ apparently includes the full path to files found in a vpath directory, $(SRCS) does not. This makes out of tree builds fail. Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
| | | | Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ministry of English Composition editsMike Melanson2008-03-11
| | | | Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
| | | | Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add out of bound stream index checksAurelien Jacobs2008-03-10
| | | | | | fix issue379 Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-10
| | | | Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend generation command.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
| | | | | | Patch by Björn Axelsson (bjorn axelsson intinor se) Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-03-10
| | | | Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris2008-03-10
| | | | | | muxer/demuxer in revision 12358. Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
| | | | | | Patch by Takis. Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* define VOF as double of VOFW.Benoit Fouet2008-03-10
| | | | Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale