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