summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesreimar2007-01-061-3/+21
* restore volume if muted at exitben2007-01-041-5/+6
* avoid code duplication.vayne2006-12-281-27/+30
* show audio language in osd when playing dvdnav streamsnicodvb2006-12-141-0/+5
* call dvd_lang_from_aid() only if stream_type is DVDnicodvb2006-12-141-1/+1
* support for -alang in dvdnavnicodvb2006-12-141-0/+1
* check that stream_type is DVD before calling dvd_lang_from_aidnicodvb2006-12-101-1/+1
* show subtitle language in OSD ; patch by Otvos Attilanicodvb2006-12-101-0/+13
* use dvdnav's palette if availablenicodvb2006-12-091-1/+2
* Make MPlayer/MEncoder print the compile-time configuration in verbose mode.diego2006-11-281-0/+3
* keep nav highlight event in dvdnav priv structureben2006-11-251-4/+3
* support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch...nicodvb2006-11-251-4/+30
* better nav highlight handlingben2006-11-251-2/+7
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...ben2006-11-251-0/+9
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-22/+3
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-47/+3
* Reuse init_vo_spudec in subtitle switching code.reimar2006-11-211-24/+7
* Move vo_spudec initialization into a separate function, for later reusereimar2006-11-211-40/+46
* Move pause loop into a separate function.uau2006-11-201-58/+67
* Reorganize code to move more things out of main().uau2006-11-201-87/+92
* in mp_property_{video,audio} permit uniniting of the corresponding chainnicodvb2006-11-191-6/+8
* Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,reimar2006-11-191-2/+1
* Fix printf format/argument count mismatch in mp_property_videouau2006-11-191-1/+1
* Move subtitle updating to a separate function, fix inverted conditionuau2006-11-191-64/+73
* new slave command: radio_step_freqvoroshil2006-11-191-0/+5
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-191-13/+19
* Make sure sh_video == NULL when reinit_video_chain fails.reimar2006-11-191-4/+7
* Do not just skip a file when vo init fails, instead try to play itreimar2006-11-191-1/+0
* switch_audio and switch_video properties should be in the range -2..MAX_x_STR...nicodvb2006-11-181-2/+2
* When changing playback speed write the current speed to OSD only afteruau2006-11-181-3/+3
* switch_program property to switch to/set a new programnicodvb2006-11-181-0/+24
* more mp_property_deinterlace simplification, patch byreimar2006-11-181-2/+4
* implemented M_PROPERTY_SET in mp_property_{audio,video}nicodvb2006-11-181-4/+14
* reinit_video_chain might set sh_video = NULL, so check against that.reimar2006-11-181-1/+1
* Mark some functions staticuau2006-11-181-3/+3
* Support palette for general vobsubreimar2006-11-171-1/+5
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.reimar2006-11-171-68/+65
* Minor mp_property_deinterlace simplificationreimar2006-11-171-3/+3
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+25
* handle video stream switch using 'switch_video' property'nicodvb2006-11-161-0/+48
* moved video codec/filters/outdevice initialization code to specific functionnicodvb2006-11-161-87/+100
* Introduce step_property command.reimar2006-11-141-0/+7
* Fix Unkown -> Unknown typoreimar2006-11-141-2/+2
* Use vf control for reading pts from vf_vouau2006-11-141-5/+3
* Fix statement-before-declaration warnings.reimar2006-11-141-3/+5
* Remove write-only variableuau2006-11-141-5/+0
* Update OSD contents only after the correct values for the frame are known.uau2006-11-141-6/+13
* Move xscreensaver_heartbeat call next to vo check_eventsuau2006-11-141-8/+7
* Replace sleep time calculation in main() with a separate function.uau2006-11-141-86/+60
* simplifyuau2006-11-141-8/+2
* Move -frames check out of frame flip code (like -endpos earlier)uau2006-11-141-4/+6
* Remove some unused code.uau2006-11-141-15/+0
* Move endpos handling from page flip code to a saner location, change < to <=uau2006-11-141-5/+5
* move vo event check together with gui event checkuau2006-11-141-3/+3
* Remove some incorrect codeuau2006-11-141-8/+1
* Try filling audio buffers more if they're very large, add some comments.uau2006-11-141-8/+19
* Move audio playing code from main() into a separate function.uau2006-11-141-62/+78
* Remove useless check.uau2006-11-141-1/+1
* Split some from main() into separate functions.uau2006-11-141-103/+116
* Change value used to indicate "unknown audio format" from 0 to -1.uau2006-11-081-1/+1
* now the OSD shows the value returned by demuxer_get_current_time() rather tha...nicodvb2006-11-071-1/+1
* ARCH_X86 simplificationsreimar2006-11-011-2/+2
* Move ass_library initialization code to ass_mp.c.eugeni2006-10-291-8/+1
* Always initialize and destroy ass_library.eugeni2006-10-291-3/+1
* Always initialize libass to fix crashes caused by use without initialization.uau2006-10-291-1/+1
* Libass interface reworked:eugeni2006-10-281-3/+24
* Do not forget to clear subtitles when switching files for embedded subtitles.reimar2006-10-211-1/+1
* applied patch for -endpos, to work without a blit_frame, pointed out by Andre...ptt2006-10-211-4/+5
* Disable loading of file-specific configuration file from the same rtogni2006-10-151-1/+2
* Remove unused ABS definereimar2006-10-141-1/+0
* 10l, used MSGTR_Unknown instead of lang in mp_property_audioreimar2006-10-121-1/+1
* simplify mp_property_subreimar2006-10-121-6/+2
* Cosmetics for previous mplayer.c patchreimar2006-10-121-13/+12
* Simplify mp_property_audioreimar2006-10-121-12/+8
* modifications pointed out by reimar doffingerptt2006-10-121-0/+1
* added OSD audio switching visualizationptt2006-10-111-15/+69
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-3/+24
* Fix the sound mute switch in the GUI menu by moving the correspondingdiego2006-09-231-11/+10
* Fix audio stream switching with demux_mkv:reimar2006-09-231-2/+2
* when changing chapter, in the osd print the channel number in a more natural ...nicodvb2006-09-231-1/+1
* show in the osd the number of the button selected by the mousenicodvb2006-09-191-0/+1
* Іnitial button value is -1. Only (button>0) is a correct button selection.jonas2006-09-191-3/+3
* report mouse coordinates after movement to dvdnav; this permits to enable but...nicodvb2006-09-161-0/+7
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-161-0/+27
* don't uninit the video_out when using -fixed-vo; patch by Jonas Jermannnicodvb2006-09-151-1/+1
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-151-1/+1
* * remove extern definitions of functions in .c filesattila2006-09-121-11/+4
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...nicodvb2006-09-091-2/+3
* first touch of support for dvdnav menus; the selection is based on the keyboa...nicodvb2006-09-091-0/+11
* unconditionally include label goto_enable_cache (to be used next by dvdnav)nicodvb2006-09-091-2/+0
* fix broken term_osd output in update_osd_msg()gpoirier2006-09-091-1/+1
* Disable rtc timing by default.uau2006-09-091-1/+1
* 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