2013-05-07 |
reimar |
Some changelog updates.
|
2013-05-05 |
reimar |
manpage: document -playlist being unsafe in its option description
|
2013-05-05 |
reimar |
Allow parsing arbitrary files as playlist only
|
2013-05-05 |
reimar |
Fix memory leak.
|
2013-05-05 |
reimar |
Disable dangerous feature in ASX playlist parser.
|
2013-05-05 |
reimar |
Update calculation of allocation size for direct rendering.
|
2013-05-05 |
reimar |
Less strict check for width/height.
|
2013-05-05 |
reimar |
Remove pointless cast.
|
2013-05-05 |
reimar |
Add more information to error message.
|
2013-05-04 |
reimar |
Make code simpler and more flexible.
|
2013-05-04 |
reimar |
Fix matrixview color.
|
2013-05-04 |
reimar |
Simplify and clean up code.
|
2013-05-04 |
reimar |
Cosmetics, simplify end-of-string checks.
|
2013-05-04 |
reimar |
Remove unnecessary and incorrect assignment.
|
2013-05-04 |
reimar |
gl: support advanced processing for GLES2.
|
2013-05-04 |
reimar |
Add some forgotten "const" to function arguments.
|
2013-05-04 |
reimar |
Add a const.
|
2013-05-04 |
reimar |
Provide dummy glColor4ub glTexEnvi functions.
|
2013-05-04 |
reimar |
Remove unused mpglTexEnvf.
|
2013-05-04 |
reimar |
Remove glMatrixMode and glLoadIdentity functions.
|
2013-05-04 |
reimar |
Add hack to support strides with GLES.
|
2013-05-04 |
reimar |
Avoid glColor4f, use glColor4ub instead.
|
2013-05-04 |
reimar |
Switch OpenGL ES renderer to 2.0.
|
2013-05-04 |
reimar |
Remove now unused function pointers.
|
2013-05-04 |
reimar |
Avoid PushMatrix/PopMatrix.
|
2013-05-04 |
reimar |
Simplify drawing OpenGL vertices.
|
2013-05-04 |
reimar |
Search GLES library in more locations.
|
2013-05-04 |
reimar |
Minor simplification.
|
2013-05-04 |
jrash |
sync with en/mplayer.1 rev. 36213
|
2013-05-03 |
reimar |
Add documentation about Android -vo gl mode.
|
2013-05-03 |
cigaes |
input: add an option to set the default pausing mode.
|
2013-05-03 |
ib |
Relocate definition of DXR3Config.
|
2013-05-02 |
reimar |
Also add ordinary 422P support for libopenjpeg.
|
2013-05-02 |
reimar |
Support decoding of ordinary YV12 j2k.
|
2013-05-02 |
reimar |
Avoid 3D texture with border.
|
2013-05-01 |
reimar |
Add forgotten switch back to texture unit 0.
|
2013-05-01 |
reimar |
Use better default for YUV mode autodetection.
|
2013-05-01 |
reimar |
Add xyz support for -vo gl.
|
2013-05-01 |
reimar |
Fix XYZ conversion matrix.
|
2013-05-01 |
reimar |
Support determining texture format for XYZ format.
|
2013-05-01 |
reimar |
Synchronize settings for native and libopenjpeg j2k decoders.
|
2013-05-01 |
reimar |
Fix bpp calculation for XYZ format.
|
2013-05-01 |
reimar |
Fix define value.
|
2013-05-01 |
reimar |
Enable/disable extra instructions for gamma correction
|
2013-05-01 |
cehoyos |
Support playback of JPEG 2000 digital cinema files.
|
2013-04-30 |
ib |
Revise signal callback function doxygen comments.
|
2013-04-30 |
ib |
Add doxygen comment.
|
2013-04-30 |
ib |
Cosmetic: Prefer hyphen to underline in signal names.
|
2013-04-30 |
ib |
Rename on_FileSelect_key_release_event() fs_key_release_event().
|
2013-04-30 |
ib |
Set focus to fsFNameList after a combo box selection.
|
2013-04-30 |
ib |
Cosmetic: Adjust indent.
|
2013-04-30 |
ib |
Redesign on_FileSelect_key_release_event().
|
2013-04-30 |
ib |
Remove signal "activate" handling.
|
2013-04-30 |
ib |
Fix segmentation fault.
|
2013-04-30 |
cehoyos |
Support playing VC-1 in transport streams with -demuxer lavf.
|
2013-04-29 |
ib |
Move declaration into scope where variable is used.
|
2013-04-29 |
ib |
Merge declaration and assignment.
|
2013-04-29 |
ib |
Cosmetic: Adjust indent.
|
2013-04-29 |
ib |
Check return value to avoid segmentation fault.
|
2013-04-29 |
ib |
Set file prior to adding to the URL list.
|
2013-04-29 |
ib |
Remove pointless cast.
|
2013-04-29 |
ib |
Cosmetic: Adjust indent.
|
2013-04-29 |
ib |
Don't strdup the URL.
|
2013-04-29 |
ib |
Check return value to avoid segmentation fault.
|
2013-04-29 |
ib |
Remove pointless code.
|
2013-04-29 |
ib |
Be more precise about type.
|
2013-04-29 |
ib |
Cosmetic: Insert blank line and relocate statement.
|
2013-04-26 |
reimar |
Remove the broken -bluray-chapter option.
|
2013-04-26 |
reimar |
Make -chapter always available, even when compiled without DVD support.
|
2013-04-26 |
reimar |
br://: Fix querying current chapter.
|
2013-04-18 |
cboesch |
Add support for AV_CODEC_ID_ASS.
|
2013-04-15 |
jrash |
sync with en/mplayer.1 rev. 36136
|
2013-04-11 |
reimar |
Remove some nonsense code, align with X11 implementation.
|
2013-04-05 |
reimar |
Ensure we call init_vo at the end of get_format to ensure the vo is properly initialized.
|
2013-04-05 |
reimar |
Do not try with scale filter etc. when the format is a HWACCEL format.
|
2013-04-05 |
reimar |
Detect invalid data from FFmpeg.
|
2013-04-05 |
ib |
Make comment a doxygen comment.
|
2013-04-05 |
ib |
Revise gtkEvents().
|
2013-04-05 |
ib |
Rename gtkEventHandling() gtkEvents().
|
2013-04-05 |
ib |
Remove gtkEventHandling().
|
2013-04-05 |
ib |
Add comment.
|
2013-04-04 |
ib |
Remove commented code.
|
2013-04-04 |
ib |
Don't allow the URL dialog to be vertically user-resizable.
|
2013-04-04 |
ib |
Don't allow the URL dialog to be user-shrinkable.
|
2013-04-04 |
ib |
Don't allow the file selector to be user-shrinkable.
|
2013-04-04 |
ib |
Fix parameter auto_shrink.
|
2013-04-04 |
ib |
Don't allow the message box to be user-resizable.
|
2013-04-04 |
ib |
Don't allow the file selector to be user-shrinkable.
|
2013-04-04 |
ib |
Fix parameter auto_shrink.
|
2013-04-04 |
ib |
Don't allow the about box to be user-resizable.
|
2013-04-04 |
ib |
Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).
|
2013-04-04 |
ib |
Don't set (too small) height.
|
2013-04-04 |
ib |
Avoid casts by passing an existing pointer.
|
2013-04-04 |
ib |
Change some class hint names.
|
2013-04-04 |
ib |
Cosmetic: Rename GMPlayer definition gmplayer.
|
2013-04-04 |
ib |
Define "MPlayer" string.
|
2013-04-04 |
ib |
Remove all gtk_widget_set_name() calls.
|
2013-04-04 |
ib |
Remove all gtk_object_set_data() calls.
|
2013-04-04 |
ib |
Cosmetic: Rename signal handler function.
|
2013-04-04 |
ib |
Cosmetic: Rename static variables.
|
2013-04-03 |
ib |
Cosmetic: Rearrange definitions.
|
2013-04-03 |
ib |
Cosmetic: Rename variable and correct spelling.
|
2013-04-03 |
ib |
Cosmetic: Adjust indent.
|
2013-04-03 |
ib |
Remove unnecessary initialization.
|
2013-04-03 |
ib |
Cosmetic: Switch conditions (for consistency).
|
2013-04-03 |
ib |
Cosmetic: Rename variables (consistently).
|
2013-04-03 |
reimar |
Add limited -endpos support when dumping.
|
2013-04-03 |
reimar |
Add workaround to allow compiling 64 bit MPlayer with clang on OSX.
|
2013-04-01 |
ib |
Group and sort #includes, remove unneeded ones.
|
2013-04-01 |
reimar |
Revert r36098, it breaks compilation on x86-64 Linux.
|
2013-04-01 |
reimar |
Print a message before fetching a new FFmpeg version.
|
2013-04-01 |
ib |
Cosmetic: Don't mix #includes with variable definitions.
|
2013-04-01 |
ib |
Make #defines enums.
|
2013-04-01 |
ib |
Remove pointless #defines.
|
2013-04-01 |
ib |
Move function declaration where it belongs.
|
2013-04-01 |
ib |
Cosmetic: Order declarations alphabetically.
|
2013-03-31 |
ib |
Cosmetic: Rearrange #includes.
|
2013-03-31 |
ib |
Move variable declarations and definitions where they belong.
|
2013-03-31 |
ib |
Move variable declarations where they belong.
|
2013-03-31 |
ib |
Move variable declarations and definitions where they belong.
|
2013-03-31 |
ib |
Make variable DVDSubMenu static.
|
2013-03-31 |
ib |
Remove unused declaration.
|
2013-03-31 |
ib |
Remove unnecessary #includes.
|
2013-03-31 |
ib |
Remove unused declaration.
|
2013-03-31 |
ib |
Move gtkFindCList() to tools.c.
|
2013-03-31 |
ib |
Cosmetic: Prefix all functions in dialog/tools.c with gtk.
|
2013-03-31 |
ib |
Cosmetic: Relocate gtkSelectInCList().
|
2013-03-31 |
ib |
Make gtkSetDefaultToCList() static.
|
2013-03-31 |
ib |
Remove unused gtkClearList().
|
2013-03-31 |
ib |
Cosmetic: Rename gtkActive() gtkRaise().
|
2013-03-31 |
ib |
Add, group and sort #includes, remove unneeded ones.
|
2013-03-31 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2013-03-31 |
ib |
Cosmetic: Rearrange code.
|
2013-03-31 |
ib |
Rephrase positively.
|
2013-03-31 |
ib |
Add, group and sort #includes, remove unneeded ones.
|
2013-03-31 |
ib |
Replace #include.
|
2013-03-31 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2013-03-31 |
ib |
Remove pointless replacement lists.
|
2013-03-30 |
ib |
Silence "warning: unused parameter".
|
2013-03-30 |
ib |
Remove WidgetDestroy().
|
2013-03-30 |
ib |
Don't use WidgetDestroy().
|
2013-03-30 |
ib |
There is no need to hide the widget prior to destruction.
|
2013-03-30 |
reimar |
Avoid declaring loop variables inside the for()
|
2013-03-30 |
reimar |
Add -heartbeat-interval option.
|
2013-03-30 |
upsuper |
Move PIC detection to the front of PIE added.
|
2013-03-29 |
ib |
Remove HidePreferences(), HideAudioConfig() and HideDXR3Config().
|
2013-03-29 |
ib |
Remove HideEqualizer() and HideEquConfig().
|
2013-03-29 |
ib |
Remove HideFileSelect().
|
2013-03-29 |
ib |
Remove HidePlaylist().
|
2013-03-29 |
ib |
Remove HideSkinBrowser().
|
2013-03-29 |
ib |
Make HideEquConfig() static.
|
2013-03-29 |
ib |
Remove HideURLDialog().
|
2013-03-29 |
ib |
Cosmetic: Rename the functions creating the dialogs.
|
2013-03-29 |
ib |
Make create_SkinBrowser() static.
|
2013-03-29 |
ib |
Make create_Preferences() static.
|
2013-03-29 |
ib |
Make create_AudioConfig() static.
|
2013-03-29 |
ib |
Make GTK widget AudioConfig static.
|
2013-03-29 |
ib |
Make create_MessageBox() static.
|
2013-03-29 |
ib |
Make create_Equalizer() static.
|
2013-03-29 |
ib |
Make create_About() static.
|
2013-03-29 |
ib |
Make create_URL() static.
|
2013-03-29 |
ib |
Cosmetic: Rename HideURLDialogBox() HideURLDialog().
|
2013-03-29 |
ib |
Remove unused declaration.
|
2013-03-29 |
ib |
Cosmetic: Rename variables.
|
2013-03-28 |
ib |
Move declaration of GTK widget Playlist where it belongs.
|
2013-03-28 |
ib |
Remove unnecessary declaration.
|
2013-03-28 |
ib |
Make create_PlayList() static.
|
2013-03-28 |
ib |
Cosmetic: Rename ShowPlayList() ShowPlaylist().
|
2013-03-28 |
ib |
Cosmetic: Rename HidePlayList() HidePlaylist().
|
2013-03-28 |
ib |
Make HidePlayList() static.
|
2013-03-28 |
ib |
Cosmetic: Rename ShowURLDialogBox() ShowURLDialog().
|
2013-03-28 |
ib |
Cosmetic: Rename ShowAboutBox() ShowAbout().
|
2013-03-28 |
ib |
Rename ShowFileSelect() ShowFileSelector().
|
2013-03-28 |
ib |
Rename extern GTK widget fsFileSelect FileSelector.
|
2013-03-28 |
ib |
Cosmetic: Rename file selector type enums.
|
2013-03-28 |
ib |
Make #defines enums.
|
2013-03-28 |
ib |
Cosmetic: Format to MPlayer coding style.
|
2013-03-28 |
ib |
Cosmetic: Rename fs_glist_add() fs_AddPath().
|
2013-03-28 |
ib |
Avoid duplicate entries in the file selector path list.
|
2013-03-27 |
ib |
Change variable definitions to const.
|
2013-03-27 |
ib |
Change parameter declaration to const.
|
2013-03-27 |
ib |
Fix crash with file selector after pressing OK.
|
2013-03-25 |
reimar |
Ignore XLookupString results in ASCII range.
|
2013-03-25 |
reimar |
Fix KEY_BACKSPACE, KEY_DELETE and KEY_ESC to map to their ASCII equivalents.
|
2013-03-25 |
ib |
Don't set path information for fsVideoSelector on ShowFileSelect().
|
2013-03-25 |
ib |
Preselect current playlist directory from last playlist entry.
|
2013-03-25 |
ib |
Add new listMgr command PLAYLIST_ITEM_GET_LAST.
|
2013-03-24 |
ib |
Remove pointless casts.
|
2013-03-24 |
ib |
Be more precise about type.
|
2013-03-24 |
ib |
Free list and hash table data on widget destruction.
|
2013-03-24 |
ib |
Make create_FileSelect() and HideFileSelect() static.
|
2013-03-24 |
ib |
Remove unnecessary #include.
|