summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Factorize print_version().diego2009-01-251-42/+1
* | Merge svn changes up to r28341Uoti Urpala2009-01-191-8/+8
|\|
| * 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.reimar2009-01-161-1/+1
| * More #ifdef -> #ifreimar2009-01-161-7/+7
* | Fix dvdnav call broken in pause changesUoti Urpala2009-01-151-1/+1
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-1/+4
|\|
| * Add missing const qualifier to mpctx_get_audio_out function declaration.diego2009-01-101-1/+1
| * Avoid a uselessly high number of wakeups when playing audio-only files.reimar2009-01-011-1/+4
* | OSD: Ensure that OSD content is drawn in filter-added framesUoti Urpala2009-01-151-5/+7
* | core: Improve handling of bad timestampsUoti Urpala2009-01-151-68/+64
* | core: Better -nocorrect-pts pause and filter-added frames handlingUoti Urpala2009-01-141-51/+69
* | core: Set OSD contents better while pausedUoti Urpala2009-01-141-2/+8
* | core: Rewrite some of the A/V sync related codeUoti Urpala2009-01-141-82/+69
* | Update OSD while pausedUoti Urpala2008-12-091-7/+25
* | Allow seeking while pausedUoti Urpala2008-12-091-17/+16
* | Start pause handling changesUoti Urpala2008-12-091-32/+52
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-25/+40
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-4/+4
| * Print ID_EXIT and exit reason message in identify mode when exiting.reimar2008-12-021-21/+36
* | Merge svn changes up to r28038Uoti Urpala2008-11-251-0/+11
|\|
| * Reimplement -endchapter support again for -dump*, it was broken in r25987.reimar2008-11-231-0/+11
* | Merge svn changes up to r27899Uoti Urpala2008-11-061-0/+3
|\|
| * Add an option that sets initial playback volume.diego2008-10-311-0/+3
* | Merge svn changes up to r27841Uoti Urpala2008-10-281-31/+6
|\|
| * Factorize vobsub idx/extradata handling.aurel2008-10-271-30/+5
| * Avoid calling init_vo_spudec() too early.aurel2008-10-271-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-11/+11
|\|
| * Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-11/+11
* | Merge svn changes up to r27682Uoti Urpala2008-10-021-2/+8
|\|
| * slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...nicodvb2008-09-261-0/+5
| * Since the pause loop now also runs commands, set mpctx->was_pausedreimar2008-09-251-1/+1
| * Add an experimental pausing_keep_force slave mode command prefixreimar2008-09-251-1/+2
* | core: Clean up move-to-next-file logicUoti Urpala2008-08-131-42/+44
* | Merge svn changes up to r27458Uoti Urpala2008-08-121-1/+1
|\|
| * Use translatable string instead of hardcoded message for process priority.diego2008-08-091-1/+1
* | mplayer.c: #include mplayer.h and access_mpcontext.hUoti Urpala2008-08-121-0/+2
* | Move some declarations from mplayer.c to proper headersUoti Urpala2008-08-121-8/+0
* | Make various functions staticUoti Urpala2008-08-121-1/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-22/+22
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-6/+6
| * Rename font-related preprocessor directives.diego2008-08-071-6/+6
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-1/+1
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-4/+4
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-5/+5
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-33/+33
|\|
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-6/+6
| * Rename two GUI-related preprocessor directives:diego2008-07-301-25/+25
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-39/+38
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-37/+37
| * Use GetTimerMS() instead of time() with srand.reimar2008-07-261-2/+1
* | Fix crash during early exitUoti Urpala2008-07-091-3/+3
* | Fix compilation with dvdnav enabledUoti Urpala2008-06-261-4/+7
* | Move global sub_font to OSD structUoti Urpala2008-06-241-6/+6
* | Remove unnecessary casts of sh_video->vfilterUoti Urpala2008-06-241-7/+7
* | Create a context struct for OSD stateUoti Urpala2008-06-241-15/+16
* | Merge svn changes up to r27092Uoti Urpala2008-06-171-1/+1
|\|
| * Try harder to honour CTRL+C etc. during dumpstreamreimar2008-06-161-1/+1
| * Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings likediego2008-06-151-0/+2
| * Remove pointless HELP_MP_DEFINE_STATIC definition.diego2008-06-151-2/+0
* | Merge svn changes up to r27025Uoti Urpala2008-06-071-3/+7
|\|
| * Rename some functions as they are mplayer related and notben2008-06-071-3/+3
| * Fix the linking of TOOLS/netstream and TOOLS/vivodump.diego2008-06-061-0/+4
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+10
|\|
| * Add a slave command to stop stream playback.ben2008-05-271-0/+3
| * Re-add (hackish) support for -chapter (only start chapter, end is not support...reimar2008-05-241-0/+4
| * Avoid crash with video stream switching and -nosoundreimar2008-05-211-1/+3
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-12/+15
|\|
| * Delcare a dvdnav-specific input section if the currently playedben2008-05-131-0/+1
| * Cosmetics: remove some commented code.eugeni2008-05-121-5/+0
| * Change subtitle selection order by giving "indirect" ways of specifying theeugeni2008-05-121-7/+9
| * Request a timer resolution of 1 ms on Windows, the default ofreimar2008-05-101-0/+5
* | Move input options to option structUoti Urpala2008-04-301-1/+1
* | input: Move command filedescriptor list to context structUoti Urpala2008-04-301-1/+1
* | input: Move cmd_queue to context structUoti Urpala2008-04-301-3/+4
* | input: Move key filedescriptor list to context structUoti Urpala2008-04-301-3/+3
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsUoti Urpala2008-04-301-13/+9
* | input: Move command bind variables to context structUoti Urpala2008-04-301-2/+2
* | Create a context for input.c stateUoti Urpala2008-04-301-10/+10
* | Move allocation/free of x11 struct to x11_common.cUoti Urpala2008-04-291-2/+1
* | Move key_fifo_size & doubleclick_time to options structUoti Urpala2008-04-291-1/+1
* | Add a context for mp_fifoUoti Urpala2008-04-291-5/+7
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-3/+4
* | timers: Remove GetRelativeTime()Uoti Urpala2008-04-281-7/+17
* | Move initialized_flags to mpctxUoti Urpala2008-04-261-28/+26
* | Move global filename to mpctxUoti Urpala2008-04-261-33/+32
* | Disable automatic playlist parsing properlyUoti Urpala2008-04-261-0/+6
* | Silence "discards qualifiers" warnings when compiling mplayer.cUoti Urpala2008-04-261-2/+2
* | Move global mconfig to mpctxUoti Urpala2008-04-261-29/+28
* | Merge svn changes up to r26540Uoti Urpala2008-04-261-1/+1
|\|
| * use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macrocorey2008-04-231-1/+1
* | Move vf_settings to options structUoti Urpala2008-04-261-4/+4
* | Remove global vo_flagsUoti Urpala2008-04-251-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
* | Remove some unnecessary recursive includesUoti Urpala2008-04-231-0/+1
* | Move dvdsub_id to options structUoti Urpala2008-04-231-16/+15
* | Move audio_id and video_id to options structUoti Urpala2008-04-231-7/+4
* | Add option pointer to stream struct (at least temporarily)Uoti Urpala2008-04-231-1/+1
* | Move playback_speed to options structUoti Urpala2008-04-231-26/+31
* | Move global rel_seek_secs and abs_seek_pos to mpctxUoti Urpala2008-04-231-13/+9
* | Remove static mpctx from mplayer.cUoti Urpala2008-04-231-104/+115
* | Move loop_times to option structUoti Urpala2008-04-231-7/+6
* | Remove pointless #ifdefsUoti Urpala2008-04-231-2/+0
* | Move global vo_config_count to vo structUoti Urpala2008-04-231-10/+7
* | Move global mDisplay to x11 state structUoti Urpala2008-04-231-3/+3
* | Create a struct for X11 stateUoti Urpala2008-04-231-1/+6
* | Add option pointer to vo structUoti Urpala2008-04-231-1/+1
* | Move correct_pts to options structUoti Urpala2008-04-231-1/+2
* | Add option pointer to vf structUoti Urpala2008-04-231-3/+3
* | Add option pointer to demuxers and stheader.h structsUoti Urpala2008-04-231-1/+1
* | Declare demuxer *_streams fields with proper typesUoti Urpala2008-04-231-1/+1
* | Move options "vo" and "ao" to common structUoti Urpala2008-04-231-14/+11
* | Start of new option systemUoti Urpala2008-04-231-7/+10
* | Add a context argument to mp_input_add_event_fd callbackUoti Urpala2008-04-231-1/+8
* | Add new video driver APIUoti Urpala2008-04-231-8/+11
|/
* Add options to disable some or all config files.albeu2008-04-141-2/+4
* Replace the trivial command line preparser with a more robust versionalbeu2008-04-131-7/+7
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-091-0/+2
* Add some const qualifiers to reduce warningsuau2008-04-021-1/+1
* Remove unnecessary includesuau2008-04-011-2/+0
* Support 'default' attribute for audio and subtitle tracks.eugeni2008-03-301-0/+2
* Handle property commands in idle mode.reimar2008-03-281-0/+5
* Experimental support for -framedrop with -correct-pts.reimar2008-03-171-21/+29
* cosmetics: Decrapify the indentation of the last few blocks of main().diego2008-03-071-68/+65
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_alldiego2008-03-041-3/+0
* Add ID_SEEKABLE information to -identify output.diego2008-03-031-0/+1
* Select audio stream in mplayer and mencoder, overriding demuxer decision.eugeni2008-02-291-0/+3
* Demuxer-independent subtitle track selection.eugeni2008-02-291-0/+2
* Attempt to fix -chapter broken for mkv in r25987reimar2008-02-281-1/+2
* Fix continuous scrolling on OS/2 due to status line updates unless -quietdiego2008-02-221-1/+1
* OS/2 getch2() supportdiego2008-02-211-5/+1
* Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func.diego2008-02-211-1/+1
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-2/+0
* Change force_fps and force_ofps to doublereimar2008-02-141-1/+1
* typo fix: inited --> initializeddiego2008-02-141-49/+49
* -chapter is now handled uniformly calling demuxer_seek_chapter() insteadnicodvb2008-02-111-0/+12
* Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessaryreimar2008-02-031-1/+0
* ao_functions_t should be const, part 1reimar2008-02-011-1/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-4/+4
* Make sure sub_font is freed.reimar2008-01-271-0/+2
* Support vobsub palette in extradata, as exported by libavformatreimar2008-01-261-0/+8
* Check for stream change in dvdnav.ben2008-01-261-0/+8
* Add support for dvdnav still frames playback.ben2008-01-261-1/+170
* Fix auto-sub code to support filenames with any extension length.ulion2008-01-201-4/+9
* audio_out / video_out structs should be treated as constreimar2008-01-191-1/+1
* Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().eugeni2008-01-121-0/+13
* allow profile loading per audio/video outputben2008-01-101-0/+22
* factorizes variable checkben2008-01-101-3/+5
* add support for per protocol and per extension playback profile loadingben2008-01-101-0/+48
* Use getppid instead of getpid and move a snprintf to where it is actually nee...reimar2008-01-081-2/+2
* Simplify a needlessly complex use of snprintfreimar2008-01-081-2/+1
* Do not use exit_player in the signal handler, this code just can notreimar2008-01-081-2/+4
* Clear fonts when the file is closed.eugeni2008-01-081-0/+2
* Add heartbeat-cmd optionreimar2008-01-071-0/+10
* Make some functions in mplayer.c staticreimar2008-01-061-3/+3
* Remove useless #ifdefsreimar2007-12-221-4/+0
* OSD menu support