Mercurial > mplayer.hg
graph
-
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