Mercurial > mplayer.hg
graph
-
gl: support screen redraw on OSX.2012-09-13, by reimar
-
gl OSX backend: Detect and pass on resize events2012-09-13, by reimar
-
Minor code simplification.2012-09-13, by reimar
-
Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.2012-09-13, by reimar
-
Add a hint how you can compile a 64 bit binary on OSX.2012-09-13, by reimar
-
Use OSX common layer in -vo gl.2012-09-13, by reimar
-
Split out an objective-C common OS X layer, to be reused by -vo gl.2012-09-13, by reimar
-
Move some code around in preparation for following patch.2012-09-13, by reimar
-
Use "self".2012-09-13, by reimar
-
Fix handling of -ontop and -rootwin.2012-09-13, by reimar
-
Remove local variables that (except for very brief moments before2012-09-13, by reimar
-
Set up things like fullscreen status etc. before showing the window.2012-09-13, by reimar
-
Move some code around to make splitting into vo-specific and generic code easier.2012-09-13, by reimar
-
corevideo: Simplify mouse handling.2012-09-13, by reimar
-
Pass input to "strings" via stdin.2012-09-12, by reimar
-
Fix translation of mouse coordinates when panscan is used.2012-09-12, by reimar
-
Minor simplification of rescale_input_coordinates.2012-09-12, by reimar
-
Fix menu on newer OSX versions (at least 10.6) without breaking 10.5.2012-09-12, by reimar
-
Deprecate corevideo device_id in favour of -xineramascreen.2012-09-11, by reimar
-
Merge declaration and initialization.2012-09-11, by reimar
-
Avoid some more global variables.2012-09-11, by reimar
-
Use xinerama_x/xinerama_y.2012-09-11, by reimar
-
Change geometry for corevideo vo to not take dock into account.2012-09-11, by reimar
-
Remove pointless one-line function.2012-09-11, by reimar
-
Fix compilation on OSX 10.52012-09-11, by reimar
-
Fix compiler warning by specifying that our class implements2012-09-11, by reimar
-
Consistently use "self" instead of a global variable.2012-09-11, by reimar
-
Add missing "static" to global variables.2012-09-11, by reimar
-
Fix compilation with current FFmpeg.2012-09-09, by cehoyos
-
sync with en/mplayer.1 rev. 351562012-09-08, by jrash
-
Document that directx supports -panscan.2012-09-07, by reimar
-
Ensure the borders are cleared when zooming out from panscan.2012-09-07, by reimar
-
directx: Support negative panscanrange (i.e. zooming) for noaccel.2012-09-07, by reimar
-
Enable panscan for -vo directx.2012-09-07, by reimar
-
Move file vo_gl2.c to vo_gl_tiled.c to reflect rename.2012-09-07, by reimar
-
Support -dr for -vo corevideo.2012-09-06, by reimar
-
Update description of MP_IMGFLAG_READABLE.2012-09-05, by reimar
-
Support OMAPFB YUV also for fbdev vo.2012-09-04, by reimar
-
Add support for OMAPFB YUV framebuffer.2012-09-04, by reimar
-
Fix OSD position again for interleaved YUV formats.2012-09-03, by reimar
-
Remove unused fb_bpp and change fb_pixel_size initialization2012-09-02, by reimar
-
Simplify a condition.2012-09-02, by reimar
-
Avoid some code duplication related to drawing the OSD.2012-09-02, by reimar
-
Add helper function to reduce code duplication for selecting2012-09-02, by reimar
-
Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.2012-09-01, by cehoyos
-
Remove duplicate HAVE_AVX define.2012-09-01, by cehoyos
-
Necessary (but insufficient) changes for current FFmpeg.2012-09-01, by cehoyos
-
Some changelog updates.2012-09-01, by reimar
-
Support decoding teletext in the format that WTV uses.2012-09-01, by reimar
-
Fix off-by-one error.2012-09-01, by reimar
-
Implement the erase-page teletext flag.2012-09-01, by reimar
-
Fix usage count for passthrough-only filters.2012-08-31, by reimar
-
Detect broken mpi usage count also in decoder.2012-08-31, by reimar
-
vf_ass: add support for rendering on YUY2 and UYVY images.2012-08-31, by reimar
-
Support Alberto's / Kostya's MSS2 decoder.2012-08-31, by cehoyos
-
Fix compilation with latest FFmpeg.2012-08-31, by cehoyos
-
sync with en/mplayer.1 rev. 351232012-08-30, by jrash
-
Synced with help_mp-en.h rev. 351102012-08-30, by jrash
-
Synced with help_mp-en.h rev. 351102012-08-30, by jrash
-
vf_ass: Improve format query.2012-08-29, by reimar
-
Add Video Decode Acceleration support.2012-08-28, by cehoyos
-
Clamp bitmap subtitles into visible areas.2012-08-27, by reimar
-
Pass extradata to libavcodec subtitle decoder.2012-08-27, by reimar
-
Add new -subcc values.2012-08-27, by reimar
-
Support closed-caption format as used in wtv format.2012-08-27, by reimar
-
add geoh264 binary codec, works on sample2012-08-27, by compn
-
Add missing newline in error message.2012-08-27, by cehoyos
-
Avoid sleeping 0 ms, this can cause sleep to be not called at all.2012-08-26, by reimar
-
Support subrip format subtitles.2012-08-25, by reimar
-
When switching programs select subtitle stream regardless of2012-08-25, by reimar
-
Fix compilation with latest FFmpeg.2012-08-25, by cehoyos
-
Support yuv422p for FFmpeg lagarith decoder.2012-08-24, by cehoyos
-
Direct rendering with FFmpeg lagarith decoder works fine.2012-08-23, by cehoyos
-
corevideo: Support also support UYVY.2012-08-22, by reimar
-
Explicitly signal EOF when reaching the end of a file/pipe.2012-08-22, by reimar
-
Translate MSGTR_VO_GL2_HasBeenRenamed.2012-08-21, by ib
-
Add forgotten new help message.2012-08-20, by reimar
-
Rename -vo gl2 to gl_tiled which hopefully is less misleading, since2012-08-20, by reimar
-
Fix detection of -vo pgm/md5 even when suboptions are used.2012-08-20, by reimar
-
Update endpos each time libavformat asks for it.2012-08-18, by reimar
-
TS demuxer: Add support for PCM variant found on BluRay.2012-08-18, by reimar
-
Avoid display lists for OSD.2012-08-18, by reimar
-
Hack to make BGRA work both in GL and GLES.2012-08-18, by reimar
-
Internal format for BGRA must be BGRA, not RGBA.2012-08-18, by reimar
-
Add autodetection of ycbcr option.2012-08-18, by reimar
-
Cosmetics: replace tab.2012-08-18, by reimar
-
Missed documentation update.2012-08-18, by reimar
-
Replace MESA YCBCR support by the Apple variant.2012-08-18, by reimar
-
Fix compilation with latest FFmpeg.2012-08-16, by cehoyos
-
Do not try to use PIE with --enable-static.2012-08-15, by reimar
-
Rewrite condition and use console_state instead of console.2012-08-15, by ib
-
Add check-mark for menu item "Debug Console".2012-08-15, by ib
-
Disable building as PIE binary by default.2012-08-15, by reimar
-
Add parentheses to avoid compiler warning.2012-08-15, by ib
-
Initialize variable.2012-08-15, by ib
-
Remove unused variable.2012-08-15, by ib
-
Fix compiler warnings (comparison between signed and unsigned).2012-08-15, by ib
-
Cosmetic: Adjust indent.2012-08-15, by ib
-
Go without pointless variable hWnd/hwnd.2012-08-15, by ib
-
Pass in NULL as handle to parent or owner window.2012-08-15, by ib
-
9l. Revert r35074. Commit r35065 already adds a proper check.2012-08-15, by iive
-
Fix normalize_yuvp16 to work for big-endian formats.2012-08-13, by reimar
-
Re-enable nonref DR again.2012-08-12, by reimar
-
Build as relocatable PIE binary by default on x86.2012-08-12, by reimar
-
Minor Changelog update.2012-08-12, by reimar
-
Change "run" command to expand properties.2012-08-12, by reimar
-
Add another anaglyph color variant.2012-08-12, by reimar
-
Convert comments into designated initializers.2012-08-12, by reimar
-
Make compiler give the ana_coeff array automatically the right size.2012-08-12, by reimar
-
Support interleaving the two frame halves from a 3D video2012-08-12, by reimar
-
Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.2012-08-12, by reimar
-
Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.2012-08-11, by iive
-
Quick Build Fix. Add HAVE_CPUNOP in configure.2012-08-11, by iive
-
Fix bug with definition of IDPLAYDISK in Win32 GUI.2012-08-11, by ib
-
Use depth textures only if available (MESA + r200 crash otherwise)2012-08-10, by reimar
-
Allow playing 10-bit DNxHD.2012-08-10, by reimar
-
subassconvert: better handling of invalid SubRip tag attributes.2012-08-10, by cboesch
-
Define some more FFmpeg Makefile variables.2012-08-10, by reimar
-
Fix compilation with latest FFmpeg.2012-08-10, by cehoyos
-
Query correct component to get luminance texture bit depth2012-08-09, by reimar
-
When the LUMINANCE16 format is less than 14 bit try to use2012-08-08, by reimar
-
Add HAVE_CPUNOP yasm define.2012-08-08, by reimar
-
Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.2012-08-08, by reimar
-
Add support for depth textures to simplify some experiments.2012-08-07, by reimar
-
Work around IMG drivers not being able to parse our shaders.2012-08-07, by reimar
-
Remove outdated code that instead of preventing now causes crashes.2012-08-06, by reimar
-
Second try to fix auto-detection of static libraries.2012-08-06, by cehoyos
-
Try to fix -lm handling in configure.2012-08-05, by cehoyos
-
Fix compilation with latest FFmpeg.2012-08-04, by cehoyos
-
demux_lavf: Set endpts from AVPacket.duration2012-08-02, by al
-
Fix dependency generation with current FFmpeg.2012-07-29, by cehoyos
-
build: Define HAVE_SETENV as 0 if not available2012-07-29, by al
-
Fix compilation with current FFmpeg.2012-07-29, by cehoyos
-
Allow more liberal URL handling.2012-07-28, by ib
-
Fix compilation with current FFmpeg, second try.2012-07-28, by cehoyos
-
Fix MPlayer compilation with latest FFmpeg (also by Mark Guptill, compguy284 yahoo).2012-07-28, by cehoyos
-
Generally enable parsing for audio streams.2012-07-26, by reimar
-
osdep/setenv: Make sure we have a prototype for setenv2012-07-26, by al
-
Disable ffrtmpcrypt protocol2012-07-24, by cehoyos
-
Fix crash for -vo sdl -fs when running under X.2012-07-23, by reimar
-
Initial libopus decoding support.2012-07-22, by cehoyos
-
Support FFmpeg ZeroCodec decoding.2012-07-22, by cehoyos
-
fix previous commit, duplicated g7231 codec entry2012-07-21, by compn
-
add ffmpeg and binary g.723.1 codec, works on g723_1.wav2012-07-21, by compn
-
Set AV_PKT_FLAG_KEY correctly based on demuxer keyframe flag.2012-07-21, by reimar
-
For mf:// all frames are keyframes, mark them as such.2012-07-21, by reimar
-
map AAS4 to ffaasc, add 16bpp aasc output2012-07-21, by compn
-
map SM4V to ffodivx2012-07-21, by compn
-
Fix compilation with latest FFmpeg.2012-07-20, by cehoyos
-
add tsc2 binary codec2012-07-20, by compn
-
Fix compilation with latest FFmpeg.2012-07-19, by cehoyos
-
Support FFmpeg APC ADPCM IMA audio decoder2012-07-19, by cehoyos
-
Support FourCC NO16.2012-07-17, by cehoyos
-
Allow specifying ARGB and ABGR colour-spaces in codecs.conf.2012-07-17, by cehoyos
-
Set some new HAVE_ defines unconditionally to 0.2012-07-17, by cehoyos
-
Support "MNG " FourCC for png in mov (found by Piotr Bandurski).2012-07-17, by cehoyos
-
Support GRAY8A and GRAY16 in tiff.2012-07-15, by cehoyos
-
Support GRAY8A and GRAY16 in png.2012-07-15, by cehoyos
-
Fix GRAY16 order.2012-07-15, by cehoyos
-
Support GRAY8A and GRAY16 in libopenjpeg.2012-07-15, by cehoyos
-
Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.2012-07-15, by cehoyos
-
Fix big-endian ptx decoding with latest FFmpeg.2012-07-15, by cehoyos
-
Clarify that viv1 and viv2 are internal MPlayer FourCCs.2012-07-15, by cehoyos
-
Initialize a few more AVFrame fields to avoid FFmpeg errors.2012-07-14, by reimar
-
Support Kostya's Expression Encoder Screen Capture decoder.2012-07-13, by cehoyos
-
dd PLV1 fourcc to ffodivx, works on2012-07-13, by compn
-
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.2012-07-13, by cehoyos
-
Support missing FFmpeg H264 pixel formats.2012-07-12, by cehoyos
-
Support more libopenjpeg pixel formats.2012-07-12, by cehoyos
-
Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.2012-07-12, by cehoyos
-
Cosmetics: Fix alphabetical order.2012-07-12, by cehoyos
-
Fix compilation with latest FFmpeg.2012-07-12, by cehoyos
-
Support FFmpeg Packed Animation File decoder.2012-07-06, by cehoyos
-
Fix MPlayer compilation with latest FFmpeg.2012-07-05, by cehoyos
-
add yuv8 / YUV8 to other decoders as well2012-07-04, by compn
-
fix original yuv8 decoder fourcc2012-07-04, by compn
-
codecs.conf: map YUV8 to wnv1 codecs2012-07-04, by compn
-
Support Kostya's MSA1 decoder.2012-07-02, by cehoyos
-
Fix compilation with latest FFmpeg.2012-06-28, by cehoyos
-
Add a few new CSS colors.2012-06-24, by cehoyos
-
Order colour names alphabetically / better match W3 list.2012-06-24, by cehoyos
-
Support Kostya's MS Screen 1 decoder.2012-06-22, by cehoyos
-
Support LucasArts SMUSH and VIMA decoding.2012-06-22, by cehoyos
-
Fix swapped condition in previous commit.2012-06-12, by reimar
-
Fix skip_frame condition, AVDISCARD_DEFAULT is not the same2012-06-12, by reimar
-
Support Kostya's iac decoder.2012-06-12, by cehoyos
-
Fix compilation with current FFmpeg (define HAVE_MIPSFPU).2012-06-12, by cehoyos
-
Improve the aspect icons.2012-06-11, by ib
-
Improve the about icon.2012-06-11, by ib
-
Add an icon for the subtitles menu.2012-06-11, by ib
-
Revert r34511.2012-06-11, by ib
-
Reduce some code duplication.2012-06-09, by reimar
-
sync with en/mplayer.1 rev. 349932012-06-09, by jrash
-
add scaletempo trick to -speed2012-06-05, by compn
-
Another minor release script update.2012-06-02, by reimar
-
Reduce code duplication in get_path.2012-06-02, by reimar
-
config_dir variable should not be static, but it should point2012-06-02, by reimar
-
Use our own mp_dirname/mp_basename instead of system2012-06-02, by reimar
-
Small improvements to release script, create xz and gzip files etc.2012-06-02, by reimar
-
Temporarily disable nonref_dr until release, it is still too unreliable2012-06-02, by reimar
-
Add some file extensions to the video file filter of the file selector.2012-05-31, by ib
-
Request a sufficiently large image for direct rendering.2012-05-30, by ib
-
Add a Makefile target for testing the help message text headers.2012-05-30, by ib
-
Add/improve some code to help debugging DR in filters.2012-05-30, by reimar
-
Allow plain text playlists for the GUI.2012-05-30, by ib
-
unsharp: actually process the frame we got.2012-05-30, by reimar
-
Another attempt at clearing DVDNAV highlights, this2012-05-30, by reimar
-
Use correct variable for height.2012-05-29, by reimar
-
Add ralf audio support2012-05-27, by rtogni
-
Move decrementing usage count to a common place.2012-05-25, by reimar
-
Request a sufficiently large image for direct rendering.2012-05-25, by reimar
-
sync with en/mplayer.1 rev. 349092012-05-24, by jrash
-
Synced with help_mp-en.h rev. 349582012-05-24, by jrash
-
Fix message text translations.2012-05-24, by ib
-
Add a separate stride variable to make it easier to optimize later (e.g. align stride).2012-05-23, by reimar
-
expand: handle NUMBERED mp_image type correctly.2012-05-23, by reimar
-
corevideo: Reduce code duplication in OSD rendering code.2012-05-23, by reimar
-
Remove unnecessary if, free can be called unconditionally.2012-05-23, by reimar
-
SDL swap interval fixes.2012-05-22, by reimar
-
Support using the pic variants of the live555 libs.2012-05-22, by reimar
-
Use the same flags for the test as what will be used when2012-05-22, by reimar
-
Fix wrong (too large) height of filter combo box.2012-05-22, by ib
-
10l. Fix compilation with GUI enabled.2012-05-22, by iive
-
Add Windows Media Station file (application/x-netshow-channel) support.2012-05-21, by ib
-
Revise UTF-8 encoded subtitle file filter for file selector.2012-05-21, by ib
-
Remove extensions .rmj and .rmm from playlist filter for file selector.2012-05-21, by ib
-
More extensive LIVE555 check that will fail with incompatible newer versions.2012-05-21, by reimar
-
build: Fix vo directx configure check on Cygwin2012-05-21, by al
-
Only try to get a "numbered" mpi for nonref DR.2012-05-21, by reimar
-
vf_ass: fix running out of images and crashing.2012-05-21, by reimar
-
Do not give out the same buffer to multiple mp_images.2012-05-21, by reimar
-
Change MP_IMGTYPE_NUMBERED semantics.2012-05-21, by reimar
-
Make array const and more compact.2012-05-21, by reimar
-
Add playlist support to the GUI.2012-05-21, by ib
-
GUI updates for release.2012-05-21, by ib
-
Enable translation of video and audio file filter items.2012-05-21, by ib
-
Cosmetic: Arrange all file extensions alphabetically.2012-05-21, by ib
-
Update video and audio file filter for file selector.2012-05-21, by ib
-
Enable translation of other file filter item.2012-05-21, by ib
-
Enable translation of external audio file filter items.2012-05-21, by ib