log

age author description
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.
2013-03-24 michael configure: add CONFIG_MEMORY_POISONING to silence ffmpeg compile warnings
2013-03-23 diego configure: Fix mingw vs. mingw32 typo in libdvdcss check.
2013-03-23 diego build: Drop unused part of sysi86() check.
2013-03-23 diego loader: Simplify stdint.h #include handling.
2013-03-23 diego Update internal libdvdcss to Git revision 39e0e2b.
2013-03-23 diego build: Add _BSD_SOURCE definition for strsep().
2013-03-22 diego configure: Group all libdvdcss-related tests together
2013-03-22 diego configure: Do not consider unrelated libdvdcss variables in libdvdread test.
2013-03-22 diego configure: cosmetics: Group some libdvdcss-related config.h entries together.
2013-03-22 diego configure: Delete temporary files when a configure run is interrupted.
2013-03-22 diego configure: cosmetics: Move some config.h entries to more sensible places
2013-03-22 diego configure: Do a proper fallback from internal to external libdvdread.
2013-03-21 ib Fix fsTopList_items memory leaks.
2013-03-21 diego build: Restructure mp_msg-related link library handling.
2013-03-21 diego build: Do not record system headers in dependency tracking files.
2013-03-21 ib Simplify if-clauses after r36034.
2013-03-21 ib Transfer almost identical code into a function.
2013-03-21 ib Allow home directory to be in non-ASCII encoding.
2013-03-21 ib Cosmetic: Rename variables holding data in UTF-8 encoding.
2013-03-21 ib Swap statements (for cosmetic reasons).
2013-03-21 ib Remove fsSelectedDirectoryUtf8.
2013-03-21 ib Remove pointless code.
2013-03-21 ib Fix get_current_dir_name_utf8() memory leaks.
2013-03-20 al x11 common: Improve spelling/grammar
2013-03-20 diego configure: Explain that certain CPPFLAGS are added for glibc compatibility.
2013-03-20 ib Make fsSelectedDirectory a local variable.
2013-03-20 diego configure: Do not unconditionally set all host CPPFLAGS.
2013-03-20 diego configure: Merge setting of global -I flags into setting of other CPPFLAGS.
2013-03-20 diego configure: Only add _POSIX_C_SOURCE and _XOPEN_SOURCE to CFLAGS for glibc.
2013-03-19 ib Support mixed filename encodings.
2013-03-19 ib Support mixed filename encodings.
2013-03-19 ib Support mixed filename encodings.
2013-03-19 diego build: whitespace cosmetics; add two more section comments
2013-03-19 diego Move headers only required for the MGA code below MGA ifdef.
2013-03-19 diego build: Only build subrip tool if the UnRAR executable is available.
2013-03-19 diego build: Only compile modify_reg tool if Win32 emulation is enabled.
2013-03-19 ib Revise doxygen comment.
2013-03-19 diego build: Only build qtx tests if QTX_EMULATION is set.
2013-03-19 diego build: Ensure that all test tools are removed on clean.
2013-03-19 diego build: Add proper conditional compilation for all tools.
2013-03-19 diego configure: Simplify some checks that set feature flags.
2013-03-19 diego configure: Set CPPFLAGS to enable commonly used system features
2013-03-19 diego build: Split object files from link libraries in generic executable rule.
2013-03-19 diego build: Compile all codec-cfg* host tools with one generic rule.
2013-03-19 diego Add strings.h #includes for strncasecmp().
2013-03-18 cehoyos Revert r36004, r36003, r35995, r35994, r35992: Fix default compilation.
2013-03-17 diego configure: Simplify some checks that set feature flags.
2013-03-17 diego configure: Set CPPFLAGS to enable commonly used system features
2013-03-17 diego configure: Drop _BSD_SOURCE from CPPFLAGS for non-gcc compilers.
2013-03-17 diego Add _BSD_SOURCE #define for struct hostent and struct ip_mreq.
2013-03-17 diego Add _BSD_SOURCE #define for inet_aton().
2013-03-17 diego Add _BSD_SOURCE #define for getpagesize().
2013-03-17 diego Avoid usage of obsolete and BSD-specific "struct timezone".
2013-03-17 diego Add missing strings.h #includes for strcasecmp().
2013-03-17 diego build: Run tests, tools, etc. clean targets as dependencies of clean.
2013-03-17 diego build: Split mp_msg-related object files and link libraries.
2013-03-17 diego build: Compile all codec-cfg* host tools with one generic rule.
2013-03-17 diego build: Add "-D_XOPEN_SOURCE=600 -I." to HOSTCFLAGS.
2013-03-17 diego build: Drop unnecessary -Iffmpeg from codec-cfg tools compile command.
2013-03-17 diego build: Drop mp_msg dependencies for codec-cfg-test.
2013-03-17 diego build: Fix conditional compilation of tests and tools.
2013-03-17 reimar Try to fix performance for -vo gl on OSX with planar YUV.
2013-03-17 reimar Handle the severely broken headers QuickTime Streaming Server sends.
2013-03-17 reimar Support broken icy-metaint response from QuickTime Streaming Server.
2013-03-17 reimar Allow audio/video queues to fill up a bit more right after seeking.
2013-03-17 reimar Real demuxer seeking fixes.
2013-03-16 reimar Switch back to glClearDepth.
2013-03-16 reimar Add (hackish) support for OpenGL on Android.
2013-03-16 reimar Better compatibility with more restricted GL headers.
2013-03-16 reimar Use uint8_t to avoid signed vs. unsigned char issues.
2013-03-16 reimar Split out defines for compatibility between different GL headers.
2013-03-16 reimar Fix previous commit, off_t must be replaced by int64_t
2013-03-16 reimar Hacks to fix compilation on/for Android.
2013-03-16 reimar Fix a potential integer overflow.
2013-03-16 reimar Remove nonsense fprintf, probably left-over debug code.
2013-03-16 reimar Replace some uses of off_t by uint64_t.
2013-03-16 reimar Remove misleading TRUE/FALSE
2013-03-16 reimar Change off_t to uint64_t.
2013-03-16 reimar Remove useless cast (at best it will break things).
2013-03-16 reimar Clean up ifdefs so they make sense even if none or multiple are defined.
2013-03-16 jrash sync with en/mplayer.1 rev. 35963
2013-03-16 jrash Synced with help_mp-en.h rev. 35968
2013-03-15 ib Revise MSGTR_LOCALE_ENCODING.
2013-03-15 ib Add a warning message about @locale in G_FILENAME_ENCODING.
2013-03-15 ib Utilize new cfg_old_filename_from_utf8() in playlist code.
2013-03-15 ib Add a function converting into locale encoding.
2013-03-15 ib Free memory allocated for fsHistory[] elements when GUI ends.
2013-03-14 reimar Fix mencoder compilation
2013-03-14 reimar Win32: support file names with characters outside system code-page
2013-03-14 reimar Add support for binding any key in UTF-8 range.
2013-03-13 cehoyos Revert r35955, the resampling API in lavc is still available.
2013-03-13 cehoyos Fix compilation after the separation of hpeldsp.
2013-03-13 iive Fix mplayer compilation.
2013-03-12 cehoyos Define AVCODEC_MAX_AUDIO_FRAME_SIZE.
2013-03-12 cehoyos Do not set AVCodecContext->sub_id: It does not exist anymore.
2013-03-12 cehoyos Disable lavcresample compilation for the time being.
2013-03-12 cehoyos Add CONFIG_DSPUTIL to the needed config.h and config.mak entries for FFmpeg.
2013-03-11 reimar Enable auto-detection of PIE linking again.
2013-03-10 reimar Remove pointless defines that cause redefinition warnings
2013-03-10 reimar Enable gcc atomics to fix compilation on Windows without pthreads.
2013-03-10 cehoyos Prefer stdint.h over inttypes.h if both work.
2013-03-10 cehoyos Fix compilation after r35947 (at least on some systems).
2013-03-10 reimar Tables should be "static".
2013-03-10 reimar Use more appropriate types.
2013-03-10 ib Replace nfree() by free().
2013-03-10 ib Simplify array index handling.
2013-03-10 ib Change condition.
2013-03-10 ib Simplify comparison.
2013-03-10 ib Change return condition in fs_PersistantHistory().
2013-03-10 ib Keep GUI history entries in order.
2013-03-10 iive Add debug output for XvMCCreateContext() function parameters.
2013-03-10 reimar Allow compiling without linking to a system-specific xvmc backend library.
2013-03-10 reimar Remove useless casts.
2013-03-10 diego configure: Move libav* component option handling into a second pass
2013-03-10 cehoyos Fix compilation with latest FFmpeg.
2013-03-09 iive Fix build on OS/2.
2013-03-09 iive Avoid calling FreeLibrary() twice.
2013-03-05 cehoyos Support all zmbv colourspaces with current FFmpeg.
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.