| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings: | diego | 2007-08-25 | 1 | -6/+0 |
* | Add separate event input type for terminal+vo | uau | 2007-08-25 | 1 | -1/+1 |
* | Remove unnecessary OSD visibility code | uau | 2007-08-21 | 1 | -2/+0 |
* | Minor code cleanup | uau | 2007-08-21 | 1 | -13/+13 |
* | Remove an unnecessary #ifdef | uau | 2007-08-18 | 1 | -10/+0 |
* | Remove pointless #ifdef | uau | 2007-08-15 | 1 | -4/+0 |
* | mixer.afilter must be set to NULL when filter chain is destroyed on uninit. | reimar | 2007-07-31 | 1 | -0/+1 |
* | Teletext support | voroshil | 2007-07-29 | 1 | -0/+3 |
* | Removing global variables from tv:// | voroshil | 2007-07-29 | 1 | -1/+1 |
* | Get rid of a few more useless malloc casts | reimar | 2007-07-19 | 1 | -6/+6 |
* | Make sure all demuxer subtitles can be selected with 'j', even | reimar | 2007-07-19 | 1 | -1/+3 |
* | fix redundant redeclaration warning | Gabrov | 2007-07-18 | 1 | -1/+0 |
* | Move loop_times into mpctx. | albeu | 2007-07-09 | 1 | -7/+7 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -12/+1 |
* | Remove broken option reset from per-file loop | uau | 2007-06-16 | 1 | -3/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -1/+12 |
* | implement "bind sections" | voroshil | 2007-06-07 | 1 | -0/+4 |
* | Create a new MSGT for just the status line. | diego | 2007-06-05 | 1 | -2/+2 |
* | add new -subfont option, that allows having a different font for OSD (control... | ben | 2007-05-20 | 1 | -0/+5 |
* | Output message fix | uau | 2007-05-14 | 1 | -1/+1 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | big surprise.. uau broke gcc 2.95 as usual | rfelker | 2007-04-17 | 1 | -1/+3 |
* | Gui: Show correct time after seeking in audio-only files. | cehoyos | 2007-03-31 | 1 | -1/+1 |
* | Code cleanup: don't include a .c file in mplayer.c and fix a few | rathann | 2007-03-29 | 1 | -1/+1 |
* | Gui: Allow progress bar to move when playing mov or mp4 files | cehoyos | 2007-03-26 | 1 | -3/+1 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 1 | -1/+1 |
* | Allow demuxers to return packets with no pts in -correct-pts mode | uau | 2007-03-11 | 1 | -2/+0 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 1 | -14/+15 |
* | Fix bad uninit when switching DVB channels. | reimar | 2007-03-06 | 1 | -1/+1 |
* | Fix copy-paste bug (must have broken something in the GUI) | uau | 2007-03-03 | 1 | -1/+1 |
* | Seek to -ss position, not 0, in per-file loop. | uau | 2007-03-01 | 1 | -1/+1 |
* | Seek to -ss position without first starting audio/video from the start. | uau | 2007-02-27 | 1 | -14/+11 |
* | Remove some #if 0 code | uau | 2007-02-24 | 1 | -30/+0 |
* | Move parsing of the -ss option to the option code. | uau | 2007-02-24 | 1 | -11/+3 |
* | Fix error in comment | uau | 2007-02-23 | 1 | -1/+1 |
* | Reset the edl_decision flag after the seek is done. | uau | 2007-02-23 | 1 | -0/+1 |
* | Separate function for seeking | uau | 2007-02-23 | 1 | -36/+49 |
* | Remove useless fflush(stdout) calls. mp_msg already flushes output, and | uau | 2007-02-22 | 1 | -6/+1 |
* | Move EDL code to separate functions | uau | 2007-02-22 | 1 | -46/+58 |
* | Fix nonsense function type | uau | 2007-02-22 | 1 | -1/+1 |
* | Cleanup, move "global" state from the frame_time_remaining mainloop | uau | 2007-02-21 | 1 | -3/+8 |
* | Fix GUI compilation | uau | 2007-02-21 | 1 | -0/+16 |
* | Add missing "if (use_gui)" before some GUI calls | uau | 2007-02-21 | 1 | -3/+3 |
* | Fix menu to work with mpctx | uau | 2007-02-21 | 1 | -3/+13 |
* | Add missing #ifdef | uau | 2007-02-21 | 1 | -0/+2 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 1 | -2484/+480 |
* | Remove remnants of the nonfunctional "grab_frames" command. | uau | 2007-02-19 | 1 | -4/+0 |
* | Remove unused variable "osd_level_saved" | uau | 2007-02-18 | 1 | -1/+0 |
* | Make sure that -sid works even if the number of subtitles initially detected | reimar | 2007-02-17 | 1 | -0/+1 |
* | Move some subtitle handling from mplayer.c to mpcommon.c and share it with me... | reimar | 2007-02-17 | 1 | -130/+5 |
* | Clear/update subtitles after seeking backwards. | reimar | 2007-02-11 | 1 | -11/+18 |
* | reindent | uau | 2007-02-06 | 1 | -33/+33 |
* | Fix multiple appearing or appearing+disappearing subs in the same frame | uau | 2007-02-06 | 1 | -6/+5 |
* | Add missing type to declaration and remove unused variable | uau | 2007-02-05 | 1 | -2/+1 |
* | Another round of subtitle code cleanup | reimar | 2007-02-05 | 1 | -6/+33 |
* | filename double-conversion, especially usefull for CJK users :-) | gpoirier | 2007-01-26 | 1 | -12/+24 |
* | print_version() and others get executed before the command line has been pars... | michael | 2007-01-17 | 1 | -0/+4 |
* | DO NOT recommend or even suggest installing codecs.conf. | diego | 2007-01-13 | 1 | -1/+0 |
* | Subtitle handling cleanup: factor out code for parsing embedded subtitles | reimar | 2007-01-06 | 1 | -3/+21 |
* | restore volume if muted at exit | ben | 2007-01-04 | 1 | -5/+6 |
* | avoid code duplication. | vayne | 2006-12-28 | 1 | -27/+30 |
* | show audio language in osd when playing dvdnav streams | nicodvb | 2006-12-14 | 1 | -0/+5 |
* | call dvd_lang_from_aid() only if stream_type is DVD | nicodvb | 2006-12-14 | 1 | -1/+1 |
* | support for -alang in dvdnav | nicodvb | 2006-12-14 | 1 | -0/+1 |
* | check that stream_type is DVD before calling dvd_lang_from_aid | nicodvb | 2006-12-10 | 1 | -1/+1 |
* | show subtitle language in OSD ; patch by Otvos Attila | nicodvb | 2006-12-10 | 1 | -0/+13 |
* | use dvdnav's palette if available | nicodvb | 2006-12-09 | 1 | -1/+2 |
* | Make MPlayer/MEncoder print the compile-time configuration in verbose mode. | diego | 2006-11-28 | 1 | -0/+3 |
* | keep nav highlight event in dvdnav priv structure | ben | 2006-11-25 | 1 | -4/+3 |
* | support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch... | nicodvb | 2006-11-25 | 1 | -4/+30 |
* | better nav highlight handling | ben | 2006-11-25 | 1 | -2/+7 |
* | support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot... | ben | 2006-11-25 | 1 | -0/+9 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 1 | -22/+3 |
* | Make compilation depending on USE_SUB unconditional. | uau | 2006-11-21 | 1 | -47/+3 |
* | Reuse init_vo_spudec in subtitle switching code. | reimar | 2006-11-21 | 1 | -24/+7 |
* | Move vo_spudec initialization into a separate function, for later reuse | reimar | 2006-11-21 | 1 | -40/+46 |
* | Move pause loop into a separate function. | uau | 2006-11-20 | 1 | -58/+67 |
* | Reorganize code to move more things out of main(). | uau | 2006-11-20 | 1 | -87/+92 |
* | in mp_property_{video,audio} permit uniniting of the corresponding chain | nicodvb | 2006-11-19 | 1 | -6/+8 |
* | Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check, | reimar | 2006-11-19 | 1 | -2/+1 |
* | Fix printf format/argument count mismatch in mp_property_video | uau | 2006-11-19 | 1 | -1/+1 |
* | Move subtitle updating to a separate function, fix inverted condition | uau | 2006-11-19 | 1 | -64/+73 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 | 1 | -0/+5 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 | 1 | -13/+19 |
* | Make sure sh_video == NULL when reinit_video_chain fails. | reimar | 2006-11-19 | 1 | -4/+7 |
* | Do not just skip a file when vo init fails, instead try to play it | reimar | 2006-11-19 | 1 | -1/+0 |
* | switch_audio and switch_video properties should be in the range -2..MAX_x_STR... | nicodvb | 2006-11-18 | 1 | -2/+2 |
* | When changing playback speed write the current speed to OSD only after | uau | 2006-11-18 | 1 | -3/+3 |
* | switch_program property to switch to/set a new program | nicodvb | 2006-11-18 | 1 | -0/+24 |
* | more mp_property_deinterlace simplification, patch by | reimar | 2006-11-18 | 1 | -2/+4 |
* | implemented M_PROPERTY_SET in mp_property_{audio,video} | nicodvb | 2006-11-18 | 1 | -4/+14 |
* | reinit_video_chain might set sh_video = NULL, so check against that. | reimar | 2006-11-18 | 1 | -1/+1 |
* | Mark some functions static | uau | 2006-11-18 | 1 | -3/+3 |
* | Support palette for general vobsub | reimar | 2006-11-17 | 1 | -1/+5 |
* | consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values. | reimar | 2006-11-17 | 1 | -68/+65 |
* | Minor mp_property_deinterlace simplification | reimar | 2006-11-17 | 1 | -3/+3 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 1 | -0/+25 |
* | handle video stream switch using 'switch_video' property' | nicodvb | 2006-11-16 | 1 | -0/+48 |
* | moved video codec/filters/outdevice initialization code to specific function | nicodvb | 2006-11-16 | 1 | -87/+100 |
* | Introduce step_property command. | reimar | 2006-11-14 | 1 | -0/+7 |
* | Fix Unkown -> Unknown typo | reimar | 2006-11-14 | 1 | -2/+2 |
* | Use vf control for reading pts from vf_vo | uau | 2006-11-14 | 1 | -5/+3 |
* | Fix statement-before-declaration warnings. | reimar | 2006-11-14 | 1 | -3/+5 |
* | Remove write-only variable | uau | 2006-11-14 | 1 | -5/+0 |
* | Update OSD contents only after the correct values for the frame are known. | uau | 2006-11-14 | 1 | -6/+13 |
* | Move xscreensaver_heartbeat call next to vo check_events | uau | 2006-11-14 | 1 | -8/+7 |
* | Replace sleep time calculation in main() with a separate function. | uau | 2006-11-14 | 1 | -86/+60 |
* | simplify | uau | 2006-11-14 | 1 | -8/+2 |
* | Move -frames check out of frame flip code (like -endpos earlier) | uau | 2006-11-14 | 1 | -4/+6 |
* | Remove some unused code. | uau | 2006-11-14 | 1 | -15/+0 |
* | Move endpos handling from page flip code to a saner location, change < to <= | uau | 2006-11-14 | 1 | -5/+5 |
* | move vo event check together with gui event check | uau | 2006-11-14 | 1 | -3/+3 |
* | Remove some incorrect code | uau | 2006-11-14 | 1 | -8/+1 |
* | Try filling audio buffers more if they're very large, add some comments. | uau | 2006-11-14 | 1 | -8/+19 |
* | Move audio playing code from main() into a separate function. | uau | 2006-11-14 | 1 | -62/+78 |
* | Remove useless check. | uau | 2006-11-14 | 1 | -1/+1 |
* | Split some from main() into separate functions. | uau | 2006-11-14 | 1 | -103/+116 |
* | Change value used to indicate "unknown audio format" from 0 to -1. | uau | 2006-11-08 | 1 | -1/+1 |
* | now the OSD shows the value returned by demuxer_get_current_time() rather tha... | nicodvb | 2006-11-07 | 1 | -1/+1 |
* | ARCH_X86 simplifications | reimar | 2006-11-01 | 1 | -2/+2 |
* | Move ass_library initialization code to ass_mp.c. | eugeni | 2006-10-29 | 1 | -8/+1 |
* | Always initialize and destroy ass_library. | eugeni | 2006-10-29 | 1 | -3/+1 |
* | Always initialize libass to fix crashes caused by use without initialization. | uau | 2006-10-29 | 1 | -1/+1 |
* | Libass interface reworked: | eugeni | 2006-10-28 | 1 | -3/+24 |
* | Do not forget to clear subtitles when switching files for embedded subtitles. | reimar | 2006-10-21 | 1 | -1/+1 |
* | applied patch for -endpos, to work without a blit_frame, pointed out by Andre... | ptt | 2006-10-21 | 1 | -4/+5 |
* | Disable loading of file-specific configuration file from the same | rtogni | 2006-10-15 | 1 | -1/+2 |
* | Remove unused ABS define | reimar | 2006-10-14 | 1 | -1/+0 |
* | 10l, used MSGTR_Unknown instead of lang in mp_property_audio | reimar | 2006-10-12 | 1 | -1/+1 |
* | simplify mp_property_sub | reimar | 2006-10-12 | 1 | -6/+2 |
* | Cosmetics for previous mplayer.c patch | reimar | 2006-10-12 | 1 | -13/+12 |
* | Simplify mp_property_audio | reimar | 2006-10-12 | 1 | -12/+8 |
* | modifications pointed out by reimar doffinger | ptt | 2006-10-12 | 1 | -0/+1 |
* | added OSD audio switching visualization | ptt | 2006-10-11 | 1 | -15/+69 |
* | after a long time, finally i could add -endpos option to mplayer executable. | ptt | 2006-09-25 | 1 | -3/+24 |
* | Fix the sound mute switch in the GUI menu by moving the corresponding | diego | 2006-09-23 | 1 | -11/+10 |
* | Fix audio stream switching with demux_mkv: | reimar | 2006-09-23 | 1 | -2/+2 |
* | when changing chapter, in the osd print the channel number in a more natural ... | nicodvb | 2006-09-23 | 1 | -1/+1 |
* | show in the osd the number of the button selected by the mouse | nicodvb | 2006-09-19 | 1 | -0/+1 |
* | Іnitial button value is -1. Only (button>0) is a correct button selection. | jonas | 2006-09-19 | 1 | -3/+3 |
* | report mouse coordinates after movement to dvdnav; this permits to enable but... | nicodvb | 2006-09-16 | 1 | -0/+7 |
* | report to mplayer with a slave command the coordinates of the pointer reporte... | nicodvb | 2006-09-16 | 1 | -0/+27 |
* | don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann | nicodvb | 2006-09-15 | 1 | -1/+1 |
* | Add repeated screenshot mode to vf_screenshot. | eugeni | 2006-09-15 | 1 | -1/+1 |
* | * remove extern definitions of functions in .c files | attila | 2006-09-12 | 1 | -11/+4 |
* | in mp_dvdnav_handle_input() assign the currently selected button, shown in th... | nicodvb | 2006-09-09 | 1 | -2/+3 |
* | first touch of support for dvdnav menus; the selection is based on the keyboa... | nicodvb | 2006-09-09 | 1 | -0/+11 |
* | unconditionally include label goto_enable_cache (to be used next by dvdnav) | nicodvb | 2006-09-09 | 1 | -2/+0 |
* | fix broken term_osd output in update_osd_msg() | gpoirier | 2006-09-09 | 1 | -1/+1 |
* | Disable rtc timing by default. | uau | 2006-09-09 | 1 | -1/+1 |
* | Radio support, patch by Vladimir Voroshilov (voroshil gmail com) | reimar | 2006-08-28 | 1 | -0/+32 |
* | extended slave mode with metadata retrieval commands | ben | 2006-08-26 | 1 | -0/+95 |
* | added new helpers to allow easy metadata retrieval and make libmenu use them | ben | 2006-08-25 | 1 | -3/+160 |
* | new option for libmenu that allow display of properties and metadata of curre... | ben | 2006-08-25 | 1 | -0/+4 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 | 1 | -1/+1 |
* | added new filter option to menu file browser to only display some files accor... | ben | 2006-08-22 | 1 | -0/+5 |
* | support for disabling/enabling bitmap font support from configure | diego | 2006-08-21 | 1 | -0/+2 |
* | demuxer_seek_chapter() returns informations about chapters count and name | nicodvb | 2006-08-21 | 1 | -3/+7 |
* | fix null pointer check in add_subtitles, | gpoirier | 2006-08-21 | 1 | -1/+1 |
* | seek to chapter using newly introduced demux_seek_chapter() | nicodvb | 2006-08-18 | 1 | -37/+18 |
* | Add subdata to ass_track conversion for external subtitles. | eugeni | 2006-08-15 | 1 | -0/+3 |
* | fix segfault if an unkn |