Mercurial > mplayer.hg
graph
-
Revise German translation of some help messages.2013-11-19, by ib
-
Fix pts handling with -framedrop.2013-11-18, by reimar
-
Improve handling of internal vs. external dvdread/dvdnav2013-11-16, by reimar
-
Chose cheaper alpha blend equation.2013-11-16, by reimar
-
Code changes to avoid additional unnecessary re-inits.2013-11-16, by reimar
-
Display messages that can be confusing only with -v.2013-11-16, by reimar
-
Avoid message spam by not trying formats that will not work.2013-11-16, by reimar
-
Fix hardware acceleration notification for VDPAU.2013-11-16, by reimar
-
Try enabling DR for FFmpeg VP8 decoder.2013-11-16, by reimar
-
Add support for VP9 decoding via FFmpeg.2013-11-16, by reimar
-
Make PES detection less sensitive.2013-11-15, by reimar
-
Use DEMUXER_TYPE_UNKNOWN define.2013-11-15, by reimar
-
codecs.conf: add vp9, patch by james zern2013-11-15, by compn
-
Move cast to right place to avoid warning.2013-11-09, by reimar
-
Prefer -title if given for audio output name.2013-11-09, by reimar
-
font_load_ft: small simplifications.2013-11-09, by reimar
-
mplayer: Fix a crash seeking with -chapter and -ass2013-11-08, by al
-
configure: add CONFIG_H263DSP to preempt build problems2013-11-08, by michael
-
vo_corevideo: Add include to fix compilation on OSX 10.92013-10-30, by reimar
-
af_volume: add NEON optimization for common float case.2013-10-30, by reimar
-
af_volume: optimize for common case where all channels2013-10-29, by reimar
-
af_volume: Avoid pointlessly calculating the maximum volume.2013-10-29, by reimar
-
Synced with help_mp-en.h rev. 364702013-10-27, by jrash
-
Fall back to uname -p if uname -m does not give anything useful.2013-10-26, by reimar
-
Fix configure for cases when libm is not available.2013-10-26, by reimar
-
Remove unused per-channel enable.2013-10-26, by reimar
-
Remove unused code that costs a good bit of performance.2013-10-26, by reimar
-
Remove some macros and switch to libavutil equivalents.2013-10-26, by reimar
-
Remove pointless cast.2013-10-26, by reimar
-
ARM NEON optimization for float->int conversion.2013-10-26, by reimar
-
Add ARM NEON optimization of common channel interleave cases.2013-10-26, by reimar
-
Add some "const" to input-only pointers.2013-10-25, by reimar
-
vd_ffmpeg: disable DR also for HEVC.2013-10-25, by reimar
-
Use sizeof(*var) instead of sizeof(type), prefer calloc.2013-10-25, by reimar
-
Remove pointless casts.2013-10-25, by reimar
-
Add some missing "const".2013-10-25, by reimar
-
Define STRIP for FFmpeg.2013-10-24, by ib
-
demux_lavf: Ignore failure to find stream info.2013-10-20, by reimar
-
Use correct types for constants.2013-10-20, by reimar
-
Support little endian G.726 as found in Sun au files.2013-10-18, by cehoyos
-
Support 4k AVC-Intra in mov.2013-10-18, by cehoyos
-
Add some comments for internal PCM FourCC's.2013-10-18, by cehoyos
-
Support playback of f32le in mov.2013-10-18, by cehoyos
-
Support HEVC in native mpeg-ts demuxer.2013-10-17, by cehoyos
-
Preliminary support for FFmpeg HEVC decoder.2013-10-17, by cehoyos
-
Fix hang if uninit is called while the window is still hidden.2013-10-17, by reimar
-
Translate MSGTR_VO_OutputDirectory.2013-10-16, by ib
-
vo pnm: Always print output directory2013-10-16, by al
-
vo jpeg, png, pnm: Make output directory message less confusing2013-10-16, by al
-
vd_ffmpeg: catch invalid aspect from FFmpeg.2013-10-16, by reimar
-
ad_ffmpeg: fix commit fixing sample rate changes to actually work.2013-10-16, by reimar
-
vo_vdpau: Initialize variables before, not after setup code.2013-10-15, by reimar
-
Set skip_alpha, we currently have no use for alpha values.2013-10-15, by reimar
-
Handle files with sample rate changes correctly.2013-10-15, by reimar
-
Support H.264 fourcc UMSV.2013-10-14, by cehoyos
-
add binary geovision avc codec2013-10-11, by compn
-
Add H.264 fourcc GAVC for GeoVision cameras.2013-10-11, by cehoyos
-
mpeg123: Support in-stream format changes.2013-10-04, by reimar
-
add screenpressor SCPR binary decoder2013-10-04, by compn
-
Update libass to latest git version.2013-09-24, by reimar
-
Pass playing filename to audio outputs.2013-09-22, by reimar
-
Fix a few memleaks.2013-09-22, by reimar
-
Ensure AVDictionary pointer is initialized.2013-09-22, by reimar
-
Move rtsp_transport_* variables to demuxer.c2013-09-21, by reimar
-
Autodetect if pthread_cancel is available.2013-09-21, by reimar
-
Add support for -rtsp-stream-over-tcp and -rtsp-stream-over-http for FFmpeg.2013-09-21, by reimar
-
Add support for ffmpeg's demuxer-specific options.2013-09-21, by reimar
-
Do not try to build FFmpeg protocols depending on external libraries.2013-09-21, by cehoyos
-
Fix possible crash when mpi is NULL.2013-09-19, by reimar
-
Add hack/workaround for FFmpeg offering pixfmts not valid2013-09-16, by reimar
-
codecs.conf: ffg7231 decodes vivo 7231 in asf and viv2013-09-16, by compn
-
Fix compilation when VDPAU is disabled.2013-09-15, by reimar
-
Restore VDPAU codecs using non-hwaccel interface with "old" suffix.2013-09-15, by reimar
-
Restore support for old-style VDPAU.2013-09-15, by reimar
-
Do not suppress FFmpeg deprecated warnings with pragma.2013-09-14, by cehoyos
-
Disable UNIX protocol when not supported.2013-09-09, by reimar
-
Support ffmpeg://dummy:// in muxer_lavf.2013-09-03, by reimar
-
Quick hack to allow using ffmpeg's image2 demuxer.2013-09-03, by reimar
-
muxer_lavf: partially support formats creating files own their own.2013-09-03, by reimar
-
ve_lavc: simplify and support more colorspace formats.2013-09-03, by reimar
-
codecs.conf: add 0x64 to g726, works on g726-test1.wav2013-09-03, by compn
-
avidemux: try reading ODML index if the default one is2013-08-31, by reimar
-
libmad: try decoding buffered data after EOF.2013-08-30, by reimar
-
ad_libmad: simplify code a bit.2013-08-30, by reimar
-
Fix channel reordering for ac3_fixed encoder.2013-08-30, by reimar
-
Support -alang and -slang for bluray://2013-08-25, by reimar
-
Fix disabling subtitles by switching through them.2013-08-25, by reimar
-
Quick an inefficient hack to enable planar encoding.2013-08-25, by reimar
-
Extract audio encoding code into a separate helper function.2013-08-25, by reimar
-
lavcac3enc: avoid code duplication.2013-08-25, by reimar
-
Avoid reinitializing VDPAU on e.g. simple aspect changes.2013-08-21, by reimar
-
configure: add config_exif for ffmpeg2013-08-21, by michael
-
Add define to reduce warnings.2013-08-15, by reimar
-
Leave it to FFmpeg to disable multithreading with hwaccel.2013-08-14, by reimar
-
vo png: Error handling and clean up2013-08-14, by al
-
vo png: Switch to avcodec_encode_video22013-08-14, by al
-
Extract some setup code into a separate function.2013-08-13, by reimar
-
Fix a possible crash when DRI failed.2013-08-12, by reimar
-
Fix possible hang bug with -ao pcm.2013-08-12, by reimar
-
Do not increment frame drop count when at EOF.2013-08-12, by reimar
-
Make VDPAU support work again with latest FFmpeg.2013-08-11, by reimar
-
Synced with help_mp-en.h rev. 364132013-08-10, by jrash
-
If VDPAU is available enable all VDPAU HWACCELs.2013-08-09, by reimar
-
Avoid some code duplication.2013-08-09, by reimar
-
Const correctness fix.2013-08-09, by reimar
-
Be more consistent with movie aspect setting and check.2013-08-07, by ib
-
Don't subsequently calculate original_aspect from last movie_aspect.2013-08-07, by ib
-
Factor out some common code.2013-08-07, by reimar
-
Revise switch_ratio documentation.2013-08-07, by ib
-
Revise switch_ratio documentation.2013-08-06, by ib
-
configure: Fix GIF support result comment2013-08-06, by al
-
configure: prevent future ffmpeg from failing to build2013-08-06, by michael
-
Avoid dereferencing NULL pointer on close if we2013-08-05, by reimar
-
vf_screenshot: slice handling fix.2013-08-05, by reimar
-
Make fallback for failing context creation actually work.2013-08-05, by reimar
-
On X11 use root window as "hidden" window instead of2013-08-05, by reimar
-
Fix and simplify alloc/free of AVIO buffer.2013-08-05, by reimar
-
Enable switch_ratio -1 with videos with aspect changes.2013-08-04, by ib
-
Fix definition of sh->original_aspect.2013-08-04, by ib
-
Add support for rtsp:// falling back to support via FFmpeg.2013-08-04, by reimar
-
Add define to silence FFmpeg warnings.2013-08-04, by reimar
-
Update for changed lavf API.2013-08-04, by reimar
-
Synced with help_mp-en.h rev. 363742013-08-03, by jrash
-
Add a XSync() call.2013-08-02, by ib
-
Remove remaining XFlush() calls.2013-08-02, by ib
-
Fix segmentation fault with aspect ratio menu entry.2013-08-02, by ib
-
Adjust detection of original aspect ratio after r36391.2013-08-01, by ib
-
Handle special argument -1 to switch_ratio as intended.2013-08-01, by ib
-
Remove GUI_HANDLE_EVENTS.2013-08-01, by ib
-
Relocate wsEvents().2013-08-01, by ib
-
Add a redraw and event handling to GUI_PREPARE.2013-08-01, by ib
-
Process events after destroying a window.2013-08-01, by ib
-
Remove XFlush() and XSync() calls.2013-08-01, by ib
-
Remove XSynchronize() call.2013-08-01, by ib
-
Remove property wsWaitMap and function wsWindowMapWait().2013-08-01, by ib
-
Place GUI_HANDLE_EVENTS calls after GUI_REDRAW calls.2013-08-01, by ib
-
Remove needless GUI_HANDLE_EVENTS call.2013-08-01, by ib
-
Fix info message for ffg726 decoder.2013-08-01, by cehoyos
-
Simplify sign change of variable.2013-07-30, by ib
-
Increase precision of calculation by using constants of type double.2013-07-30, by ib
-
Increase precision of calculation by using constants of type double.2013-07-30, by ib
-
Cosmetic: Don't shorten floating point constants that way.2013-07-30, by ib
-
Remove unnecessary type conversions.2013-07-30, by ib
-
Be more pedantic about type of the constant.2013-07-30, by ib
-
Enable localization of ratio text.2013-07-30, by ib
-
Revise ratio text.2013-07-30, by ib
-
Be more pedantic about type of the constant.2013-07-30, by ib
-
Remove unnecessary type conversions.2013-07-30, by ib
-
Keep paused mode when changing the aspect ratio.2013-07-27, by ib
-
Add check marks to the video aspect ratio menu items.2013-07-27, by ib
-
Use again special value -1 to set original aspect ratio.2013-07-27, by ib
-
Support newer GIFLIB versions2013-07-27, by al
-
Fix compilation if giflib 5 is installed.2013-07-22, by cehoyos
-
Allow compilation with current icc.2013-07-17, by cehoyos
-
Fix missing selector name warnings2013-07-16, by upsuper
-
build: Define _BSD_SOURCE for gethostbyname22013-07-14, by al
-
Cosmetic: Adjust indent.2013-07-13, by ib
-
Calculate aspect ratio by ourselves.2013-07-13, by ib
-
Cosmetic: Adjust indent.2013-07-13, by ib
-
Enable the change of the movie aspect ratio on the fly.2013-07-13, by ib
-
Disable aspect ratio menu in the absence of video playback.2013-07-13, by ib
-
stream/tcp: Check that host object has the right AF before connect2013-07-11, by al
-
Prettify debug message.2013-07-11, by ib
-
Add a debug message on the visual.2013-07-11, by ib
-
Remove AV_ prefix from define for internal config.h header.2013-07-05, by reimar
-
Disable G2M decoder if zlib is not available.2013-07-05, by reimar
-
Follow renaming of AV_HAVE_INCOMPATIBLE_FORK_ABI define.2013-07-05, by reimar
-
codecs.conf add xd51 to mpeg22013-06-19, by compn
-
Check if path is too long2013-06-17, by komh
-
Silence two warnings: MPlayer currently does not support DXVA2 and VAAPI.2013-06-16, by cehoyos
-
Ensure surfaces are cleared after resize.2013-06-15, by reimar
-
Fix issues with glibc on 32 bit.2013-06-15, by reimar
-
Simplify texture coordinate calculation.2013-06-12, by reimar
-
Merge the 3 different drawing steps.2013-06-12, by reimar
-
Remove array that always contains only 0.2013-06-12, by reimar
-
Remove a special-case that doesn't really make much2013-06-12, by reimar
-
Use only one single texture.2013-06-12, by reimar
-
Fix texture coordinates and number of characters.2013-06-12, by reimar
-
Simplify blend function used.2013-06-12, by reimar
-
Remove unused depth test code.2013-06-12, by reimar
-
Remove code related to unused lighting.2013-06-12, by reimar
-
gl: Ensure gpu_def_sl_program is correctly initialized.2013-06-12, by reimar
-
Revert r36287.2013-06-12, by ib
-
vo_gl: Make yuv=8 compatible with OpenGL in addition to OpenGL ES.2013-06-11, by reimar
-
vo_aa: Specifying a single option should only change the2013-06-11, by reimar
-
Ensure that the allocated surface is always large enough.2013-06-11, by reimar
-
vo_gl: Fix chroma with rectangle=1.2013-06-10, by reimar
-
Fix compilation, remove assignment of variable that was removed due2013-06-10, by reimar
-
sync with en/mplayer.1 rev. 362972013-06-09, by jrash
-
Remove some unused code that has no effect.2013-06-09, by reimar
-
Remove some now unused code.2013-06-09, by reimar
-
Redraw on expose even if not paused.2013-06-09, by reimar
-
matrixview: redraw image while scaling on OSX.2013-06-09, by reimar
-
Remove unnecessary wrapper function.2013-06-09, by reimar
-
Remove unused arguments, add "const"2013-06-09, by reimar
-
Matrixview: fix getting only blank screen on OSX.2013-06-09, by reimar
-
Change hack to use a solution that will work more generally.2013-06-09, by reimar
-
OpenGL OSX: Do not set up aspect etc. for a hidden window.2013-06-09, by reimar
-
gl_tiled vo can be compiled and work on OSX as well.2013-06-09, by reimar
-
vo_gl_tiled: ensure variables are always initialized.2013-06-09, by reimar
-
vo_gl_tiled: fix YUV conversion.2013-06-09, by reimar
-
Remove unused arguments.2013-06-09, by reimar
-
Extract window creation code to common file.2013-06-09, by reimar
-
Fix inverted condition caused by a last-minute change from strcmp to strstr.2013-06-09, by reimar
-
Detect one more case of software OpenGL implementation.2013-06-09, by reimar
-
Move gl_nosw out of CONFIG_X11 ifdef.2013-06-09, by reimar
-
Add hack to fix compilation issues on OSX with broken libiconv.2013-06-09, by reimar
-
Fully uninitialize EGL.2013-06-09, by reimar
-
Set GL_UNPACK_ROW_LENGTH even for GLES.2013-06-09, by reimar
-
SwapInterval support for GLES/EGL.2013-06-09, by reimar
-
Cosmetics: remove tabs that slipped in by accident.2013-06-09, by reimar
-
Add support for printing available egl configs.2013-06-09, by reimar
-
vo_gl: some Android fixes.2013-06-07, by reimar
-
Do not lose OSD and subtitles on resize.2013-06-06, by reimar
-
Handle expose event also when not paused and do not draw2013-06-06, by reimar
-
Fix expose event redraw to actually redraw the correct frame.2013-06-06, by reimar
-
VDPAU: fix RGBA output to use a surface of correct size and to redraw on resize.2013-06-06, by reimar
-
Update #if for previous commit, fixes compilation for cases2013-06-05, by reimar
-
Remove unnecessary condition.2013-06-04, by reimar
-
Cosmetics: fix indentation.2013-06-03, by reimar
-
Add (no)connect option to ao_jack.2013-06-03, by reimar
-
Support Go2Meeting v4 via Kostya's decoder in FFmpeg.2013-06-03, by cehoyos
-
mcdeint: avoid uninited data read2013-06-01, by cehoyos
-
sync with en/mplayer.1 rev. 362832013-06-01, by jrash
-
Try to support -monitor-orientation with VDPAU.2013-05-28, by reimar
-
Fix border-pos handling.2013-05-28, by reimar
-
Make comment clearer.2013-05-27, by reimar
-
Handle events while waiting for window being mapped.2013-05-26, by ib
-
Cosmetic: Adjust indent.2013-05-26, by ib
-
Relocate internal wsWindowList registration code.2013-05-26, by ib
-
Define new_gpu_program() conditionally.2013-05-26, by ib
-
Remove unused variable.2013-05-26, by ib
-
Discard parts that we do not actually care about instead of2013-05-25, by reimar
-
Apply forgotten move of apply_border_pos function.2013-05-25, by reimar
-
border_pos support for a few more vos.2013-05-25, by reimar
-
Add options to determine where borders will be added when adjusting for aspect.2013-05-25, by reimar
-
Fix typo in parameter name.2013-05-24, by reimar
-
Remove incorrect comment, FFmpeg decoder supports 10 bit.2013-05-24, by reimar
-
sync with en/mplayer.1 rev. 362672013-05-18, by jrash
-
Rename HAVE_CMOV to HAVE_I686 for FFmpeg.2013-05-17, by reimar
-
Do not prefer the binary AIC decoder over FFmpeg's.2013-05-17, by cehoyos
-
Support FFmpeg Apple Intermediate Decoder.2013-05-17, by cehoyos
-
vo_gl: Extract some code into separate function.2013-05-16, by reimar
-
Support 16-bit YUV on OpenGL ES.2013-05-16, by reimar
-
Disable -pie on Windows, it causes issues without2013-05-16, by reimar
-
Enable atomics.2013-05-16, by reimar
-
Fix -monitor-orientation option name in changelog.2013-05-16, by reimar
-
Support audio in GameCube rsd files.2013-05-15, by cehoyos
-
Support Nintendo Gamecube DTK files.2013-05-15, by cehoyos
-
Do not pass random unsupported data to encoder.2013-05-13, by reimar
-
Add support for rotating the video via OpenGL.2013-05-13, by reimar
-
Add NV12/NV21 support to some helper functions.2013-05-13, by reimar
-
sync with en/mplayer.1 rev. 362412013-05-12, by jrash
-
Avoid duplicating the mouse button handling.2013-05-09, by reimar
-
Avoid duplicating the mouse autohide code.2013-05-09, by reimar
-
Handle X events even while waiting for a map event.2013-05-09, by reimar
-
Remove debug printfs that have not been used in ages.2013-05-09, by reimar
-
Remove XSelectInput and XSync call that do not seem to serve any purpose.2013-05-09, by reimar
-
Avoid using swab()2013-05-09, by reimar
-
Fix indentation.2013-05-09, by reimar
-
Simplify check whether byte swapping is necessary.2013-05-09, by reimar
-
Add comment about -wid on Android to Changelog.2013-05-09, by reimar
-
Add script that submits a Coverity scan in an automated way.2013-05-09, by reimar
-
Make parser allocation work if a codec was forced.2013-05-09, by reimar
-
Support -wid on Android.2013-05-09, by reimar
-
Remove pointless function arguments.2013-05-09, by reimar
-
Fix resource leak.2013-05-08, by ib
-
Check return value to avoid segmentation fault.2013-05-08, by ib
-
Avoid dead code and a memleak.2013-05-07, by reimar
-
Make 0 termination code more robust against future changes.2013-05-07, by reimar
-
Ensure 0-termination.2013-05-07, by reimar
-
Fix incorrect error printing code.2013-05-07, by reimar
-
Split init_vo and call only the necessary part from get_buffer.2013-05-07, by reimar
-
Some changelog updates.2013-05-07, by reimar
-
manpage: document -playlist being unsafe in its option description2013-05-05, by reimar
-
Allow parsing arbitrary files as playlist only2013-05-05, by reimar
-
Fix memory leak.2013-05-05, by reimar
-
Disable dangerous feature in ASX playlist parser.2013-05-05, by reimar
-
Update calculation of allocation size for direct rendering.2013-05-05, by reimar
-
Less strict check for width/height.2013-05-05, by reimar
-
Remove pointless cast.2013-05-05, by reimar
-
Add more information to error message.2013-05-05, by reimar
-
Make code simpler and more flexible.2013-05-04, by reimar
-
Fix matrixview color.2013-05-04, by reimar
-
Simplify and clean up code.2013-05-04, by reimar
-
Cosmetics, simplify end-of-string checks.2013-05-04, by reimar
-
Remove unnecessary and incorrect assignment.2013-05-04, by reimar
-
gl: support advanced processing for GLES2.2013-05-04, by reimar
-
Add some forgotten "const" to function arguments.2013-05-04, by reimar
-
Add a const.2013-05-04, by reimar
-
Provide dummy glColor4ub glTexEnvi functions.2013-05-04, by reimar
-
Remove unused mpglTexEnvf.2013-05-04, by reimar
-
Remove glMatrixMode and glLoadIdentity functions.2013-05-04, by reimar
-
Add hack to support strides with GLES.2013-05-04, by reimar
-
Avoid glColor4f, use glColor4ub instead.2013-05-04, by reimar
-
Switch OpenGL ES renderer to 2.0.2013-05-04, by reimar
-
Remove now unused function pointers.2013-05-04, by reimar
-
Avoid PushMatrix/PopMatrix.2013-05-04, by reimar
-
Simplify drawing OpenGL vertices.2013-05-04, by reimar
-
Search GLES library in more locations.2013-05-04, by reimar
-
Minor simplification.2013-05-04, by reimar
-
sync with en/mplayer.1 rev. 362132013-05-04, by jrash
-
Add documentation about Android -vo gl mode.2013-05-03, by reimar
-
input: add an option to set the default pausing mode.2013-05-03, by cigaes
-
Relocate definition of DXR3Config.2013-05-03, by ib
-
Also add ordinary 422P support for libopenjpeg.2013-05-02, by reimar
-
Support decoding of ordinary YV12 j2k.2013-05-02, by reimar
-
Avoid 3D texture with border.2013-05-02, by reimar
-
Add forgotten switch back to texture unit 0.2013-05-01, by reimar
-
Use better default for YUV mode autodetection.2013-05-01, by reimar
-
Add xyz support for -vo gl.2013-05-01, by reimar
-
Fix XYZ conversion matrix.2013-05-01, by reimar
-
Support determining texture format for XYZ format.2013-05-01, by reimar
-
Synchronize settings for native and libopenjpeg j2k decoders.2013-05-01, by reimar
-
Fix bpp calculation for XYZ format.2013-05-01, by reimar
-
Fix define value.2013-05-01, by reimar
-
Enable/disable extra instructions for gamma correction2013-05-01, by reimar
-
Support playback of JPEG 2000 digital cinema files.2013-05-01, by cehoyos
-
Revise signal callback function doxygen comments.2013-04-30, by ib
-
Add doxygen comment.2013-04-30, by ib
-
Cosmetic: Prefer hyphen to underline in signal names.2013-04-30, by ib
-
Rename on_FileSelect_key_release_event() fs_key_release_event().2013-04-30, by ib
-
Set focus to fsFNameList after a combo box selection.2013-04-30, by ib
-
Cosmetic: Adjust indent.2013-04-30, by ib
-
Redesign on_FileSelect_key_release_event().2013-04-30, by ib
-
Remove signal "activate" handling.2013-04-30, by ib
-
Fix segmentation fault.2013-04-30, by ib
-
Support playing VC-1 in transport streams with -demuxer lavf.2013-04-30, by cehoyos
-
Move declaration into scope where variable is used.2013-04-29, by ib
-
Merge declaration and assignment.2013-04-29, by ib
-
Cosmetic: Adjust indent.2013-04-29, by ib
-
Check return value to avoid segmentation fault.2013-04-29, by ib
-
Set file prior to adding to the URL list.2013-04-29, by ib
-
Remove pointless cast.2013-04-29, by ib
-
Cosmetic: Adjust indent.2013-04-29, by ib
-
Don't strdup the URL.2013-04-29, by ib
-
Check return value to avoid segmentation fault.2013-04-29, by ib
-
Remove pointless code.2013-04-29, by ib
-
Be more precise about type.2013-04-29, by ib
-
Cosmetic: Insert blank line and relocate statement.2013-04-29, by ib
-
Remove the broken -bluray-chapter option.2013-04-26, by reimar
-
Make -chapter always available, even when compiled without DVD support.2013-04-26, by reimar
-
br://: Fix querying current chapter.2013-04-26, by reimar
-
Add support for AV_CODEC_ID_ASS.2013-04-18, by cboesch
-
sync with en/mplayer.1 rev. 361362013-04-15, by jrash
-
Remove some nonsense code, align with X11 implementation.2013-04-11, by reimar
-
Do not try with scale filter etc. when the format is a HWACCEL format.2013-04-05, by reimar
-
Detect invalid data from FFmpeg.2013-04-05, by reimar
-
Make comment a doxygen comment.2013-04-05, by ib
-
Revise gtkEvents().2013-04-05, by ib
-
Rename gtkEventHandling() gtkEvents().2013-04-05, by ib
-
Remove gtkEventHandling().2013-04-05, by ib
-
Add comment.2013-04-05, by ib
-
Remove commented code.2013-04-04, by ib
-
Don't allow the URL dialog to be vertically user-resizable.2013-04-04, by ib
-
Don't allow the URL dialog to be user-shrinkable.2013-04-04, by ib
-
Don't allow the file selector to be user-shrinkable.2013-04-04, by ib
-
Fix parameter auto_shrink.2013-04-04, by ib
-
Don't allow the message box to be user-resizable.2013-04-04, by ib
-
Don't allow the file selector to be user-shrinkable.2013-04-04, by ib
-
Fix parameter auto_shrink.2013-04-04, by ib
-
Don't allow the about box to be user-resizable.2013-04-04, by ib
-
Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).2013-04-04, by ib
-
Don't set (too small) height.2013-04-04, by ib
-
Avoid casts by passing an existing pointer.2013-04-04, by ib
-
Change some class hint names.2013-04-04, by ib
-
Cosmetic: Rename GMPlayer definition gmplayer.2013-04-04, by ib
-
Define "MPlayer" string.2013-04-04, by ib
-
Remove all gtk_widget_set_name() calls.2013-04-04, by ib
-
Remove all gtk_object_set_data() calls.2013-04-04, by ib
-
Cosmetic: Rename signal handler function.2013-04-04, by ib
-
Cosmetic: Rename static variables.2013-04-04, by ib
-
Cosmetic: Rearrange definitions.2013-04-03, by ib
-
Cosmetic: Rename variable and correct spelling.2013-04-03, by ib
-
Cosmetic: Adjust indent.2013-04-03, by ib
-
Remove unnecessary initialization.2013-04-03, by ib
-
Cosmetic: Switch conditions (for consistency).2013-04-03, by ib
-
Cosmetic: Rename variables (consistently).2013-04-03, by ib
-
Add limited -endpos support when dumping.2013-04-03, by reimar
-
Add workaround to allow compiling 64 bit MPlayer with clang on OSX.2013-04-03, by reimar
-
Group and sort #includes, remove unneeded ones.2013-04-01, by ib
-
Revert r36098, it breaks compilation on x86-64 Linux.2013-04-01, by reimar