Mercurial > mplayer.hg
graph
-
Switch back to glClearDepth.2013-03-16, by reimar
-
Add (hackish) support for OpenGL on Android.2013-03-16, by reimar
-
Better compatibility with more restricted GL headers.2013-03-16, by reimar
-
Use uint8_t to avoid signed vs. unsigned char issues.2013-03-16, by reimar
-
Split out defines for compatibility between different GL headers.2013-03-16, by reimar
-
Fix previous commit, off_t must be replaced by int64_t2013-03-16, by reimar
-
Hacks to fix compilation on/for Android.2013-03-16, by reimar
-
Fix a potential integer overflow.2013-03-16, by reimar
-
Remove nonsense fprintf, probably left-over debug code.2013-03-16, by reimar
-
Replace some uses of off_t by uint64_t.2013-03-16, by reimar
-
Remove misleading TRUE/FALSE2013-03-16, by reimar
-
Change off_t to uint64_t.2013-03-16, by reimar
-
Remove useless cast (at best it will break things).2013-03-16, by reimar
-
Clean up ifdefs so they make sense even if none or multiple are defined.2013-03-16, by reimar
-
sync with en/mplayer.1 rev. 359632013-03-16, by jrash
-
Synced with help_mp-en.h rev. 359682013-03-16, by jrash
-
Revise MSGTR_LOCALE_ENCODING.2013-03-15, by ib
-
Add a warning message about @locale in G_FILENAME_ENCODING.2013-03-15, by ib
-
Utilize new cfg_old_filename_from_utf8() in playlist code.2013-03-15, by ib
-
Add a function converting into locale encoding.2013-03-15, by ib
-
Free memory allocated for fsHistory[] elements when GUI ends.2013-03-15, by ib
-
Fix mencoder compilation2013-03-14, by reimar
-
Win32: support file names with characters outside system code-page2013-03-14, by reimar
-
Add support for binding any key in UTF-8 range.2013-03-14, by reimar
-
Revert r35955, the resampling API in lavc is still available.2013-03-13, by cehoyos
-
Fix compilation after the separation of hpeldsp.2013-03-13, by cehoyos
-
Fix mplayer compilation.2013-03-13, by iive
-
Define AVCODEC_MAX_AUDIO_FRAME_SIZE.2013-03-12, by cehoyos
-
Do not set AVCodecContext->sub_id: It does not exist anymore.2013-03-12, by cehoyos
-
Disable lavcresample compilation for the time being.2013-03-12, by cehoyos
-
Add CONFIG_DSPUTIL to the needed config.h and config.mak entries for FFmpeg.2013-03-12, by cehoyos
-
Enable auto-detection of PIE linking again.2013-03-11, by reimar
-
Remove pointless defines that cause redefinition warnings2013-03-10, by reimar
-
Enable gcc atomics to fix compilation on Windows without pthreads.2013-03-10, by reimar
-
Prefer stdint.h over inttypes.h if both work.2013-03-10, by cehoyos
-
Fix compilation after r35947 (at least on some systems).2013-03-10, by cehoyos
-
Tables should be "static".2013-03-10, by reimar
-
Use more appropriate types.2013-03-10, by reimar
-
Replace nfree() by free().2013-03-10, by ib
-
Simplify array index handling.2013-03-10, by ib
-
Change condition.2013-03-10, by ib
-
Simplify comparison.2013-03-10, by ib
-
Change return condition in fs_PersistantHistory().2013-03-10, by ib
-
Keep GUI history entries in order.2013-03-10, by ib
-
Add debug output for XvMCCreateContext() function parameters.2013-03-10, by iive
-
Allow compiling without linking to a system-specific xvmc backend library.2013-03-10, by reimar
-
Remove useless casts.2013-03-10, by reimar
-
configure: Move libav* component option handling into a second pass2013-03-10, by diego
-
Fix compilation with latest FFmpeg.2013-03-10, by cehoyos
-
Fix build on OS/2.2013-03-09, by iive
-
Avoid calling FreeLibrary() twice.2013-03-09, by iive
-
Support all zmbv colourspaces with current FFmpeg.2013-03-05, by cehoyos
-
add FICV binary codec.2013-03-05, by compn
-
Add two config.h defines for an upcoming FFmpeg patch / for consistency.2013-03-03, by cehoyos
-
Remove explicit setting of vo_ontop.2013-03-02, by ib
-
Don't modify a -wid window's decoration.2013-03-02, by ib
-
Fix volnorm filter for float data.2013-03-02, by reimar
-
Keep GUI history untouched upon file select "Cancel".2013-02-28, by ib
-
Fix bug with deleted file appearing in the path list.2013-02-28, by ib
-
build: fix build after moving from HAVE_ICONV to CONFIG_ICONV in FFmpeg.2013-02-28, by cboesch