log

age author description
2013-08-11 reimar Make VDPAU support work again with latest FFmpeg.
2013-08-10 jrash Synced with help_mp-en.h rev. 36413
2013-08-09 reimar If VDPAU is available enable all VDPAU HWACCELs.
2013-08-09 reimar Avoid some code duplication.
2013-08-09 reimar Const correctness fix.
2013-08-07 ib Be more consistent with movie aspect setting and check.
2013-08-07 ib Don't subsequently calculate original_aspect from last movie_aspect.
2013-08-07 reimar Factor out some common code.
2013-08-07 ib Revise switch_ratio documentation.
2013-08-06 ib Revise switch_ratio documentation.
2013-08-06 al configure: Fix GIF support result comment
2013-08-06 michael configure: prevent future ffmpeg from failing to build
2013-08-05 reimar Avoid dereferencing NULL pointer on close if we
2013-08-05 reimar vf_screenshot: slice handling fix.
2013-08-05 reimar Make fallback for failing context creation actually work.
2013-08-05 reimar On X11 use root window as "hidden" window instead of
2013-08-05 reimar Fix and simplify alloc/free of AVIO buffer.
2013-08-04 ib Enable switch_ratio -1 with videos with aspect changes.
2013-08-04 ib Fix definition of sh->original_aspect.
2013-08-04 reimar Add support for rtsp:// falling back to support via FFmpeg.
2013-08-04 reimar Add define to silence FFmpeg warnings.
2013-08-04 reimar Update for changed lavf API.
2013-08-03 jrash Synced with help_mp-en.h rev. 36374
2013-08-02 ib Add a XSync() call.
2013-08-02 ib Remove remaining XFlush() calls.
2013-08-02 ib Fix segmentation fault with aspect ratio menu entry.
2013-08-01 ib Adjust detection of original aspect ratio after r36391.
2013-08-01 ib Handle special argument -1 to switch_ratio as intended.
2013-08-01 ib Remove GUI_HANDLE_EVENTS.
2013-08-01 ib Relocate wsEvents().
2013-08-01 ib Add a redraw and event handling to GUI_PREPARE.
2013-08-01 ib Process events after destroying a window.
2013-08-01 ib Remove XFlush() and XSync() calls.
2013-08-01 ib Remove XSynchronize() call.
2013-08-01 ib Remove property wsWaitMap and function wsWindowMapWait().
2013-08-01 ib Place GUI_HANDLE_EVENTS calls after GUI_REDRAW calls.
2013-08-01 ib Remove needless GUI_HANDLE_EVENTS call.
2013-08-01 cehoyos Fix info message for ffg726 decoder.
2013-07-30 ib Simplify sign change of variable.
2013-07-30 ib Increase precision of calculation by using constants of type double.
2013-07-30 ib Increase precision of calculation by using constants of type double.
2013-07-30 ib Cosmetic: Don't shorten floating point constants that way.
2013-07-30 ib Remove unnecessary type conversions.
2013-07-30 ib Be more pedantic about type of the constant.
2013-07-30 ib Enable localization of ratio text.
2013-07-30 ib Revise ratio text.
2013-07-30 ib Be more pedantic about type of the constant.
2013-07-30 ib Remove unnecessary type conversions.
2013-07-27 ib Keep paused mode when changing the aspect ratio.
2013-07-27 ib Add check marks to the video aspect ratio menu items.
2013-07-27 ib Use again special value -1 to set original aspect ratio.
2013-07-27 al Support newer GIFLIB versions
2013-07-22 cehoyos Fix compilation if giflib 5 is installed.
2013-07-19 al build: Keep compiler-specific warning flags for debug or profiling builds
2013-07-17 cehoyos Allow compilation with current icc.
2013-07-16 upsuper Fix missing selector name warnings
2013-07-14 al build: Define _BSD_SOURCE for gethostbyname2
2013-07-13 ib Cosmetic: Adjust indent.
2013-07-13 ib Calculate aspect ratio by ourselves.
2013-07-13 ib Cosmetic: Adjust indent.