2013-03-05 |
compn |
add FICV binary codec.
|
2013-03-03 |
cehoyos |
Add two config.h defines for an upcoming FFmpeg patch / for consistency.
|
2013-03-02 |
ib |
Remove explicit setting of vo_ontop.
|
2013-03-02 |
ib |
Don't modify a -wid window's decoration.
|
2013-03-02 |
reimar |
Fix volnorm filter for float data.
|
2013-02-28 |
ib |
Keep GUI history untouched upon file select "Cancel".
|
2013-02-28 |
ib |
Fix bug with deleted file appearing in the path list.
|
2013-02-28 |
cboesch |
build: fix build after moving from HAVE_ICONV to CONFIG_ICONV in FFmpeg.
|
2013-02-25 |
reimar |
Fix setting gamma.
|
2013-02-23 |
reimar |
demux_lavf: fix up all ffmpeg:// URLs.
|
2013-02-20 |
cehoyos |
Fix FFmpeg cinepak decoding: It outputs RGB24 now.
|
2013-02-20 |
diego |
configure: Refactor filtering libav* components into a function
|
2013-02-18 |
cehoyos |
List decoders and encoders in config.asm: Prepare for upcoming FFmpeg patch.
|
2013-02-18 |
michael |
build: add matching #define CONFIG_AUDIO_FRAME_QUEUE 1
|
2013-02-18 |
cehoyos |
Fix compilation with latest FFmpeg.
|
2013-02-18 |
diego |
configure: Refactor listing libav* subparts into a function
|
2013-02-17 |
michael |
build-sys: fix for ffmpeg due to HAVE_ICONV
|
2013-02-15 |
cehoyos |
Revert r35912, it breaks compilation.
|
2013-02-15 |
diego |
configure: Simplify option value handling with helper functions
|
2013-02-15 |
diego |
configure: Add toupper() and tolower() utility functions
|
2013-02-15 |
diego |
configure: Remove redundant double variable initialization
|
2013-02-15 |
diego |
build: Drop unnecessary -D_GNU_SOURCE from libdvd* CFLAGS
|
2013-02-05 |
cehoyos |
Be less verbose on unkown FFmpeg pixel formats.
|
2013-02-04 |
reimar |
Remove nonsense typedef, probably caused by search-and-replace
|
2013-02-03 |
reimar |
Correctly disable dr for H.264.
|
2013-02-01 |
cehoyos |
Support decoding G722 in au.
|
2013-01-31 |
cehoyos |
Add more vf_stereo3d output formats.
|
2013-01-27 |
reimar |
Switch from OpenGL.h to gl.h
|
2013-01-27 |
ib |
Cosmetic: Adjust indent.
|
2013-01-27 |
ib |
Don't destroy a -wid window's WM_NORMAL_HINTS property information.
|
2013-01-27 |
al |
build: configure: Simplify check for alloca
|
2013-01-26 |
ib |
Comment code with no effect.
|
2013-01-26 |
ib |
Cosmetic: Adjust indent.
|
2013-01-26 |
ib |
Restructure code for video window in uiChangeSkin().
|
2013-01-26 |
ib |
Remove code almost identical to uiMenuDone() plus uiMenuInit().
|
2013-01-26 |
ib |
Remove pointless condition.
|
2013-01-26 |
ib |
Remove pointless menuIsInitialized.
|
2013-01-26 |
ib |
Exit GUI if we can't return to the skin we started with.
|
2013-01-26 |
ib |
Change window reload order.
|
2013-01-26 |
ib |
Cosmetic: Rename variables.
|
2013-01-26 |
ib |
Remove unnecessary nfree() call.
|
2013-01-25 |
ib |
Remove unnecessary, conditional free() call.
|
2013-01-25 |
ib |
Add uiMainDone(), uiVideoDone(), uiPlaybarDone() and uiMenuDone().
|
2013-01-25 |
ib |
Make mainDrawBuffer static.
|
2013-01-25 |
ib |
Cosmetic: Rename variable.
|
2013-01-25 |
ib |
Compact code.
|
2013-01-25 |
ib |
Cosmetic: Adjust indent.
|
2013-01-25 |
ib |
Fix bug with evPlay.
|
2013-01-25 |
ib |
Cosmetic: Rename variable.
|
2013-01-25 |
ib |
Move main window initialization code to uiMainInit().
|
2013-01-25 |
ib |
Move video window initialization code to uiVideoInit().
|
2013-01-25 |
ib |
Update skin documentation.
|
2013-01-25 |
ib |
Cosmetic: Adjust indent.
|
2013-01-25 |
ib |
Allow video window without image displayed in it.
|
2013-01-25 |
ib |
Improve debug message.
|
2013-01-25 |
ib |
Add a playbar window initialization debug message.
|
2013-01-25 |
ib |
Relocate menu window initialization debug message.
|
2013-01-25 |
ib |
Add comment on order of window initialization.
|
2013-01-25 |
ib |
Add new functions uiMainInit() and uiVideoInit().
|
2013-01-25 |
ib |
Fix segmentation fault with menu window.
|
2013-01-25 |
ib |
Set MouseHandler for menu window.
|
2013-01-25 |
ib |
Relocate uiLoadPlay.
|
2013-01-25 |
ib |
Add comments.
|
2013-01-25 |
ib |
Add missing type to variable declaration.
|
2013-01-25 |
ib |
Remove unnecessary initialization.
|
2013-01-25 |
ib |
Cosmetic: Rename uiMainEvent() uiEvent().
|
2013-01-25 |
ib |
Relocate uiMainEvent() prototype.
|
2013-01-25 |
ib |
Relocate uiMainEvent().
|
2013-01-24 |
ib |
Cosmetic: Rename uiMainAutoPlay uiLoadPlay.
|
2013-01-24 |
ib |
Remove unused declaration.
|
2013-01-24 |
ib |
Cosmetic: Rename uiEventHandling() uiMainEvent().
|
2013-01-24 |
ib |
Cosmetic: Replace uiMenuInit().
|
2013-01-24 |
ib |
Rename uiShowMenu() uiMenuShow() and uiHideMenu() uiMenuHide().
|
2013-01-24 |
ib |
Cosmetic: Replace uiPlaybarShow().
|
2013-01-24 |
ib |
Cosmetic: Replace declarations.
|
2013-01-24 |
ib |
Cosmetic: Rename uiDND uiMainDND.
|
2013-01-24 |
ib |
Cosmetic: Remove "Handle(r)" from function names.
|
2013-01-24 |
ib |
Remove unnecessary cast.
|
2013-01-24 |
ib |
Cosmetic: Rename ReDraw DrawHandler.
|
2013-01-24 |
ib |
Cosmetic: Replace DandD by DND.
|
2013-01-24 |
ib |
Make uiMainRender static.
|
2013-01-24 |
ib |
Get rid of uiVideoRender.
|
2013-01-24 |
ib |
Cosmetic: Adjust indent.
|
2013-01-24 |
ib |
Realize a smooth and flicker-free video when resizing during playback.
|
2013-01-24 |
ib |
Partly revert r35847.
|
2013-01-24 |
ib |
Cosmetic: Adjust indent.
|
2013-01-24 |
ib |
Disable handler fuctions in wsWindowDestroy().
|
2013-01-24 |
ib |
Remove unnecessary assignment.
|
2013-01-24 |
ib |
Rename menuRender uiMenuRender and make it static.
|
2013-01-24 |
ib |
Remove unnecessary setting of uiMainRender.
|
2013-01-24 |
ib |
Cosmetic: Change argument to uiEventHandling() ivRedraw call.
|
2013-01-24 |
ib |
Move assignment to uiMainRender to a more appropriate place.
|
2013-01-24 |
ib |
Add some notes for later checking and fixing.
|
2013-01-23 |
ib |
Remove unnecessary setting of uiVideoRender.
|
2013-01-23 |
ib |
Cosmetic: Rename wsImageConvert() wsImageRender().
|
2013-01-23 |
michael |
libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
|
2013-01-23 |
diego |
configure: Drop unused WORDS_BIGENDIAN config.h #define.
|
2013-01-23 |
diego |
libdvdcss: Revert r35255, which tried to work around Windows breakage.
|
2013-01-23 |
diego |
configure: Unset HAVE_DIRECT_H if direct.h is not available.
|
2013-01-23 |
ib |
Remove unnecessary wsWindowBackground() calls.
|
2013-01-23 |
ib |
Remove wsWindowClear().
|
2013-01-23 |
ib |
Cosmetic: Adjust indent.
|
2013-01-23 |
ib |
Remove setting pointless window attribute CWBackPixel.
|
2013-01-23 |
cehoyos |
Also support EVRC in qcp.
|
2013-01-23 |
ib |
Remove pointless parentheses.
|
2013-01-22 |
ib |
Remove and simplify code.
|
2013-01-22 |
michael |
configure: Add cbrt() code to avoid breaking compile with ffmpeg which will need that in a moment.
|
2013-01-22 |
ib |
Relocate #defines and make them enums.
|
2013-01-22 |
ib |
Relocate #defines and make them functions.
|
2013-01-22 |
ib |
Revise some doxygen comments.
|
2013-01-22 |
ib |
Redefine PACK_RGB16 and PACK_RGB15.
|
2013-01-22 |
ib |
Remove pointless wsWindowClear() when setting movie aspect ratio.
|
2013-01-21 |
diego |
configure: cosmetics: Move os2threads check to a more suitable place.
|
2013-01-21 |
diego |
configure: Add windows.h check for libavutil
|
2013-01-21 |
diego |
configure: cosmetics: Restructure some entries in config.h.
|
2013-01-21 |
diego |
configure: Simplify giflib workaround check through helper functions.
|
2013-01-21 |
diego |
configure: Simplify liba52 check through helper functions.
|
2013-01-21 |
diego |
configure: Drop commented-out line from OpenAL check.
|
2013-01-21 |
diego |
demux_lavf: Fix CODEC_ID availability ifdefs and add a missing one
|
2013-01-21 |
diego |
vd_ffmpeg: Define potentially unavailable error resilience values
|
2013-01-21 |
diego |
fmt-conversion: Fix PIX_FMT availability ifdefs to work as expected.
|
2013-01-21 |
diego |
configure: Add check for _aligned_malloc(), used in libavutil.
|
2013-01-21 |
SubJunk |
Formatting
|
2013-01-21 |
diego |
Replace CODEC_IDs their modern AV_-prefixed counterparts.
|
2013-01-21 |
diego |
configure: Add check for mprotect(), used in libswscale.
|
2013-01-21 |
diego |
configure: Unconditionally check for io.h and direct.h
|
2013-01-21 |
diego |
Add a number of missing libavutil header #includes.
|
2013-01-21 |
diego |
av_opts: Replace deprecated av_set_string3() by av_opt_set()
|
2013-01-21 |
cehoyos |
Support FFmpeg EVRC decoder by Paul B Mahol.
|
2013-01-21 |
ib |
Adjust year for copyright notes.
|
2013-01-21 |
SubJunk |
Bumped year
|
2013-01-20 |
diego |
Replace PixelFormat and PIX_FMT_FOO by their AV_-prefixed counterparts.
|
2013-01-20 |
diego |
muxer_lavf: Replace forward declaration by the correct #include
|
2013-01-20 |
diego |
Replace obsolete x86_cpu.h #includes by the correct header.
|
2013-01-20 |
diego |
(Partially) synchronize .gitignore with svn:ignore properties.
|
2013-01-20 |
ib |
Cosmetic: Remove/adjust comments.
|
2013-01-20 |
ib |
Clean up #includes.
|
2013-01-19 |
SubJunk |
Updated libass to 7e45532
|
2013-01-19 |
ib |
Cosmetic: Rename ws functions for the sake of consistency.
|
2013-01-19 |
ib |
Make wsWindowDecoration() static.
|
2013-01-19 |
ib |
Cosmetic: Relocate wsWindowDecoration().
|
2013-01-19 |
ib |
Remove redundant parameter from function.
|
2013-01-19 |
ib |
Cosmetic: Rename structure member, use singular.
|
2013-01-19 |
ib |
Use Bool type.
|
2013-01-19 |
ib |
Remove unused wsWindow structure members.
|
2013-01-19 |
jrash |
Synced with help_mp-en.h rev. 35738
|
2013-01-18 |
ib |
Use Bool type.
|
2013-01-18 |
ib |
Enable resize handles for resizable windows only.
|
2013-01-18 |
ib |
Make variables local.
|
2013-01-18 |
ib |
Remove unnecessary #includes.
|
2013-01-18 |
ib |
Cosmetic: Rename wItem guiItem.
|
2013-01-18 |
ib |
Don't unnecessarily restrict property mask to 8 bits.
|
2013-01-18 |
ib |
Don't set "normal size" check mark in menu by default.
|
2013-01-18 |
cehoyos |
Fix libvpx compilation.
|
2013-01-18 |
cehoyos |
Support fourcc ZMP4.
|
2013-01-18 |
ib |
Remove parameter for border_width from wsWindowCreate().
|
2013-01-18 |
ib |
Cosmetic: Change parameter names.
|
2013-01-18 |
ib |
Cosmetic: Rename ws functions for the sake of consistency.
|
2013-01-17 |
ib |
Don't close the display.
|
2013-01-17 |
ib |
Remove unused structure member wGCV.
|
2013-01-17 |
ib |
Make variable wsScreenDepth static.
|
2013-01-17 |
ib |
Cosmetic: Adjust indent.
|
2013-01-17 |
ib |
Cosmetic: Rename DepthOnScreen ScreenDepth.
|
2013-01-17 |
ib |
Move wgIsRect from ws.h to gui.h.
|
2013-01-17 |
ib |
Remove unused code.
|
2013-01-17 |
ib |
Make functions static that only have file scope.
|
2013-01-17 |
ib |
Cosmetic: Relocate some functions.
|
2013-01-17 |
ib |
Fix bug introduced in r35757.
|
2013-01-17 |
ib |
Remove unused code.
|
2013-01-17 |
ib |
Remove pointless variable wsTrue.
|
2013-01-17 |
ib |
Remove unused wsKeyTable.
|
2013-01-17 |
ib |
Make variables static that only have file scope.
|
2013-01-17 |
ib |
Cosmetic: Relocate and revise comments on code origin.
|
2013-01-17 |
ib |
Remove unused code and declarations.
|
2013-01-16 |
ib |
Save the correct video window position.
|
2013-01-16 |
ib |
Don't unnecessarily and annoyingly move the video window.
|
2013-01-15 |
ib |
Relocate some functions.
|
2013-01-15 |
ib |
Switch statements.
|
2013-01-15 |
ib |
Remove member SizeHint from wsWindow structure.
|
2013-01-15 |
ib |
Remove confusing comment.
|
2013-01-15 |
ib |
Remove symbolic constant wsNoBorder.
|
2013-01-15 |
ib |
Add property wsAspect.
|
2013-01-15 |
ib |
Cosmetic: Rename wsTWindow wsWindow.
|
2013-01-15 |
ib |
Cosmetic: Change parameter names.
|
2013-01-15 |
ib |
Cosmetic: Adjust indent.
|
2013-01-15 |
ib |
Add the 'Mapped' information to wsMapWait().
|
2013-01-15 |
ib |
Add wsMapWait().
|
2013-01-15 |
ib |
Use wsSizeHint() in wsMoveWindow().
|
2013-01-15 |
ib |
Add comments.
|
2013-01-15 |
ib |
Cosmetic: Adjust indent.
|
2013-01-15 |
ib |
Simplify wsSizeHint() by dropping parameter 'hints'.
|
2013-01-14 |
ib |
Don't allow shrinking the main window.
|
2013-01-14 |
ib |
Replace the call to vo_x11_sizehint().
|
2013-01-14 |
ib |
Add new function wsSizeHint().
|
2013-01-12 |
ib |
Remove the [ws] file information from the message text.
|
2013-01-12 |
ib |
Add doxygen comments.
|
2013-01-11 |
ib |
Change parameter type and name.
|
2013-01-11 |
ib |
Remove unused declaration.
|
2013-01-11 |
ib |
Make variable static that is only used inside the file.
|
2013-01-10 |
ib |
Don't define a function by a macro.
|
2013-01-10 |
ib |
Cosmetic: Use parameter name 'window' for a GtkWindow.
|
2013-01-10 |
ib |
Remove Display parameter from wsEvents().
|
2013-01-10 |
ib |
Restore GUI's X error handler after gtk_init().
|
2013-01-10 |
ib |
Replace stderr output by mp_msg() error messages.
|
2013-01-10 |
ib |
Use sizeof() instead of numeric constant.
|
2013-01-10 |
ib |
Cosmetic: Adjust parameter names to r35725 and r35726 harmonization.
|
2013-01-10 |
ib |
Cosmetic: Use lower case parameter name.
|
2013-01-10 |
ib |
Cosmetic: Harmonize parameter names.
|
2013-01-10 |
ib |
Remove unused declarations.
|
2013-01-10 |
ib |
Pass parameter instead of using global variable.
|
2013-01-10 |
cehoyos |
Fix compilation with current FFmpeg.
|
2013-01-10 |
ib |
Cosmetic: Add and adjust comments.
|
2013-01-10 |
ib |
Relocate GTK initialization.
|
2013-01-10 |
ib |
Don't unconditionally set gtkDXR3Device.
|
2013-01-10 |
ib |
Remove unnecessary initialization.
|
2013-01-10 |
ib |
Make variables static that are only used inside the file.
|
2013-01-10 |
ib |
Add a message indicating start of initialization of X.
|
2013-01-06 |
cehoyos |
Support FFmpeg 012v decoder.
|
2013-01-06 |
upsuper |
Fix a resource leak.
|
2013-01-06 |
reimar |
Call sanitize_os already in preinit function instead of only during init.
|
2012-12-31 |
upsuper |
Fix a rendering bug in vf_ass.
|
2012-12-30 |
cehoyos |
Fix compilation with latest FFmpeg.
|
2012-12-24 |
reimar |
Fix missing screen clear with -nodouble.
|
2012-12-24 |
reimar |
Disable direct rendering for non-ref frames only again, it still
|