aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Refactor real --> float #define to a typedef in a common header.Gravatar diego2010-01-04
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2010-01-04
* Add a few missing header #includes and #defines.Gravatar diego2010-01-04
* Remove unused variable; fixes the warning:Gravatar diego2010-01-04
* Add multiple inclusion guards to all mp3lib headers.Gravatar diego2010-01-04
* Add missing config.h #include; remove a redundant one.Gravatar diego2010-01-04
* Add missing license headers for vo_matrixview code.Gravatar diego2010-01-04
* Refer to MatrixView instead of MPlayer in code taken from MatrixView.Gravatar diego2010-01-04
* Clarify which version of the GPL applies to MPlayer.Gravatar diego2010-01-04
* cosmetics: tabs to spaces, some reindentationGravatar diego2010-01-04
* Fix fribidi check to avoid spamming the console with error messages.Gravatar diego2010-01-04
* Remove ARGB support from matrixview vo, it is quite pointless and causesGravatar reimar2010-01-04
* Fix a few typos in the matrixview section.Gravatar diego2010-01-04
* Add a few definitions used by FFmpeg to config.h:Gravatar diego2010-01-04
* prettyprinting cosmeticsGravatar diego2010-01-04
* Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.Gravatar diego2010-01-04
* Make vo gl print the OpenGL vendor and version strings.Gravatar reimar2010-01-03
* Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).Gravatar reimar2010-01-03
* Avoid memleaks when vo_direct3d initialization fails.Gravatar reimar2010-01-03
* Modify -vo direct3d so we do not have to link against d3d9.dll, it mightGravatar reimar2010-01-03
* Some Changelog updates.Gravatar reimar2010-01-03
* Enable all FFmpeg protocols by default, they seem to build without issueGravatar reimar2010-01-03
* 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.Gravatar reimar2010-01-03
* Change vo_png to use FFmpeg's png encoder instead of libpng.Gravatar reimar2010-01-03
* Add missing avcodec_close to vf_screenshot.Gravatar reimar2010-01-03
* Prefer enum PixelFormat over int for the type of the format parameterGravatar stefano2010-01-03
* Basic -vo matrixview documentation.Gravatar reimar2010-01-03
* Finally add matrixview vo.Gravatar reimar2010-01-03
* Document -vo gl colorspace suboption.Gravatar reimar2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theGravatar stefano2010-01-03
* Add pointers to a few more standard OpenGL functions to ease future extensions.Gravatar reimar2010-01-03
* Fixup SDL configure check:Gravatar reimar2010-01-03
* Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
* Also detect fontconfig when it requires -liconvGravatar reimar2010-01-03
* Change fribidi check to also work without fribidi-config.Gravatar reimar2010-01-03
* Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* Also support decoding of 8-bit-per-component dpx files.Gravatar reimar2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Gravatar stefano2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byGravatar stefano2010-01-03
* Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesGravatar reimar2010-01-02
* Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* Fix typo in code disabling VIDIX on mingw64Gravatar reimar2010-01-02
* Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andGravatar reimar2010-01-02
* Fix compilation if FreeType is not available, in particular do not try to buildGravatar reimar2010-01-01
* Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
* Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* Slightly generalize code to generate YUV->RGB conversion table and addGravatar reimar2010-01-01
* sync with en/mplayer.1 r30135Gravatar jrash2010-01-01
* Make YUV->RGB conversion coefficients selectable for -vo gl.Gravatar reimar2010-01-01
* Do not needlessly use the BP register in x86_64-specific code, there areGravatar reimar2010-01-01