summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* 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 mouse selection.ulion2007-12-221-1/+1
* Ignore mouse pos command when pausing.ulion2007-12-191-1/+7
* Make libmenu init and uninit in proper place.ulion2007-12-191-3/+7
* Do not operate on vobsub when no video (Bug #312).ulion2007-12-181-1/+1
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.diego2007-12-161-1/+1
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-151-6/+2
* Support chapter in OSD menu.ulion2007-12-141-0/+5
* Fix libass to support -nofontconfig.ulion2007-12-121-1/+1
* When auto loading subs, log warning instead of error for load failure.ulion2007-12-041-5/+5
* Skip empty vobsub streams when selecting subtitles.ulion2007-12-031-2/+3
* Remove the pause filter and the cmd queue hack, to know the mplayer going toulion2007-11-151-0/+5
* Make crash-debug gdb auto-execute "bt"reimar2007-11-101-1/+1
* Restore terminal for gdb with -crash-debug by calling getch2_disable()reimar2007-11-101-0/+1
* Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.ulion2007-11-061-1/+4
* Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]ulion2007-11-041-1/+3
* We support gcc 2.95 (fixes r24928).cehoyos2007-11-021-1/+2
* A/V sync: take audio filter buffers into accountuau2007-11-011-1/+8
* Add audio filter scaletempouau2007-11-011-8/+14
* Make output samplerate independent of -speeduau2007-11-011-1/+1
* Simplify init_audio_filters() argumentsuau2007-11-011-5/+2
* Change decode_audio() interfaceuau2007-11-011-15/+5
* Clean up some fields in stheader.h structsuau2007-11-011-1/+0
* Do not reset user-enabled mute on EOF, but only on exit.reimar2007-09-031-1/+2
* moved to reinit_video_chain() the assignment of sh_video->stream_aspect, wher...nicodvb2007-09-011-3/+3
* if the stream reader supports it assign to the video the stream aspect rationicodvb2007-09-011-0/+3
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-1/+1
* Fix warnings:diego2007-08-251-6/+0
* Add separate event input type for terminal+vouau2007-08-251-1/+1
* Remove unnecessary OSD visibility codeuau2007-08-211-2/+0
* Minor code cleanupuau2007-08-211-13/+13
* Remove an unnecessary #ifdefuau2007-08-181-10/+0
* Remove pointless #ifdefuau2007-08-151-4/+0
* mixer.afilter must be set to NULL when filter chain is destroyed on uninit.reimar2007-07-311-0/+1
* Teletext supportvoroshil2007-07-291-0/+3
* Removing global variables from tv://voroshil2007-07-291-1/+1
* Get rid of a few more useless malloc castsreimar2007-07-191-6/+6
* Make sure all demuxer subtitles can be selected with 'j', evenreimar2007-07-191-1/+3
* fix redundant redeclaration warningGabrov2007-07-181-1/+0
* Move loop_times into mpctx.albeu2007-07-091-7/+7
* Revert r23530.voroshil2007-06-211-12/+1
* Remove broken option reset from per-file loopuau2007-06-161-3/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-1/+12
* implement "bind sections"voroshil2007-06-071-0/+4
* Create a new MSGT for just the status line.diego2007-06-051-2/+2
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-0/+5
* Output message fixuau2007-05-141-1/+1
* Gui --> guidiego2007-04-231-1/+1
* big surprise.. uau broke gcc 2.95 as usualrfelker2007-04-171-1/+3
* Gui: Show correct time after seeking in audio-only files.cehoyos2007-03-311-1/+1
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Gui: Allow progress bar to move when playing mov or mp4 filescehoyos2007-03-261-3/+1
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in linediego2007-03-211-1/+1
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-111-2/+0
* Move the sh_audio->delay field to mpctx->delay.uau2007-03-111-14/+15
* Fix bad uninit when switching DVB channels.reimar2007-03-061-1/+1
* Fix copy-paste bug (must have broken something in the GUI)uau2007-03-031-1/+1
* Seek to -ss position, not 0, in per-file loop.uau2007-03-011-1/+1
* Seek to -ss position without first starting audio/video from the start.uau2007-02-271-14/+11
* Remove some #if 0 codeuau2007-02-241-30/+0
* Move parsing of the -ss option to the option code.uau2007-02-241-11/+3
* Fix error in commentuau2007-02-231-1/+1
* Reset the edl_decision flag after the seek is done.uau2007-02-231-0/+1
* Separate function for seekinguau2007-02-231-36/+49
* Remove useless fflush(stdout) calls. mp_msg already flushes output, anduau2007-02-221-6/+1
* Move EDL code to separate functionsuau2007-02-221-46/+58
* Fix nonsense function typeuau2007-02-221-1/+1
* Cleanup, move "global" state from the frame_time_remaining mainloopuau2007-02-211-3/+8
* Fix GUI compilationuau2007-02-211-0/+16
* Add missing "if (use_gui)" before some GUI callsuau2007-02-211-3/+3
* Fix menu to work with mpctxuau2007-02-211-3/+13
* Add missing #ifdefuau2007-02-211-0/+2
* Split command/property handling from mplayer.c to a new file command.c.uau2007-02-211-2484/+480
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-191-4/+0
* Remove unused variable "osd_level_saved"uau2007-02-181-1/+0
* Make sure that -sid works even if the number of subtitles initially detectedreimar2007-02-171-0/+1
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...reimar2007-02-171-130/+5
* Clear/update subtitles after seeking backwards.reimar2007-02-111-11/+18
* reindentuau2007-02-061-33/+33
* Fix multiple appearing or appearing+disappearing subs in the same frame uau2007-02-061-6/+5
* Add missing type to declaration and remove unused variableuau2007-02-051-2/+1
* Another round of subtitle code cleanupreimar2007-02-051-6/+33
* filename double-conversion, especially usefull for CJK users :-)gpoirier2007-01-261-12/+24
* print_version() and others get executed before the command line has been pars...michael2007-01-171-0/+4
* DO NOT recommend or even suggest installing codecs.conf.diego2007-01-131-1/+0
* 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