Mercurial > mplayer.hg
graph
-
Add missing config.h #include.Mon, 04 Jan 2010 19:49:42 +0000, by diego
-
Refactor real --> float #define to a typedef in a common header.Mon, 04 Jan 2010 19:36:18 +0000, by diego
-
Add missing header #includes to fix 'make checkheaders'.Mon, 04 Jan 2010 19:04:33 +0000, by diego
-
Add a few missing header #includes and #defines.Mon, 04 Jan 2010 18:58:35 +0000, by diego
-
Remove unused variable; fixes the warning:Mon, 04 Jan 2010 15:14:21 +0000, by diego
-
Add multiple inclusion guards to all mp3lib headers.Mon, 04 Jan 2010 14:42:59 +0000, by diego
-
Add missing config.h #include; remove a redundant one.Mon, 04 Jan 2010 13:13:10 +0000, by diego
-
Add missing license headers for vo_matrixview code.Mon, 04 Jan 2010 13:05:52 +0000, by diego
-
Refer to MatrixView instead of MPlayer in code taken from MatrixView.Mon, 04 Jan 2010 13:05:05 +0000, by diego
-
Clarify which version of the GPL applies to MPlayer.Mon, 04 Jan 2010 13:01:44 +0000, by diego
-
cosmetics: tabs to spaces, some reindentationMon, 04 Jan 2010 12:24:07 +0000, by diego
-
Fix fribidi check to avoid spamming the console with error messages.Mon, 04 Jan 2010 12:12:57 +0000, by diego
-
Remove ARGB support from matrixview vo, it is quite pointless and causesMon, 04 Jan 2010 11:58:56 +0000, by reimar
-
Fix a few typos in the matrixview section.Mon, 04 Jan 2010 11:14:47 +0000, by diego
-
Add a few definitions used by FFmpeg to config.h:Mon, 04 Jan 2010 11:13:49 +0000, by diego
-
prettyprinting cosmeticsMon, 04 Jan 2010 10:24:10 +0000, by diego
-
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.Mon, 04 Jan 2010 09:48:14 +0000, by diego
-
Make vo gl print the OpenGL vendor and version strings.Sun, 03 Jan 2010 18:44:56 +0000, by reimar
-
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Sun, 03 Jan 2010 17:12:12 +0000, by reimar
-
Avoid memleaks when vo_direct3d initialization fails.Sun, 03 Jan 2010 17:04:04 +0000, by reimar
-
Modify -vo direct3d so we do not have to link against d3d9.dll, it mightSun, 03 Jan 2010 17:00:51 +0000, by reimar
-
Some Changelog updates.Sun, 03 Jan 2010 16:51:56 +0000, by reimar
-
Enable all FFmpeg protocols by default, they seem to build without issueSun, 03 Jan 2010 16:46:31 +0000, by reimar
-
100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.Sun, 03 Jan 2010 16:39:16 +0000, by reimar
-
Change vo_png to use FFmpeg's png encoder instead of libpng.Sun, 03 Jan 2010 16:26:30 +0000, by reimar
-
Add missing avcodec_close to vf_screenshot.Sun, 03 Jan 2010 15:56:33 +0000, by reimar
-
Prefer enum PixelFormat over int for the type of the format parameterSun, 03 Jan 2010 15:20:07 +0000, by stefano
-
Basic -vo matrixview documentation.Sun, 03 Jan 2010 14:55:15 +0000, by reimar
-
Finally add matrixview vo.Sun, 03 Jan 2010 14:54:51 +0000, by reimar
-
Document -vo gl colorspace suboption.Sun, 03 Jan 2010 14:44:45 +0000, by reimar
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theSun, 03 Jan 2010 14:35:20 +0000, by stefano
-
Add pointers to a few more standard OpenGL functions to ease future extensions.Sun, 03 Jan 2010 12:55:09 +0000, by reimar
-
Fixup SDL configure check:Sun, 03 Jan 2010 11:33:33 +0000, by reimar
-
Do not assume that "long" is the size of a register.Sun, 03 Jan 2010 09:20:01 +0000, by reimar
-
Also detect fontconfig when it requires -liconvSun, 03 Jan 2010 09:11:20 +0000, by reimar
-
Change fribidi check to also work without fribidi-config.Sun, 03 Jan 2010 01:00:21 +0000, by reimar
-
Add support for JPEG2000 via FFmpeg/OpenJPEGSun, 03 Jan 2010 00:58:56 +0000, by reimar
-
Also support decoding of 8-bit-per-component dpx files.Sun, 03 Jan 2010 00:50:15 +0000, by reimar
-
Simplify usePal() macro, make it use av_pix_fmt_descriptors.Sun, 03 Jan 2010 00:22:49 +0000, by stefano
-
Simplify getSubSampleFactors(), make it use the values provided bySun, 03 Jan 2010 00:09:24 +0000, by stefano
-
Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesSat, 02 Jan 2010 20:45:27 +0000, by reimar
-
Several hacks to fix compilation of tvi_dshow on MinGW64.Sat, 02 Jan 2010 17:41:11 +0000, by reimar
-
Fix typo in code disabling VIDIX on mingw64Sat, 02 Jan 2010 16:55:41 +0000, by reimar
-
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andSat, 02 Jan 2010 16:47:26 +0000, by reimar
-
Fix compilation if FreeType is not available, in particular do not try to buildFri, 01 Jan 2010 18:51:59 +0000, by reimar
-
Simplify range-checking functions for subopt parsing.Fri, 01 Jan 2010 13:23:16 +0000, by reimar
-
Fix function declarations to avoid casting function pointers.Fri, 01 Jan 2010 13:18:49 +0000, by reimar
-
Slightly generalize code to generate YUV->RGB conversion table and addFri, 01 Jan 2010 12:54:09 +0000, by reimar
-
sync with en/mplayer.1 r30135Fri, 01 Jan 2010 12:53:28 +0000, by jrash
-
Make YUV->RGB conversion coefficients selectable for -vo gl.Fri, 01 Jan 2010 12:47:43 +0000, by reimar
-
Do not needlessly use the BP register in x86_64-specific code, there areFri, 01 Jan 2010 09:46:24 +0000, by reimar
-
One more fix for -vf scale with alpha.Fri, 01 Jan 2010 01:25:35 +0000, by reimar
-
Also pass alpha plane to swscale, avoids crashes when converting betweenFri, 01 Jan 2010 01:06:34 +0000, by reimar
-
Add support for YUV format with alpha and fix the codecs.conf entry for vp6aThu, 31 Dec 2009 23:45:07 +0000, by reimar
-
Also pass the 4th plane for planar formats on to libavcodec.Thu, 31 Dec 2009 23:39:21 +0000, by reimar
-
Try to put the list of output formats for vf_scale in a more sensibleThu, 31 Dec 2009 23:25:21 +0000, by reimar
-
Deduplicate the mp_image planes allocation code.Thu, 31 Dec 2009 23:09:35 +0000, by reimar
-
Add support for FFmpeg's ffv210 codec.Thu, 31 Dec 2009 22:53:51 +0000, by reimar
-
Add support for 16-bit per component YUV formats.Thu, 31 Dec 2009 22:53:25 +0000, by reimar
-
First steps to supporting different YUV->RGB conversion definitions.Thu, 31 Dec 2009 19:59:58 +0000, by reimar