aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* ao_macosx was renamed to ao_coreaudio.Gravatar diego2009-05-04
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
* QuickTime codecs support requires -framework QuickTime to link on Mac OS X.Gravatar diego2009-05-04
* Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
* Ulion no longer has time to be maintainer.Gravatar diego2009-05-04
* Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.Gravatar diego2009-05-04
* Add information about configure options to config.mak.Gravatar diego2009-05-04
* Cosmetics for r29244 to follow K&R style closely.Gravatar bircoph2009-05-03
* Support for libbs2b ver. 3.0.0 API.Gravatar bircoph2009-05-03
* Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.Gravatar reimar2009-05-03
* Fix chroma shift when scaling from ARGB on LE and BGRA on BEGravatar sdrik2009-05-02
* Fix polish spelling. Noticed in Gentoo ebuild long time ago.Gravatar bircoph2009-04-27
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cGravatar sdrik2009-04-27
* sync w/r29147Gravatar gpoirier2009-04-27
* Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.Gravatar diego2009-04-26
* Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.Gravatar diego2009-04-25
* Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.Gravatar diego2009-04-25
* Remove unnecessary -framework OpenGL from CoreVideo linker flags.Gravatar diego2009-04-25
* whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespaceGravatar diego2009-04-25
* Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.Gravatar diego2009-04-25
* typo in XFORM asm check, noticed by Emanuele GiaquintaGravatar diego2009-04-25
* sane verbosity levels for menu initializationGravatar diego2009-04-25
* Make reset_ptr() void.Gravatar cehoyos2009-04-23
* commit remaining binary_codecs.sh changes from debian.Gravatar siretart2009-04-23
* check for missing libstdc++Gravatar siretart2009-04-23
* more cosmeticsGravatar siretart2009-04-23
* whitespace cosmeticsGravatar diego2009-04-23
* Change getdladdr to always use dlopen, dlsym and then dlclose.Gravatar reimar2009-04-23
* Part 3 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-23
* Part 2 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-23
* Pass argc and argv parameters to main() function in SDL test.Gravatar diego2009-04-23
* Part 1 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-22
* Don't automatically wrap lines when WrapStyle==2.Gravatar eugeni2009-04-21
* Fix a signedness issue that caused a warning to be wrongfully printed at runt...Gravatar gpoirier2009-04-21
* Planar 16bit 420 422 444 YUV support (output is only supported in someGravatar michael2009-04-21
* Merge gray->gray converters into planarCopy(), this should also make planarCo...Gravatar michael2009-04-21
* Add macro to check for 16bit per sample.Gravatar michael2009-04-21
* Make sure src/dst are NULL when they arent used, some code uses this toGravatar michael2009-04-21
* Use generic BE check instead of checking for gray16LE.Gravatar michael2009-04-20
* add isBE()Gravatar michael2009-04-20
* Unify error message output and update error messages.Gravatar diego2009-04-20
* small typo fixesGravatar diego2009-04-20
* Remove reference to outdated documentation file.Gravatar diego2009-04-20
* Move non-conditional SRCS lists below the conditional parts. This allowsGravatar diego2009-04-20
* whitespace cosmeticsGravatar diego2009-04-20
* Use temporary variables to add objects that depend on more than oneGravatar diego2009-04-20
* Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.Gravatar diego2009-04-20
* Only add existing files to the FFMPEGFILES variable.Gravatar diego2009-04-20