summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+32
* extended slave mode with metadata retrieval commandsben2006-08-261-0/+95
* added new helpers to allow easy metadata retrieval and make libmenu use themben2006-08-251-3/+160
* new option for libmenu that allow display of properties and metadata of curre...ben2006-08-251-0/+4
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+1
* added new filter option to menu file browser to only display some files accor...ben2006-08-221-0/+5
* support for disabling/enabling bitmap font support from configurediego2006-08-211-0/+2
* demuxer_seek_chapter() returns informations about chapters count and namenicodvb2006-08-211-3/+7
* fix null pointer check in add_subtitles,gpoirier2006-08-211-1/+1
* seek to chapter using newly introduced demux_seek_chapter()nicodvb2006-08-181-37/+18
* Add subdata to ass_track conversion for external subtitles.eugeni2006-08-151-0/+3
* fix segfault if an unknown property is requestedivo2006-08-131-1/+4
* Reintroduce an ugly variant of the -gui/-nogui options.reimar2006-08-081-0/+4
* Add matroska chapter seeking capability.eugeni2006-08-061-0/+44
* Don't crash if audio init fails.uau2006-08-051-1/+1
* Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ot...reimar2006-08-041-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-4/+4
* Set user_muted in mp_property_mute(). Fixes mute turning off whenuau2006-07-281-0/+2
* cosmetics: fix incorrect indentation left by reimar and extra word inuau2006-07-281-3/+3
* Remove code that prevented the OSD current time from going back by oneuau2006-07-281-2/+0
* demuxer might not set i_bps, so do not divide by it in that casereimar2006-07-261-0/+1
* marks several strings inside structs as const when they hold just reynaldo2006-07-161-2/+2
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-3/+3
* marks several string parameters as const, as they are not modified inside the...reynaldo2006-07-131-3/+3
* Fix = vs == typouau2006-07-121-1/+1
* 1000000000l to whoever added c++ decl crap, probably uau..rfelker2006-07-101-1/+1
* No point in checking for X for windows gui, in addition the hackishreimar2006-07-081-0/+2
* Change use_gui detection to accept also filenames only containingreimar2006-07-081-8/+8
* Indentation fix (cosmetics).eugeni2006-07-071-2/+2
* Initial libass release (without mencoder support).eugeni2006-07-071-8/+97
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-071-4/+4
* Remove windows-specific hack that interfered with relative pathreimar2006-07-071-2/+0
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-2/+67
* Initial win32 gui release.vayne2006-07-061-0/+23
* Modifies behavior of -edloutreynaldo2006-07-051-1/+16
* support for audio streams that appear after unsuccessful probingnicodvb2006-07-041-1/+8
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...reynaldo2006-07-031-1/+1
* more sizeof(char) funreynaldo2006-06-301-2/+2
* switch_ratio -1 slave command restores aspect ratio to default value (geexbox...ben2006-06-251-1/+1
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")uau2006-06-211-5/+1
* send flip_page() through the filter chainmichael2006-06-211-1/+5
* Rewrite audio EOF handling logic fixing some problems that could causeuau2006-06-161-9/+22
* Fix definition of reinit_audio_chain().uau2006-06-161-1/+1
* removed old dvdnav codenicodvb2006-06-161-236/+0
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-141-0/+1
* When playing an audio only file use audio time instead of video time touau2006-06-141-1/+2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-30/+62
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-111-0/+4
* moved audio codec/filters/out to a separate function that is called both at i...nicodvb2006-06-111-64/+81
* Unconditionally compile Matroska demuxer - oops, part missed in initial commit.diego2006-05-091-10/+0
* Don't blit frame if we hit EOF and no new frame is read. Fixes pictureuau2006-05-051-0/+1
* Remove a useless variable.uau2006-04-271-3/+1
* spelling/grammar/wording fixes in doxygen and non-doxygen commentsdiego2006-04-271-57/+61
* Remove useless "#if 0" blocksuau2006-04-271-29/+0
* Make EDL compilation unconditionaluau2006-04-271-24/+1
* Change common pts variables from floats to doubles. Individual demuxersuau2006-04-271-3/+3
* The code setting the OSD seek direction indicator for absolute seeks wasuau2006-04-251-2/+2
* Remove updating of vo_mouse_timer_const from the main loop and alsouau2006-04-251-10/+8
* simplified management of dvb channel switchingnicodvb2006-04-251-15/+14
* Doxygen attack! - Chapter 2albeu2006-04-241-19/+111
* 5 - Drop more buffered audio data left from old position when seeking.rtognimp2006-04-241-0/+2
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-10/+10
* 1 - Remove kernel HZ=100 assumptions that are no longer true fromrtognimp2006-04-241-8/+7
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-36/+25
* Remove support for default.sub.diego2006-04-231-8/+0
* Kill an unused variable warning.diego2006-04-231-0/+2
* Add properties to get/set the stream position and get the streamalbeu2006-04-231-0/+53
* Align osd_show_text with osd_show_property_text.albeu2006-04-231-1/+3
* Add a new command: osd_show_property_text that show an expanded propertyalbeu2006-04-231-0/+10
* Handle the tv color control commands with the properties.albeu2006-04-221-17/+6
* Add properties for the tv input color controls.albeu2006-04-221-6/+66
* add a newline before the "Playing"... linereimar2006-04-191-1/+1
* Include buffered decoded audio in A-V sync calculations.corey2006-04-171-3/+2
* do not try to load default.sub when it doesn't exist. Fixes bug #480.reimar2006-04-151-1/+4
* fix A-V sync overcorrection for desync due to too slow hardware.reimar2006-04-141-1/+7
* sh_audio->delay is adjusted in the wrong direction when changing audio_delayreimar2006-04-061-1/+1
* more cruftrfelker2006-03-301-1/+1
* arrg more of this stupid cruftrfelker2006-03-301-1/+1
* Fix stepping in the playtree when interupting libmpdemux.albeu2006-03-271-2/+2
* Get rid of 2 osd related hacks.albeu2006-03-241-6/+17
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,albeu2006-03-241-257/+295
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-3/+3
* Fix osd_show_msg alignment and make sure msg stringsalbeu2006-03-231-2/+4
* Convert fullscreen, panscan, color controls, ontop, rootwin,albeu2006-03-231-191/+212
* Move audio_delay to a property and add a few read only properties toalbeu2006-03-221-8/+62
* Add an option to list the properties: -list-propertiesalbeu2006-03-221-0/+6
* Add the new property API and implement a couple properties.albeu2006-03-221-36/+324
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-211-1/+1
* Print the mute state on the OSD.diego2006-03-181-0/+3
* Enable gui key bindings only when running the gui. Fix enter and escalbeu2006-03-181-1/+1
* restored the ability to disable subtitles when cycling with slave command 'su...nicodvb2006-03-051-1/+11
* don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch ...nicodvb2006-03-021-0/+1
* New option: -ignore-startcorey2006-02-201-0/+3
* dwStart support for mplayer.corey2006-02-181-2/+8
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-4/+4
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* dvd subtitles should be disabled by default, and enabled specifying -sid or -...nicodvb2006-01-131-1/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-7/+7
* fix premature end of audio playback (audio only)henry2006-01-081-1/+1
* Update copyright date to 2006gpoirier2006-01-041-1/+1
* don't reset dvdsub->id unless -slang is specified; assign default sub stream ...nicodvb2006-01-021-0/+2
* check the intermediate audio bufferhenry2005-12-311-1/+1
* change erase to end of line, fall back to old behavior if no termcap foundods152005-12-291-2/+8
* Fix erase to end of line with windows, windows terminal does not supportods152005-12-271-1/+1
* add "pausing_keep" and "pausing_toggle" input cmd prefixesods152005-12-251-2/+13
* Use termcap "erase to end of line" character code instead of using spacesods152005-12-251-3/+2
* Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'llods152005-12-071-3/+3
* Fix EDL to be per file, allow -edlout and -edl together as there is reallyods152005-12-061-20/+15
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-3/+3
* mplayer.c:1928: warning: implicit declaration of function 'cache_uninit'rathann2005-12-051-0/+2
* Add a function to remove osd msg and use it to remove the "OSD: enabled"albeu2005-11-271-0/+25
* Make the osd command only switch between enabled/disabled whenalbeu2005-11-201-7/+14
* Big OSD cleanup. Replace the mess with 100's of counter varsalbeu2005-11-161-265/+320
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+15
* reordered subtitles language OSD display, since it worked bad for ogm...ptt2005-11-091-36/+37
* there is no sh_video for audio only filesfaust32005-11-061-1/+2
* 10l: osd_show_dvd_nav_highlight is just a flagranma2005-11-061-1/+1
* Number of frames to show the OSD shouldn't be hardcoded, derive from fps insteadranma2005-11-061-12/+12
* Translated strings might be longer than the originals. One unnecessary depen...ranma2005-11-051-6/+5
* Enabled OSD localization / moved msgs to help/help_mp-en.hptt2005-11-051-26/+26
* Autoload vobsub's from ~/.mplayer/subalbeu2005-11-031-1/+17
* new message was even worse -- B/s means bytes per second, not sample!rfelker2005-10-171-1/+1
* allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai...faust32005-10-161-29/+1
* exit mplayer if audio filter init fails (same as mencoder does)ivo2005-10-131-0/+1
* Missing space in status linereimar2005-10-121-1/+1
* change to switch/case for dumpsubods152005-10-121-6/+8
* -frames plays one frame too many.reimar2005-10-111-1/+1
* Show total time when playing audio-only filesreimar2005-10-041-13/+29
* Prints -identify output for:gpoirier2005-09-191-0/+5
* Add comments to a few #endif statements in order to make clear whichdiego2005-09-151-21/+21
* consistency fix: OSD bar for gamma changes should only appear when gammareimar2005-09-141-1/+2
* screenshot filterhenry2005-09-111-1/+5
* clear OSD when playing new filereimar2005-09-051-0/+4
* Replace bps by B/s when it means bytes per second to avoid ambiguity sincediego2005-09-021-1/+1
* Adds -idle, an option to make MPlayer wait for input ('loadfile' orods152005-09-021-3/+56
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-2/+2
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-021-11/+17
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-311-1/+3
* adds 'ID_DEMUXER=avi' to -identify...ods152005-08-271-0/+1
* ensure that audio-only files are decoded till the end by not onlyreimar2005-08-231-3/+8
* loadfile/loadlist can now also add files to the playlistreimar2005-08-151-0/+8
* Demuxer modularizationrtognimp2005-08-051-0/+12
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-2/+4
* Remove untranslatable stringswight2005-07-241-5/+5
* define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayerreimar2005-07-221-0/+2
* Fix few memleaks on exit.iive2005-07-211-1/+7
* Do not count skipped/broken frames when using -framesreimar2005-07-031-5/+5
* Missing part of the last commit (got merged in on cvs update :-( )reimar2005-06-301-11/+0
* simplify osd-status display, and allow e.g. osd -2 to get the old behaviourreimar2005-06-301-2/+8
* Make the OSD display state information when cycling OSD states with 'o'.diego2005-06-301-2/+18
* make -srate work again, unify audio filter init and preinit.reimar2005-06-241-4/+5
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+6
* Add sub_load and sub_remove slave commands.reimar2005-06-091-0/+64
* strdup subtitle filename at a more appropriate place, fixing memleaks andreimar2005-06-011-5/+5
* keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwisereimar2005-05-281-0/+5
* new get_time_pos slave mode commandoreimar2005-05-181-0/+9
* use darwin accurate timernplourde2005-04-291-3/+12
* adds a parameter to the switch_audio command to directly select a track.reimar2005-04-281-3/+5
* Apply -srate and -channels only to the start of the filter chain, notreimar2005-04-221-3/+3
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offhenry2005-04-151-15/+15
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-111-1/+5
* remove force_load_font stuff moved to sub.chenry2005-04-091-8/+0
* reload font on fullscreen change when panscan is enabledhenry2005-04-091-0/+3
* Added support of audio stream switching in the MPEG demuxer using the #-keygpoirier2005-04-031-0/+3
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...faust32005-04-021-0/+16
* finally remove the refences to bps outside libaf. also simplification of some...alex2005-02-251-12/+4
* Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Sta...reynaldo2005-02-251-27/+3
* Make seek command parameter float.reimar2005-02-171-2/+3
* command to log current subtitle to filehenry2005-02-121