| Commit message (Expand) | Author | Age | Files | Lines |
* | Add matroska chapter seeking capability. | eugeni | 2006-08-06 | 1 | -0/+44 |
* | Don't crash if audio init fails. | uau | 2006-08-05 | 1 | -1/+1 |
* | Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ot... | reimar | 2006-08-04 | 1 | -2/+2 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -4/+4 |
* | Set user_muted in mp_property_mute(). Fixes mute turning off when | uau | 2006-07-28 | 1 | -0/+2 |
* | cosmetics: fix incorrect indentation left by reimar and extra word in | uau | 2006-07-28 | 1 | -3/+3 |
* | Remove code that prevented the OSD current time from going back by one | uau | 2006-07-28 | 1 | -2/+0 |
* | demuxer might not set i_bps, so do not divide by it in that case | reimar | 2006-07-26 | 1 | -0/+1 |
* | marks several strings inside structs as const when they hold just | reynaldo | 2006-07-16 | 1 | -2/+2 |
* | marks several read-only string parameters which aren't modified inside the ca... | reynaldo | 2006-07-15 | 1 | -3/+3 |
* | marks several string parameters as const, as they are not modified inside the... | reynaldo | 2006-07-13 | 1 | -3/+3 |
* | Fix = vs == typo | uau | 2006-07-12 | 1 | -1/+1 |
* | 1000000000l to whoever added c++ decl crap, probably uau.. | rfelker | 2006-07-10 | 1 | -1/+1 |
* | No point in checking for X for windows gui, in addition the hackish | reimar | 2006-07-08 | 1 | -0/+2 |
* | Change use_gui detection to accept also filenames only containing | reimar | 2006-07-08 | 1 | -8/+8 |
* | Indentation fix (cosmetics). | eugeni | 2006-07-07 | 1 | -2/+2 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -8/+97 |
* | Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h. | eugeni | 2006-07-07 | 1 | -4/+4 |
* | Remove windows-specific hack that interfered with relative path | reimar | 2006-07-07 | 1 | -2/+0 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -2/+67 |
* | Initial win32 gui release. | vayne | 2006-07-06 | 1 | -0/+23 |
* | Modifies behavior of -edlout | reynaldo | 2006-07-05 | 1 | -1/+16 |
* | support for audio streams that appear after unsuccessful probing | nicodvb | 2006-07-04 | 1 | -1/+8 |
* | parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s... | reynaldo | 2006-07-03 | 1 | -1/+1 |
* | more sizeof(char) fun | reynaldo | 2006-06-30 | 1 | -2/+2 |
* | switch_ratio -1 slave command restores aspect ratio to default value (geexbox... | ben | 2006-06-25 | 1 | -1/+1 |
* | Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .") | uau | 2006-06-21 | 1 | -5/+1 |
* | send flip_page() through the filter chain | michael | 2006-06-21 | 1 | -1/+5 |
* | Rewrite audio EOF handling logic fixing some problems that could cause | uau | 2006-06-16 | 1 | -9/+22 |
* | Fix definition of reinit_audio_chain(). | uau | 2006-06-16 | 1 | -1/+1 |
* | removed old dvdnav code | nicodvb | 2006-06-16 | 1 | -236/+0 |
* | restored support for dvdnav only in the stream layer; all other functionaliti... | nicodvb | 2006-06-14 | 1 | -0/+1 |
* | When playing an audio only file use audio time instead of video time to | uau | 2006-06-14 | 1 | -1/+2 |
* | Clean up audio pts handling, make audio pts tracking in the audio-only | uau | 2006-06-14 | 1 | -30/+62 |
* | include stream_dvd's interface from libmpdemux/stream_dvd.h | nicodvb | 2006-06-11 | 1 | -0/+4 |
* | moved audio codec/filters/out to a separate function that is called both at i... | nicodvb | 2006-06-11 | 1 | -64/+81 |
* | Unconditionally compile Matroska demuxer - oops, part missed in initial commit. | diego | 2006-05-09 | 1 | -10/+0 |
* | Don't blit frame if we hit EOF and no new frame is read. Fixes picture | uau | 2006-05-05 | 1 | -0/+1 |
* | Remove a useless variable. | uau | 2006-04-27 | 1 | -3/+1 |
* | spelling/grammar/wording fixes in doxygen and non-doxygen comments | diego | 2006-04-27 | 1 | -57/+61 |
* | Remove useless "#if 0" blocks | uau | 2006-04-27 | 1 | -29/+0 |
* | Make EDL compilation unconditional | uau | 2006-04-27 | 1 | -24/+1 |
* | Change common pts variables from floats to doubles. Individual demuxers | uau | 2006-04-27 | 1 | -3/+3 |
* | The code setting the OSD seek direction indicator for absolute seeks was | uau | 2006-04-25 | 1 | -2/+2 |
* | Remove updating of vo_mouse_timer_const from the main loop and also | uau | 2006-04-25 | 1 | -10/+8 |
* | simplified management of dvb channel switching | nicodvb | 2006-04-25 | 1 | -15/+14 |
* | Doxygen attack! - Chapter 2 | albeu | 2006-04-24 | 1 | -19/+111 |
* | 5 - Drop more buffered audio data left from old position when seeking. | rtognimp | 2006-04-24 | 1 | -0/+2 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -10/+10 |
* | 1 - Remove kernel HZ=100 assumptions that are no longer true from | rtognimp | 2006-04-24 | 1 | -8/+7 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -36/+25 |
* | Remove support for default.sub. | diego | 2006-04-23 | 1 | -8/+0 |
* | Kill an unused variable warning. | diego | 2006-04-23 | 1 | -0/+2 |
* | Add properties to get/set the stream position and get the stream | albeu | 2006-04-23 | 1 | -0/+53 |
* | Align osd_show_text with osd_show_property_text. | albeu | 2006-04-23 | 1 | -1/+3 |
* | Add a new command: osd_show_property_text that show an expanded property | albeu | 2006-04-23 | 1 | -0/+10 |
* | Handle the tv color control commands with the properties. | albeu | 2006-04-22 | 1 | -17/+6 |
* | Add properties for the tv input color controls. | albeu | 2006-04-22 | 1 | -6/+66 |
* | add a newline before the "Playing"... line | reimar | 2006-04-19 | 1 | -1/+1 |
* | Include buffered decoded audio in A-V sync calculations. | corey | 2006-04-17 | 1 | -3/+2 |
* | do not try to load default.sub when it doesn't exist. Fixes bug #480. | reimar | 2006-04-15 | 1 | -1/+4 |
* | fix A-V sync overcorrection for desync due to too slow hardware. | reimar | 2006-04-14 | 1 | -1/+7 |
* | sh_audio->delay is adjusted in the wrong direction when changing audio_delay | reimar | 2006-04-06 | 1 | -1/+1 |
* | more cruft | rfelker | 2006-03-30 | 1 | -1/+1 |
* | arrg more of this stupid cruft | rfelker | 2006-03-30 | 1 | -1/+1 |
* | Fix stepping in the playtree when interupting libmpdemux. | albeu | 2006-03-27 | 1 | -2/+2 |
* | Get rid of 2 osd related hacks. | albeu | 2006-03-24 | 1 | -6/+17 |
* | Subtitles properties: move sub_select, sub_pos, sub_visibilty, | albeu | 2006-03-24 | 1 | -257/+295 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -3/+3 |
* | Fix osd_show_msg alignment and make sure msg strings | albeu | 2006-03-23 | 1 | -2/+4 |
* | Convert fullscreen, panscan, color controls, ontop, rootwin, | albeu | 2006-03-23 | 1 | -191/+212 |
* | Move audio_delay to a property and add a few read only properties to | albeu | 2006-03-22 | 1 | -8/+62 |
* | Add an option to list the properties: -list-properties | albeu | 2006-03-22 | 1 | -0/+6 |
* | Add the new property API and implement a couple properties. | albeu | 2006-03-22 | 1 | -36/+324 |
* | feed something (hopefully correct timestamps) into the video filter chain | michael | 2006-03-21 | 1 | -1/+1 |
* | Print the mute state on the OSD. | diego | 2006-03-18 | 1 | -0/+3 |
* | Enable gui key bindings only when running the gui. Fix enter and esc | albeu | 2006-03-18 | 1 | -1/+1 |
* | restored the ability to disable subtitles when cycling with slave command 'su... | nicodvb | 2006-03-05 | 1 | -1/+11 |
* | don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch ... | nicodvb | 2006-03-02 | 1 | -0/+1 |
* | New option: -ignore-start | corey | 2006-02-20 | 1 | -0/+3 |
* | dwStart support for mplayer. | corey | 2006-02-18 | 1 | -2/+8 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -4/+4 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | dvd subtitles should be disabled by default, and enabled specifying -sid or -... | nicodvb | 2006-01-13 | 1 | -1/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -7/+7 |
* | fix premature end of audio playback (audio only) | henry | 2006-01-08 | 1 | -1/+1 |
* | Update copyright date to 2006 | gpoirier | 2006-01-04 | 1 | -1/+1 |
* | don't reset dvdsub->id unless -slang is specified; assign default sub stream ... | nicodvb | 2006-01-02 | 1 | -0/+2 |
* | check the intermediate audio buffer | henry | 2005-12-31 | 1 | -1/+1 |
* | change erase to end of line, fall back to old behavior if no termcap found | ods15 | 2005-12-29 | 1 | -2/+8 |
* | Fix erase to end of line with windows, windows terminal does not support | ods15 | 2005-12-27 | 1 | -1/+1 |
* | add "pausing_keep" and "pausing_toggle" input cmd prefixes | ods15 | 2005-12-25 | 1 | -2/+13 |
* | Use termcap "erase to end of line" character code instead of using spaces | ods15 | 2005-12-25 | 1 | -3/+2 |
* | Some more cola for msglevel, codec-cfg can't even call mp_msg_init or it'll | ods15 | 2005-12-07 | 1 | -3/+3 |
* | Fix EDL to be per file, allow -edlout and -edl together as there is really | ods15 | 2005-12-06 | 1 | -20/+15 |
* | new -msglevel option, constrols msg level for every msg module | ods15 | 2005-12-06 | 1 | -3/+3 |
* | mplayer.c:1928: warning: implicit declaration of function 'cache_uninit' | rathann | 2005-12-05 | 1 | -0/+2 |
* | Add a function to remove osd msg and use it to remove the "OSD: enabled" | albeu | 2005-11-27 | 1 | -0/+25 |
* | Make the osd command only switch between enabled/disabled when | albeu | 2005-11-20 | 1 | -7/+14 |
* | Big OSD cleanup. Replace the mess with 100's of counter vars | albeu | 2005-11-16 | 1 | -265/+320 |
* | add a switch, slave command, and vo control to toggle borderless window. | joey | 2005-11-10 | 1 | -0/+15 |
* | reordered subtitles language OSD display, since it worked bad for ogm... | ptt | 2005-11-09 | 1 | -36/+37 |
* | there is no sh_video for audio only files | faust3 | 2005-11-06 | 1 | -1/+2 |
* | 10l: osd_show_dvd_nav_highlight is just a flag | ranma | 2005-11-06 | 1 | -1/+1 |
* | Number of frames to show the OSD shouldn't be hardcoded, derive from fps instead | ranma | 2005-11-06 | 1 | -12/+12 |
* | Translated strings might be longer than the originals. One unnecessary depen... | ranma | 2005-11-05 | 1 | -6/+5 |
* | Enabled OSD localization / moved msgs to help/help_mp-en.h | ptt | 2005-11-05 | 1 | -26/+26 |
* | Autoload vobsub's from ~/.mplayer/sub | albeu | 2005-11-03 | 1 | -1/+17 |
* | new message was even worse -- B/s means bytes per second, not sample! | rfelker | 2005-10-17 | 1 | -1/+1 |
* | allow mencoder to load win32 codecs properly patch by Zuxy <zuxy.meng at gmai... | faust3 | 2005-10-16 | 1 | -29/+1 |
* | exit mplayer if audio filter init fails (same as mencoder does) | ivo | 2005-10-13 | 1 | -0/+1 |
* | Missing space in status line | reimar | 2005-10-12 | 1 | -1/+1 |
* | change to switch/case for dumpsub | ods15 | 2005-10-12 | 1 | -6/+8 |
* | -frames plays one frame too many. | reimar | 2005-10-11 | 1 | -1/+1 |
* | Show total time when playing audio-only files | reimar | 2005-10-04 | 1 | -13/+29 |
* | Prints -identify output for: | gpoirier | 2005-09-19 | 1 | -0/+5 |
* | Add comments to a few #endif statements in order to make clear which | diego | 2005-09-15 | 1 | -21/+21 |
* | consistency fix: OSD bar for gamma changes should only appear when gamma | reimar | 2005-09-14 | 1 | -1/+2 |
* | screenshot filter | henry | 2005-09-11 | 1 | -1/+5 |
* | clear OSD when playing new file | reimar | 2005-09-05 | 1 | -0/+4 |
* | Replace bps by B/s when it means bytes per second to avoid ambiguity since | diego | 2005-09-02 | 1 | -1/+1 |
* | Adds -idle, an option to make MPlayer wait for input ('loadfile' or | ods15 | 2005-09-02 | 1 | -3/+56 |
* | Make -identify's 'ID_LENGTH=' print a float and not an integer.. The | ods15 | 2005-09-02 | 1 | -2/+2 |
* | allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p... | gpoirier | 2005-09-02 | 1 | -11/+17 |
* | add key_down_eventto slave mode, used to inject key down event with mplayer_p... | nplourde | 2005-08-31 | 1 | -1/+3 |
* | adds 'ID_DEMUXER=avi' to -identify... | ods15 | 2005-08-27 | 1 | -0/+1 |
* | ensure that audio-only files are decoded till the end by not only | reimar | 2005-08-23 | 1 | -3/+8 |
* | loadfile/loadlist can now also add files to the playlist | reimar | 2005-08-15 | 1 | -0/+8 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -0/+12 |
* | remove unused cache-prefill and create cache-seek-min that controls when seek... | iive | 2005-07-31 | 1 | -2/+4 |
* | Remove untranslatable strings | wight | 2005-07-24 | 1 | -5/+5 |
* | define SIGHUP and SIGPIPE for MinGW and catch SIGPIPE also in mplayer | reimar | 2005-07-22 | 1 | -0/+2 |
* | Fix few memleaks on exit. | iive | 2005-07-21 | 1 | -1/+7 |
* | Do not count skipped/broken frames when using -frames | reimar | 2005-07-03 | 1 | -5/+5 |
* | Missing part of the last commit (got merged in on cvs update :-( ) | reimar | 2005-06-30 | 1 | -11/+0 |
* | simplify osd-status display, and allow e.g. osd -2 to get the old behaviour | reimar | 2005-06-30 | 1 | -2/+8 |
* | Make the OSD display state information when cycling OSD states with 'o'. | diego | 2005-06-30 | 1 | -2/+18 |
* | make -srate work again, unify audio filter init and preinit. | reimar | 2005-06-24 | 1 | -4/+5 |
* | adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ... | gpoirier | 2005-06-20 | 1 | -0/+6 |
* | Add sub_load and sub_remove slave commands. | reimar | 2005-06-09 | 1 | -0/+64 |
* | strdup subtitle filename at a more appropriate place, fixing memleaks and | reimar | 2005-06-01 | 1 | -5/+5 |
* | keep vo_fps and vo_mouse_timer_const in sync with sh_video->fps, otherwise | reimar | 2005-05-28 | 1 | -0/+5 |
* | new get_time_pos slave mode commando | reimar | 2005-05-18 | 1 | -0/+9 |
* | use darwin accurate timer | nplourde | 2005-04-29 | 1 | -3/+12 |
* | adds a parameter to the switch_audio command to directly select a track. | reimar | 2005-04-28 | 1 | -3/+5 |
* | Apply -srate and -channels only to the start of the filter chain, not | reimar | 2005-04-22 | 1 | -3/+3 |
* | Fix OSD when switching subtitles - set the osd buffer to Subtitle: off | henry | 2005-04-15 | 1 | -15/+15 |
* | allow sub_select and vobsub_lang to select particular subtitle | henry | 2005-04-11 | 1 | -1/+5 |
* | remove force_load_font stuff moved to sub.c | henry | 2005-04-09 | 1 | -8/+0 |
* | reload font on fullscreen change when panscan is enabled | henry | 2005-04-09 | 1 | -0/+3 |
* | Added support of audio stream switching in the MPEG demuxer using the #-key | gpoirier | 2005-04-03 | 1 | -0/+3 |
* | windows priority support patch by Rune Petersen <runner at mail.tele.dk> with... | faust3 | 2005-04-02 | 1 | -0/+16 |
* | finally remove the refences to bps outside libaf. also simplification of some... | alex | 2005-02-25 | 1 | -12/+4 |
* | Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Sta... | reynaldo | 2005-02-25 | 1 | -27/+3 |
* | Make seek command parameter float. | reimar | 2005-02-17 | 1 | -2/+3 |
* | command to log current subtitle to file | henry | 2005-02-12 | 1 | -2/+46 |
* | avoid null pointer dereference with .ssa subtitles when the video codec is mi... | faust3 | 2005-02-04 | 1 | -1/+1 |
* | Print CPUflags and extension support on x86_64, too | reimar | 2005-01-29 | 1 | -1/+1 |
* | Handle missing palettes in the info part of VobSubs in Matroska files correct... | mosu | 2005-01-21 | 1 | -1/+1 |
* | print the actual commandline to stdout, too | faust3 | 2005-01-17 | 1 | -2/+2 |
* | RTC support on FreeBSD, inspired by a patch from Michael Johnson | diego | 2005-01-06 | 1 | -0/+6 |
* | happy new year | diego | 2005-01-02 | 1 | |