| Commit message (Expand) | Author | Age | Files | Lines |
* | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 | 1 | -13/+6 |
* | Use SetErrorMode so Windows will not show all kinds of error dialogs | reimar | 2009-02-09 | 1 | -0/+2 |
* | Do not print a warning if current pts is equal to previous pts. | diego | 2009-02-01 | 1 | -2/+2 |
* | increase max OSD message size limit | compn | 2009-02-01 | 1 | -6/+6 |
* | Factorize print_version(). | diego | 2009-01-25 | 1 | -42/+1 |
* | 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time. | reimar | 2009-01-16 | 1 | -1/+1 |
* | More #ifdef -> #if | reimar | 2009-01-16 | 1 | -7/+7 |
* | Add missing const qualifier to mpctx_get_audio_out function declaration. | diego | 2009-01-10 | 1 | -1/+1 |
* | Avoid a uselessly high number of wakeups when playing audio-only files. | reimar | 2009-01-01 | 1 | -1/+4 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -4/+4 |
* | Print ID_EXIT and exit reason message in identify mode when exiting. | reimar | 2008-12-02 | 1 | -21/+36 |
* | Reimplement -endchapter support again for -dump*, it was broken in r25987. | reimar | 2008-11-23 | 1 | -0/+11 |
* | Add an option that sets initial playback volume. | diego | 2008-10-31 | 1 | -0/+3 |
* | Factorize vobsub idx/extradata handling. | aurel | 2008-10-27 | 1 | -30/+5 |
* | Avoid calling init_vo_spudec() too early. | aurel | 2008-10-27 | 1 | -1/+1 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 | 1 | -11/+11 |
* | slave command to get the number of chapters; patch by Kevin DeKorte - kdekort... | nicodvb | 2008-09-26 | 1 | -0/+5 |
* | Since the pause loop now also runs commands, set mpctx->was_paused | reimar | 2008-09-25 | 1 | -1/+1 |
* | Add an experimental pausing_keep_force slave mode command prefix | reimar | 2008-09-25 | 1 | -1/+2 |
* | Use translatable string instead of hardcoded message for process priority. | diego | 2008-08-09 | 1 | -1/+1 |
* | Give a CONFIG_ prefix to preprocessor directives that lacked one and | diego | 2008-08-07 | 1 | -6/+6 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -6/+6 |
* | Rename a bunch of miscellaneous preprocessor directives. | diego | 2008-08-07 | 1 | -1/+1 |
* | Change a bunch of X11-specific preprocessor directives. | diego | 2008-08-04 | 1 | -4/+4 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -5/+5 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -2/+2 |
* | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 | 1 | -6/+6 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -25/+25 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -37/+37 |
* | Use GetTimerMS() instead of time() with srand. | reimar | 2008-07-26 | 1 | -2/+1 |
* | Try harder to honour CTRL+C etc. during dumpstream | reimar | 2008-06-16 | 1 | -1/+1 |
* | Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like | diego | 2008-06-15 | 1 | -0/+2 |
* | Remove pointless HELP_MP_DEFINE_STATIC definition. | diego | 2008-06-15 | 1 | -2/+0 |
* | Rename some functions as they are mplayer related and not | ben | 2008-06-07 | 1 | -3/+3 |
* | Fix the linking of TOOLS/netstream and TOOLS/vivodump. | diego | 2008-06-06 | 1 | -0/+4 |
* | Add a slave command to stop stream playback. | ben | 2008-05-27 | 1 | -0/+3 |
* | Re-add (hackish) support for -chapter (only start chapter, end is not support... | reimar | 2008-05-24 | 1 | -0/+4 |
* | Avoid crash with video stream switching and -nosound | reimar | 2008-05-21 | 1 | -1/+3 |
* | Delcare a dvdnav-specific input section if the currently played | ben | 2008-05-13 | 1 | -0/+1 |
* | Cosmetics: remove some commented code. | eugeni | 2008-05-12 | 1 | -5/+0 |
* | Change subtitle selection order by giving "indirect" ways of specifying the | eugeni | 2008-05-12 | 1 | -7/+9 |
* | Request a timer resolution of 1 ms on Windows, the default of | reimar | 2008-05-10 | 1 | -0/+5 |
* | use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro | corey | 2008-04-23 | 1 | -1/+1 |
* | Add options to disable some or all config files. | albeu | 2008-04-14 | 1 | -2/+4 |
* | Replace the trivial command line preparser with a more robust version | albeu | 2008-04-13 | 1 | -7/+7 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 | 1 | -0/+2 |
* | Add some const qualifiers to reduce warnings | uau | 2008-04-02 | 1 | -1/+1 |
* | Remove unnecessary includes | uau | 2008-04-01 | 1 | -2/+0 |
* | Support 'default' attribute for audio and subtitle tracks. | eugeni | 2008-03-30 | 1 | -0/+2 |
* | Handle property commands in idle mode. | reimar | 2008-03-28 | 1 | -0/+5 |
* | Experimental support for -framedrop with -correct-pts. | reimar | 2008-03-17 | 1 | -21/+29 |
* | cosmetics: Decrapify the indentation of the last few blocks of main(). | diego | 2008-03-07 | 1 | -68/+65 |
* | Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all | diego | 2008-03-04 | 1 | -3/+0 |
* | Add ID_SEEKABLE information to -identify output. | diego | 2008-03-03 | 1 | -0/+1 |
* | Select audio stream in mplayer and mencoder, overriding demuxer decision. | eugeni | 2008-02-29 | 1 | -0/+3 |
* | Demuxer-independent subtitle track selection. | eugeni | 2008-02-29 | 1 | -0/+2 |
* | Attempt to fix -chapter broken for mkv in r25987 | reimar | 2008-02-28 | 1 | -1/+2 |
* | Fix continuous scrolling on OS/2 due to status line updates unless -quiet | diego | 2008-02-22 | 1 | -1/+1 |
* | OS/2 getch2() support | diego | 2008-02-21 | 1 | -5/+1 |
* | Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func. | diego | 2008-02-21 | 1 | -1/+1 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -2/+0 |
* | Change force_fps and force_ofps to double | reimar | 2008-02-14 | 1 | -1/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -49/+49 |
* | -chapter is now handled uniformly calling demuxer_seek_chapter() instead | nicodvb | 2008-02-11 | 1 | -0/+12 |
* | Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary | reimar | 2008-02-03 | 1 | -1/+0 |
* | ao_functions_t should be const, part 1 | reimar | 2008-02-01 | 1 | -1/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -4/+4 |
* | Make sure sub_font is freed. | reimar | 2008-01-27 | 1 | -0/+2 |
* | Support vobsub palette in extradata, as exported by libavformat | reimar | 2008-01-26 | 1 | -0/+8 |
* | Check for stream change in dvdnav. | ben | 2008-01-26 | 1 | -0/+8 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 1 | -1/+170 |
* | Fix auto-sub code to support filenames with any extension length. | ulion | 2008-01-20 | 1 | -4/+9 |
* | audio_out / video_out structs should be treated as const | reimar | 2008-01-19 | 1 | -1/+1 |
* | Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment(). | eugeni | 2008-01-12 | 1 | -0/+13 |
* | allow profile loading per audio/video output | ben | 2008-01-10 | 1 | -0/+22 |
* | factorizes variable check | ben | 2008-01-10 | 1 | -3/+5 |
* | add support for per protocol and per extension playback profile loading | ben | 2008-01-10 | 1 | -0/+48 |
* | Use getppid instead of getpid and move a snprintf to where it is actually nee... | reimar | 2008-01-08 | 1 | -2/+2 |
* | Simplify a needlessly complex use of snprintf | reimar | 2008-01-08 | 1 | -2/+1 |
* | Do not use exit_player in the signal handler, this code just can not | reimar | 2008-01-08 | 1 | -2/+4 |
* | Clear fonts when the file is closed. | eugeni | 2008-01-08 | 1 | -0/+2 |
* | Add heartbeat-cmd option | reimar | 2008-01-07 | 1 | -0/+10 |
* | Make some functions in mplayer.c static | reimar | 2008-01-06 | 1 | -3/+3 |
* | Remove useless #ifdefs | reimar | 2007-12-22 | 1 | -4/+0 |
* | OSD menu support mouse selection. | ulion | 2007-12-22 | 1 | -1/+1 |
* | Ignore mouse pos command when pausing. | ulion | 2007-12-19 | 1 | -1/+7 |
* | Make libmenu init and uninit in proper place. | ulion | 2007-12-19 | 1 | -3/+7 |
* | Do not operate on vobsub when no video (Bug #312). | ulion | 2007-12-18 | 1 | -1/+1 |
* | Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__. | diego | 2007-12-16 | 1 | -1/+1 |
* | dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv... | nicodvb | 2007-12-15 | 1 | -6/+2 |
* | Support chapter in OSD menu. | ulion | 2007-12-14 | 1 | -0/+5 |
* | Fix libass to support -nofontconfig. | ulion | 2007-12-12 | 1 | -1/+1 |
* | When auto loading subs, log warning instead of error for load failure. | ulion | 2007-12-04 | 1 | -5/+5 |
* | Skip empty vobsub streams when selecting subtitles. | ulion | 2007-12-03 | 1 | -2/+3 |
* | Remove the pause filter and the cmd queue hack, to know the mplayer going to | ulion | 2007-11-15 | 1 | -0/+5 |
* | Make crash-debug gdb auto-execute "bt" | reimar | 2007-11-10 | 1 | -1/+1 |
* | Restore terminal for gdb with -crash-debug by calling getch2_disable() | reimar | 2007-11-10 | 1 | -0/+1 |
* | Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd. | ulion | 2007-11-06 | 1 | -1/+4 |
* | Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX] | ulion | 2007-11-04 | 1 | -1/+3 |
* | We support gcc 2.95 (fixes r24928). | cehoyos | 2007-11-02 | 1 | -1/+2 |
* | A/V sync: take audio filter buffers into account | uau | 2007-11-01 | 1 | -1/+8 |
* | Add audio filter scaletempo | uau | 2007-11-01 | 1 | -8/+14 |
* | Make output samplerate independent of -speed | uau | 2007-11-01 | 1 | -1/+1 |
* | Simplify init_audio_filters() arguments | uau | 2007-11-01 | 1 | -5/+2 |
* | Change decode_audio() interface | uau | 2007-11-01 | 1 | -15/+5 |
* | Clean up some fields in stheader.h structs | uau | 2007-11-01 | 1 | -1/+0 |
* | Do not reset user-enabled mute on EOF, but only on exit. | reimar | 2007-09-03 | 1 | -1/+2 |
* | moved to reinit_video_chain() the assignment of sh_video->stream_aspect, wher... | nicodvb | 2007-09-01 | 1 | -3/+3 |
* | if the stream reader supports it assign to the video the stream aspect ratio | nicodvb | 2007-09-01 | 1 | -0/+3 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -1/+1 |
* | Fix warnings: | diego | 2007-08-25 | 1 | -6/+0 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 1 | -1/+1 |
* | Remove unnecessary OSD visibility code | uau | 2007-08-21 | 1 | -2/+0 |
* | Minor code cleanup | uau | 2007-08-21 | 1 | -13/+13 |
* | Remove an unnecessary #ifdef | uau | 2007-08-18 | 1 | -10/+0 |
* | Remove pointless #ifdef | uau | 2007-08-15 | 1 | -4/+0 |
* | mixer.afilter must be set to NULL when filter chain is destroyed on uninit. | reimar | 2007-07-31 | 1 | -0/+1 |
* | Teletext support | voroshil | 2007-07-29 | 1 | -0/+3 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -1/+1 |
* | Get rid of a few more useless malloc casts | reimar | 2007-07-19 | 1 | -6/+6 |
* | Make sure all demuxer subtitles can be selected with 'j', even | reimar | 2007-07-19 | 1 | -1/+3 |
* | fix redundant redeclaration warning | Gabrov | 2007-07-18 | 1 | -1/+0 |
* | Move loop_times into mpctx. | albeu | 2007-07-09 | 1 | -7/+7 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -12/+1 |
* | Remove broken option reset from per-file loop | uau | 2007-06-16 | 1 | -3/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -1/+12 |
* | implement "bind sections" | voroshil | 2007-06-07 | 1 | -0/+4 |
* | Create a new MSGT for just the status line. | diego | 2007-06-05 | 1 | -2/+2 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -0/+5 |
* | Output message fix | uau | 2007-05-14 | 1 | -1/+1 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | big surprise.. uau broke gcc 2.95 as usual | rfelker | 2007-04-17 | 1 | -1/+3 |
* | Gui: Show correct time after seeking in audio-only files. | cehoyos | 2007-03-31 | 1 | -1/+1 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Gui: Allow progress bar to move when playing mov or mp4 files | cehoyos | 2007-03-26 | 1 | -3/+1 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 1 | -1/+1 |
* | Allow demuxers to return packets with no pts in -correct-pts mode | uau | 2007-03-11 | 1 | -2/+0 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 1 | -14/+15 |
* | Fix bad uninit when switching DVB channels. | reimar | 2007-03-06 | 1 | -1/+1 |
* | Fix copy-paste bug (must have broken something in the GUI) | uau | 2007-03-03 | 1 | -1/+1 |
* | Seek to -ss position, not 0, in per-file loop. | uau | 2007-03-01 | 1 | -1/+1 |
* | Seek to -ss position without first starting audio/video from the start. | uau | 2007-02-27 | 1 | -14/+11 |
* | Remove some #if 0 code | uau | 2007-02-24 | 1 | -30/+0 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 | 1 | -11/+3 |
* | Fix error in comment | uau | 2007-02-23 | 1 | -1/+1 |
* | Reset the edl_decision flag after the seek is done. | uau | 2007-02-23 | 1 | -0/+1 |
* | Separate function for seeking | uau | 2007-02-23 | 1 | -36/+49 |
* | Remove useless fflush(stdout) calls. mp_msg already flushes output, and | uau | 2007-02-22 | 1 | -6/+1 |
* | Move EDL code to separate functions | uau | 2007-02-22 | 1 | -46/+58 |
* | Fix nonsense function type | uau | 2007-02-22 | 1 | -1/+1 |
* | Cleanup, move "global" state from the frame_time_remaining mainloop | uau | 2007-02-21 | 1 | -3/+8 |
* | Fix GUI compilation | uau | 2007-02-21 | 1 | -0/+16 |
* | Add missing "if (use_gui)" before some GUI calls | uau | 2007-02-21 | 1 | -3/+3 |
* | Fix menu to work with mpctx | uau | 2007-02-21 | 1 | -3/+13 |
* | Add missing #ifdef | uau | 2007-02-21 | 1 | -0/+2 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 1 | -2484/+480 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 1 | -4/+0 |
* | Remove unused variable "osd_level_saved" | uau | 2007-02-18 | 1 | -1/+0 |
* | Make sure that -sid works even if the number of subtitles initially detected | reimar | 2007-02-17 | 1 | -0/+1 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 1 | -130/+5 |
* | Clear/update subtitles after seeking backwards. | reimar | 2007-02-11 | 1 | -11/+18 |
* | reindent | uau | 2007-02-06 | 1 | -33/+33 |
* | Fix multiple appearing or appearing+disappearing subs in the same frame | uau | 2007-02-06 | 1 | -6/+5 |
* | Add missing type to declaration and remove unused variable | uau | 2007-02-05 | 1 | -2/+1 |
* | Another round of subtitle code cleanup | reimar | 2007-02-05 | 1 | |