summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* core: Fix rare corner cases in video frame generationUoti Urpala2009-11-231-3/+3
* core: Handle VO-added frames even with correct-pts disabledUoti Urpala2009-11-231-3/+7
* Merge svn changes up to r29962Uoti Urpala2009-11-231-4/+0
|\
| * Remove useless check for valid fd with -dumpstream, the code does notreimar2009-11-171-4/+0
* | core: Do OSD/subtitle updates at a more accurate pointUoti Urpala2009-11-221-10/+5
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-211-0/+31
* | cosmetics: remove some unused variablesUoti Urpala2009-11-171-1/+0
* | mplayer.c: Fix compilation with dvdnav enabledUoti Urpala2009-11-161-3/+3
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-83/+106
|\|
| * Check that mpctx->audio_out is not NULL when trying to uninit it.reimar2009-11-131-1/+2
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-121-1/+5
| * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...reimar2009-11-111-37/+37
| * Do not call resume on unpausing if we have already reached eof whilereimar2009-11-111-0/+3
| * Remember which subtitle was auto-selected for dvdnav due to -slangreimar2009-11-111-1/+14
| * Factor out code that decides which subtitle to play.reimar2009-11-111-24/+28
| * Use switch_program property from mplayer.c to set ts_prog.reimar2009-11-071-0/+4
| * Whitespace cosmetics: reindent reinit_audio_chain functionreimar2009-11-061-43/+43
| * Remove some useless comments/commented-out code.reimar2009-11-061-3/+0
| * Split assignment from error value check to avoid overcomplicated if () condit...reimar2009-11-061-2/+3
| * Reuse the init_error exit path also for init_best_audio_codec errors.reimar2009-11-061-3/+1
| * Simplify: use &= instead of a = b & a;reimar2009-11-061-1/+1
| * Remove some unnecessary else blocksreimar2009-11-061-3/+2
| * Use an early return instead of a {} block over the whole function in reinit_a...reimar2009-11-061-2/+2
| * Disable audio when initializing the filter chain fails (can happen e.g. when ...reimar2009-11-061-7/+8
| * Change dvdnav_reset_stream to not disable subtitles, since that breaksreimar2009-11-051-2/+0
* | Merge branch 'vdpau'Uoti Urpala2009-11-161-2/+28
|\ \
| * | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-2/+28
* | | av_log callback handling overhaulUoti Urpala2009-10-311-0/+2
|/ /
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-12/+40
|\|
| * Make -nosub work to disable subtitles even if -slang and dvd streams are used.reimar2009-09-291-2/+0
| * Add a -nosub option that allows disabling auto-selected subtitles as e.g. thereimar2009-09-281-4/+4
| * Enable loading of external subtitles also for audio-only files.reimar2009-09-281-3/+4
| * Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...reimar2009-09-281-1/+1
| * Add support for displaying subtitles on the command-line when playingreimar2009-09-231-0/+23
| * Make update_subtitles work without sh_video for text subtitles.reimar2009-09-231-3/+3
* | Merge branch 'vdpau' into buildUoti Urpala2009-09-191-14/+13
|\ \
| * | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-14/+13
* | | Merge svn changes up to r29684Uoti Urpala2009-09-161-0/+7
|\ \ \ | | |/ | |/|
| * | Merge two Windows-specific #if sections to simplify the condition.reimar2009-09-161-2/+2
| * | Hack: set DEP/NX on Windows via SetProcessDEPPolicy.reimar2009-09-161-0/+7
* | | Merge svn changes up to r29644Uoti Urpala2009-09-041-15/+45
|\| | | |/ |/|
| * 10l, fix misplaced check in r29613, for loop detection we must comparereimar2009-09-021-1/+1
| * Limit amount of data allocated on stack, strlen(filename) is not a good idea forreimar2009-09-021-2/+6
| * Add support for directory-specific mplayer.conf configuration file.reimar2009-09-021-3/+11
| * Make the loop detection for mov reference files less aggressive, fixesreimar2009-09-011-1/+5
| * Fix per-file config file loading for DOS paths (i.e. where \ and : canreimar2009-08-311-1/+10
| * Factor out code to try and load a config file only if it exists.reimar2009-08-311-11/+16
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-9/+1
|\|
| * Only #include stream/dvbin.h when DVB is enabled.diego2009-08-031-0/+2
| * Remove pointless #ifdefs around harmless internal header #includes.diego2009-08-021-14/+0
* | Change type names to match upstream libassGrigori Goronzy2009-08-071-1/+1
* | Remove internal libass treeUoti Urpala2009-07-261-4/+1
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove the internal GUIAnton Khirnov2009-07-071-268/+5
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-2/+3
|\|
| * Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,reimar2009-05-311-1/+2
| * 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.reimar2009-05-301-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-91/+91
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-84/+84
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-70/+116
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-70/+70
* | Fix ordered chapter pruning of redundant timeline partsUoti Urpala2009-05-221-5/+8
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-4/+4
|\|
| * sane verbosity levels for menu initializationdiego2009-04-251-4/+4
* | core: Set mpctx->chapters to NULL at uninitUoti Urpala2009-05-031-0/+1
* | core: Handle missing timestamp errors a bit betterUoti Urpala2009-04-241-0/+2
* | Merge svn changes up to r29154Uoti Urpala2009-04-091-1/+1
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.ramiro2009-04-081-1/+1
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-55/+410
|\ \
| * | Add option -noordered-chapters.Uoti Urpala2009-04-081-0/+6
| * | Support chapter seeking with ordered chaptersUoti Urpala2009-04-021-3/+52
| * | Change demuxer_seek_chapter() parametersUoti Urpala2009-04-021-2/+2
| * | VO: Don't reset pause status in VO config() functionsUoti Urpala2009-04-021-0/+4
| * | Initial ordered chapters supportUoti Urpala2009-04-021-19/+311
| * | core: Clean up OSD seek info logicUoti Urpala2009-03-311-26/+17
| * | options: Move osd_level and osd_duration to options structUoti Urpala2009-03-311-10/+13
| * | Add improved relative seek modeUoti Urpala2009-03-241-0/+10
* | | Merge svn changes up to r29117Uoti Urpala2009-04-011-1/+4
|\ \ \ | |/ / |/| / | |/
| * Set the forced_subs_only value correctly whenever a new spudec is created.reimar2009-03-301-1/+4
| * Make pausing_keep_force the default for the set_mouse_pos and key_down_event -reimar2009-03-071-2/+1
* | Fix video stream switch code typoUoti Urpala2009-03-201-1/+1
* | Merge svn changes up to r28712Uoti Urpala2009-02-231-1/+2
|\|
| * Print the version string after the command line has been parsed.diego2009-02-211-1/+2
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-13/+8
|\|
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-13/+6
| * Use SetErrorMode so Windows will not show all kinds of error dialogsreimar2009-02-091-0/+2
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-7/+7
|\|
| * Do not print a warning if current pts is equal to previous pts.diego2009-02-011-2/+2
| * increase max OSD message size limitcompn2009-02-011-6/+6
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-42/+1
|\|
| * 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
* |