Mercurial > mplayer.hg
graph
-
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding2010-01-07, by zuxy
-
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://2010-01-06, by reimar
-
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.2010-01-06, by reimar
-
add MVLZ and MVDV binary decoders to codecs.conf2010-01-06, by compn
-
map zjpeg to ffmjpeg in codecs.conf2010-01-05, by compn
-
add blox binary codec to codecs.conf2010-01-05, by compn
-
add three ADV1 binary codecs to codecs.conf2010-01-05, by compn
-
Move MatrixView video output check below OpenGL check, it depends on OpenGL.2010-01-05, by diego
-
vo_png now depends on libavcodec, not libpng.2010-01-05, by diego
-
Change license terms for matrixview to GPLv2 "or later", all known2010-01-05, by reimar
-
Remove pointless variable declaration from DirectFB check.2010-01-04, by diego
-
Add missing stdlib.h #include to fribidi check.2010-01-04, by diego
-
Remove pointless printf call in libmp3lame test.2010-01-04, by diego
-
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.2010-01-04, by diego
-
Pass a proper va_list type to vsscanf() test in configure.2010-01-04, by diego
-
At startup and while seeking avoid to introduce pointless sleeps and possibly2010-01-04, by reimar
-
Also reset time_frame and next_frame_time on reset, it makes no sense to2010-01-04, by reimar
-
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.2010-01-04, by diego
-
cosmetics: Break multiple statements on one line apart.2010-01-04, by diego
-
Remove previous failed attempt at disabling that auto-generation of some C code.2010-01-04, by diego
-
Add required header #includes to satisfy 'make checkheaders'.2010-01-04, by diego
-
Drop -Iloader from CPPFLAGS for the loader subdirectory.2010-01-04, by diego
-
Add loader/wine/ to DIRS; its headers should be part of checkheaders.2010-01-04, by diego
-
Add missing config.h #include.2010-01-04, by diego
-
Refactor real --> float #define to a typedef in a common header.2010-01-04, by diego
-
Add missing header #includes to fix 'make checkheaders'.2010-01-04, by diego
-
Add a few missing header #includes and #defines.2010-01-04, by diego
-
Remove unused variable; fixes the warning:2010-01-04, by diego
-
Add multiple inclusion guards to all mp3lib headers.2010-01-04, by diego
-
Add missing config.h #include; remove a redundant one.2010-01-04, by diego
-
Add missing license headers for vo_matrixview code.2010-01-04, by diego
-
Refer to MatrixView instead of MPlayer in code taken from MatrixView.2010-01-04, by diego
-
Clarify which version of the GPL applies to MPlayer.2010-01-04, by diego
-
cosmetics: tabs to spaces, some reindentation2010-01-04, by diego
-
Fix fribidi check to avoid spamming the console with error messages.2010-01-04, by diego
-
Remove ARGB support from matrixview vo, it is quite pointless and causes2010-01-04, by reimar
-
Fix a few typos in the matrixview section.2010-01-04, by diego
-
Add a few definitions used by FFmpeg to config.h:2010-01-04, by diego
-
prettyprinting cosmetics2010-01-04, by diego
-
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.2010-01-04, by diego
-
Make vo gl print the OpenGL vendor and version strings.2010-01-03, by reimar
-
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).2010-01-03, by reimar
-
Avoid memleaks when vo_direct3d initialization fails.2010-01-03, by reimar
-
Modify -vo direct3d so we do not have to link against d3d9.dll, it might2010-01-03, by reimar
-
Some Changelog updates.2010-01-03, by reimar
-
Enable all FFmpeg protocols by default, they seem to build without issue2010-01-03, by reimar
-
100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.2010-01-03, by reimar
-
Change vo_png to use FFmpeg's png encoder instead of libpng.2010-01-03, by reimar
-
Add missing avcodec_close to vf_screenshot.2010-01-03, by reimar
-
Prefer enum PixelFormat over int for the type of the format parameter2010-01-03, by stefano
-
Basic -vo matrixview documentation.2010-01-03, by reimar
-
Finally add matrixview vo.2010-01-03, by reimar
-
Document -vo gl colorspace suboption.2010-01-03, by reimar
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the2010-01-03, by stefano
-
Add pointers to a few more standard OpenGL functions to ease future extensions.2010-01-03, by reimar
-
Fixup SDL configure check:2010-01-03, by reimar
-
Do not assume that "long" is the size of a register.2010-01-03, by reimar
-
Also detect fontconfig when it requires -liconv2010-01-03, by reimar
-
Change fribidi check to also work without fribidi-config.2010-01-03, by reimar
-
Add support for JPEG2000 via FFmpeg/OpenJPEG2010-01-03, by reimar
-
Also support decoding of 8-bit-per-component dpx files.2010-01-03, by reimar
-
Simplify usePal() macro, make it use av_pix_fmt_descriptors.2010-01-03, by stefano
-
Simplify getSubSampleFactors(), make it use the values provided by2010-01-03, by stefano
-
Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes2010-01-02, by reimar
-
Several hacks to fix compilation of tvi_dshow on MinGW64.2010-01-02, by reimar
-
Fix typo in code disabling VIDIX on mingw642010-01-02, by reimar
-
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and2010-01-02, by reimar
-
Fix compilation if FreeType is not available, in particular do not try to build2010-01-01, by reimar
-
Simplify range-checking functions for subopt parsing.2010-01-01, by reimar
-
Fix function declarations to avoid casting function pointers.2010-01-01, by reimar
-
Slightly generalize code to generate YUV->RGB conversion table and add2010-01-01, by reimar
-
sync with en/mplayer.1 r301352010-01-01, by jrash
-
Make YUV->RGB conversion coefficients selectable for -vo gl.2010-01-01, by reimar
-
Do not needlessly use the BP register in x86_64-specific code, there are2010-01-01, by reimar
-
One more fix for -vf scale with alpha.2010-01-01, by reimar
-
Also pass alpha plane to swscale, avoids crashes when converting between2010-01-01, by reimar
-
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a2009-12-31, by reimar
-
Also pass the 4th plane for planar formats on to libavcodec.2009-12-31, by reimar
-
Try to put the list of output formats for vf_scale in a more sensible2009-12-31, by reimar
-
Deduplicate the mp_image planes allocation code.2009-12-31, by reimar
-
Add support for FFmpeg's ffv210 codec.2009-12-31, by reimar
-
Add support for 16-bit per component YUV formats.2009-12-31, by reimar
-
First steps to supporting different YUV->RGB conversion definitions.2009-12-31, by reimar
-
Extract functions to generate yuv->rgb matrices and lookup tables into a2009-12-31, by reimar
-
Put the colourspace-related variables into a separate struct to ease2009-12-31, by reimar
-
Make code slightly more readable.2009-12-31, by reimar
-
Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.2009-12-31, by reimar
-
More readable fourcc for ffflac2009-12-31, by reimar
-
Add a hack for broken youtube servers not returning Accept-Ranges.2009-12-30, by reimar
-
add tm2x / tm2a binary decoder2009-12-30, by compn
-
Make the ffmpeg decoders for DTS and AC3 the default.2009-12-30, by reimar
-
Support 440P in scale filter.2009-12-30, by reimar
-
FFmpeg JPEG codecs can output 440p format.2009-12-30, by reimar
-
Add support for 440p colorspace.2009-12-30, by reimar
-
Support all planar YUV formats in OpenGL vos.2009-12-30, by reimar
-
Add a helper function to get the chroma scale shift and use to simplify mpi setup.2009-12-30, by reimar
-
sync w/r30135 (up to date at last!)2009-12-29, by gpoirier
-
cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses2009-12-29, by diego
-
change bandwidth value to bandwidth bytes2009-12-29, by compn
-
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.2009-12-28, by cehoyos
-
Revert r30100: It breaks some mov and asf samples.2009-12-28, by cehoyos
-
Remove unused variable, fixes the warning:2009-12-28, by diego
-
add lavc yuv rawcodecs to codecs.conf2009-12-27, by compn
-
Add support for parsing audio streams (though should be easy to extend to video)2009-12-27, by reimar
-
Remove currently unneeded members accidentally added in the last revision.2009-12-27, by reimar
-
Introduce a sh_common struct that contains the parts in common by the audio, video2009-12-27, by reimar
-
Remove one more incorrect direct ass.h include.2009-12-27, by reimar
-
Move do_render_osd function to avoid a forward declaration.2009-12-27, by reimar
-
vo_x11_classhint name argument should be const, since we pass string constants there.2009-12-27, by reimar
-
Return the actually playing audio/video id for get_property, not the one2009-12-27, by reimar
-
lavc Interplay Video decoder now supports 16-bit mode too2009-12-27, by kostya
-
Subtitle are now also available without video, so remove that2009-12-27, by reimar
-
Use the same condition to decide if the audio/video id property is2009-12-27, by reimar
-
When setting audio or video track make sure we will not try to2009-12-27, by reimar
-
Print a ANS_ERROR reply if one of the *_property slave command fails.2009-12-27, by reimar
-
Set some freed pointers to NULL.2009-12-26, by reimar
-
Free playtree_iter upon exiting MPlayer2009-12-26, by reimar
-
Support mp_image with allocated palette.2009-12-26, by reimar
-
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly2009-12-26, by reimar
-
Restore the old value of planes[1] in vf_palette at the end to ensure2009-12-26, by reimar
-
sync with en/mplayer.1 r300752009-12-26, by jrash
-
Fix grammar/missing verb in description.2009-12-25, by reimar
-
Remove unnecessary entries from extension_table, these formats are already2009-12-25, by reimar
-
Add a (unfortunately rather long) explanation on how and when to use it2009-12-25, by reimar
-
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise2009-12-24, by compn
-
Revert renaming of process_force_style to restore compilation against2009-12-24, by reimar
-
Some ugly hacks to make compiling against a newer external version of libass work.2009-12-24, by reimar
-
rename process_force_style to ass_process_force_style to match the API2009-12-24, by reimar
-
Remove more direct includes of libass/ass.h2009-12-24, by reimar
-
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf2009-12-24, by compn
-
Register lavc Aura 2 decoder2009-12-23, by kostya
-
Register lavc Aura decoder2009-12-23, by kostya
-
Allow passing variants of "mingw32" as system name to --target. This ensures2009-12-23, by diego
-
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.2009-12-22, by cehoyos
-
Remove parameters no longer used in h[yc]scale().2009-12-21, by ramiro
-
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.2009-12-21, by ramiro
-
Rename function pointers used to convert from the input pixel format to the2009-12-21, by ramiro
-
Check if chroma horizontal scaler is needed in sws_init_swScale().2009-12-21, by ramiro
-
Remove unused fields from SwsContext.2009-12-21, by ramiro
-
Do not auto-generate the C code to handle PCI vendor and device names.2009-12-20, by diego
-
sync w/r297312009-12-20, by gpoirier
-
Remove unused debugging output about total number of printed lines.2009-12-20, by diego
-
Employ slightly better variable names for output files.2009-12-20, by diego
-
Eliminate completely pointless print_includes function.2009-12-20, by diego
-
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.2009-12-20, by diego
-
Do not autogenerate vidix/pci_names.h.2009-12-20, by diego
-
Indentation.2009-12-20, by ramiro
-
Indent.2009-12-20, by ramiro
-
Set fast_bilinear functions in sws_init_swScale().2009-12-20, by ramiro
-
Remove pointless return statements from functions that return nothing.2009-12-20, by diego
-
Move code to write multiple inclusion guards to generated files into functions.2009-12-20, by diego
-
Set horizontal scaler's range conversion in context in sws_init_swScale().2009-12-20, by ramiro
-
Set horizontal scaler's src offsets in context in sws_init_swScale().2009-12-20, by ramiro
-
cosmetics: Use more consistent formatting style for generated files.2009-12-20, by diego
-
cosmetics: Use a consistent formattting style; tabs to spaces.2009-12-20, by diego
-
Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.2009-12-20, by reimar
-
Run vidix/pci_db2c.awk directly instead of passing it to awk.2009-12-20, by diego
-
VP6F has to be flipped for binary decoder.2009-12-20, by cehoyos
-
Slightly improve vo_gl suboption documentation.2009-12-19, by reimar
-
Define GL_GENERATE_MIPMAP ourselves if necessary.2009-12-19, by reimar
-
Fix compilation with internal ASS when no ass header is installed system-wide.2009-12-19, by reimar
-
Add support for auto-generating mipmaps in vo_gl, should ease2009-12-19, by reimar
-
Make -vo gl:customprog also work with RGB input (obviously those need to be2009-12-19, by reimar
-
Fix a broken indentation.2009-12-19, by reimar
-
Enable running fragment programs with YUV_CONVERSION_NONE2009-12-19, by reimar
-
Make ass_mp.h use the system-libass headers when the internal one is disabled.2009-12-19, by reimar
-
Never include ass.h and ass_types.h directly, use ass_mp.h instead.2009-12-19, by reimar
-
Experimental support for external libass.2009-12-19, by reimar
-
Rename GL_* defines to CONFIG_GL_*2009-12-19, by reimar
-
Add x11_common as dependency for OpenGL with X11 backend.2009-12-19, by reimar
-
Make the check for X11 and WIN32 backends for OpenGL separate.2009-12-19, by reimar
-
Add a missing const, fixes a compiler warning.2009-12-18, by reimar
-
Allow pulseaudio to restore the previous volume on init instead of forcing to2009-12-18, by reimar
-
Get rid of global volume variable, it is only used for temporary values.2009-12-18, by reimar
-
Use on-stack subtitle struct for temporary storage for passing subtitles on2009-12-18, by reimar
-
synced to r300442009-12-18, by ptt
-
divided a line in two, was too long2009-12-18, by ptt
-
synced with r300432009-12-18, by ptt
-
Synced with help_mp-en.h r300442009-12-18, by jrash
-
sync with en/mplayer.1 r300532009-12-18, by jrash
-
Support R210 uncompressed 10 bit RGB codec.2009-12-17, by cehoyos
-
Do not modify priv->idx_pos when regenerating the index, use a local2009-12-17, by reimar
-
Cosmetics: Reindent after r30050.2009-12-17, by cehoyos
-
Slightly increase hardware decoding performance by always using more2009-12-17, by cehoyos
-
Cosmetics: reindent2009-12-17, by adrian
-
Improve VDPAU render performance by increasing number of output surfaces.2009-12-17, by cehoyos
-
Make vidix/pci_db2c.awk executable.2009-12-16, by diego
-
The fontconfig check added in r30044 wasn't safe. This makes it more robust.2009-12-16, by adrian
-
Simplify the evaluation of the lang-def template:2009-12-16, by diego
-
Add support for -geometry to corevideo.2009-12-15, by adrian
-
add spdif example from beandog2009-12-15, by compn
-
Filter list of missing source files so that it only contains nonexisting files.2009-12-14, by diego
-
Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.2009-12-14, by diego
-
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.2009-12-14, by diego
-
Avoid hackish shell loop to symlink missing XML source files.2009-12-14, by diego
-
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.2009-12-14, by diego
-
Reuse SYMLINKS_DEPS variable in the symlink targets.2009-12-14, by diego
-
Simplify shell command to symlink missing translated source files.2009-12-14, by diego
-
Ignore errors from failing rm commands in clean targets.2009-12-14, by diego
-
Do not ignore errors from mkdir invocations.2009-12-14, by diego
-
The general xmllint target should only check configured languages.2009-12-14, by diego
-
Improve declaration of phony targets.2009-12-14, by diego
-
Factorize dependencies of language-specific HTML generation targets.2009-12-14, by diego
-
spelling cosmetics2009-12-14, by diego
-
Remove pointless dependency on xmllint.sh from phony xmllint target.2009-12-14, by diego
-
Drop pointless dependencies of the phony targets html-chunked and html-single.2009-12-14, by diego
-
Fix dependencies of html-chunked and html-single targets.2009-12-14, by diego
-
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.2009-12-14, by diego
-
Factorize all components generated by configure into a variable.2009-12-14, by diego
-
Remove outdated comment about build system behavior.2009-12-14, by diego
-
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.2009-12-14, by diego
-
Drop support for per-language XSL stylesheets.2009-12-14, by diego
-
Remove pointless Polish stylesheet; it provides no real benefit.2009-12-14, by diego
-
Drop support for per-language stylesheets.2009-12-14, by diego
-
Unconditionally symlink documentation files missing from a translation.2009-12-14, by diego
-
Use variable for HTML stylesheet so individual languages can use their own.2009-12-14, by diego
-
Factorize stylesheet installation into its own target.2009-12-14, by diego
-
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.2009-12-14, by diego
-
Factorize generating the list of all main.xml files.2009-12-13, by diego
-
configure also generates all main.xml files.2009-12-13, by diego
-
Add html-chunk.xsl and html-single.xsl to targets generated by configure.2009-12-13, by diego
-
Avoid '&>' bashism for redirecting both stdout and stderr.2009-12-13, by diego
-
Simplify one more command via automatic variables.2009-12-13, by diego
-
Simplify setting COMMON_XSL_DEPS variable:2009-12-13, by diego
-
Do not build monolithic documentation in a separate directory.2009-12-13, by diego
-
- Remove now unnecessary dependency on intermediate directories.2009-12-13, by diego
-
Do not pointlessly set the HTMLFILE variable when running xmllint.2009-12-13, by diego
-
Simplify some commands via automatic variables.2009-12-13, by diego
-
Create required directories directly without intermediate steps.2009-12-13, by diego
-
Declare common dependencies for chunked and single HTML targets together.2009-12-13, by diego
-
cosmetics: Remove pointless trailing /.2009-12-13, by diego
-
xmllint.sh is not a phony target.2009-12-13, by diego
-
Do not use symlinks for translations that comprise all XML files.2009-12-13, by diego
-
Remove pointless warning about Make being called from the wrong place.2009-12-13, by diego
-
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec2009-12-13, by compn
-
Replace shell command substitution by Makefile syntax construct.2009-12-13, by diego
-
Use automatic variables instead of the target name.2009-12-13, by diego
-
Do not pointlessly remove all targets before recreating them.2009-12-13, by diego