aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* Revert Michael's VFCTRL_FLIP_PAGE changes ("svn merge -r 18781:18779 .")Gravatar uau2006-06-21
* send flip_page() through the filter chainGravatar michael2006-06-21
* Rewrite audio EOF handling logic fixing some problems that could causeGravatar uau2006-06-16
* Fix definition of reinit_audio_chain().Gravatar uau2006-06-16
* removed old dvdnav codeGravatar nicodvb2006-06-16
* restored support for dvdnav only in the stream layer; all other functionaliti...Gravatar nicodvb2006-06-14
* When playing an audio only file use audio time instead of video time toGravatar uau2006-06-14
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* include stream_dvd's interface from libmpdemux/stream_dvd.hGravatar nicodvb2006-06-11
* moved audio codec/filters/out to a separate function that is called both at i...Gravatar nicodvb2006-06-11
* Unconditionally compile Matroska demuxer - oops, part missed in initial commit.Gravatar diego2006-05-09
* Don't blit frame if we hit EOF and no new frame is read. Fixes pictureGravatar uau2006-05-05
* Remove a useless variable.Gravatar uau2006-04-27
* spelling/grammar/wording fixes in doxygen and non-doxygen commentsGravatar diego2006-04-27
* Remove useless "#if 0" blocksGravatar uau2006-04-27
* Make EDL compilation unconditionalGravatar uau2006-04-27
* Change common pts variables from floats to doubles. Individual demuxersGravatar uau2006-04-27
* The code setting the OSD seek direction indicator for absolute seeks wasGravatar uau2006-04-25
* Remove updating of vo_mouse_timer_const from the main loop and alsoGravatar uau2006-04-25
* simplified management of dvb channel switchingGravatar nicodvb2006-04-25
* Doxygen attack! - Chapter 2Gravatar albeu2006-04-24
* 5 - Drop more buffered audio data left from old position when seeking.Gravatar rtognimp2006-04-24
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* 1 - Remove kernel HZ=100 assumptions that are no longer true fromGravatar rtognimp2006-04-24
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Remove support for default.sub.Gravatar diego2006-04-23
* Kill an unused variable warning.Gravatar diego2006-04-23
* Add properties to get/set the stream position and get the streamGravatar albeu2006-04-23
* Align osd_show_text with osd_show_property_text.Gravatar albeu2006-04-23
* Add a new command: osd_show_property_text that show an expanded propertyGravatar albeu2006-04-23
* Handle the tv color control commands with the properties.Gravatar albeu2006-04-22
* Add properties for the tv input color controls.Gravatar albeu2006-04-22
* add a newline before the "Playing"... lineGravatar reimar2006-04-19
* Include buffered decoded audio in A-V sync calculations.Gravatar corey2006-04-17
* do not try to load default.sub when it doesn't exist. Fixes bug #480.Gravatar reimar2006-04-15
* fix A-V sync overcorrection for desync due to too slow hardware.Gravatar reimar2006-04-14
* sh_audio->delay is adjusted in the wrong direction when changing audio_delayGravatar reimar2006-04-06
* more cruftGravatar rfelker2006-03-30
* arrg more of this stupid cruftGravatar rfelker2006-03-30
* Fix stepping in the playtree when interupting libmpdemux.Gravatar albeu2006-03-27
* Get rid of 2 osd related hacks.Gravatar albeu2006-03-24
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,Gravatar albeu2006-03-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix osd_show_msg alignment and make sure msg stringsGravatar albeu2006-03-23
* Convert fullscreen, panscan, color controls, ontop, rootwin,Gravatar albeu2006-03-23
* Move audio_delay to a property and add a few read only properties toGravatar albeu2006-03-22
* Add an option to list the properties: -list-propertiesGravatar albeu2006-03-22
* Add the new property API and implement a couple properties.Gravatar albeu2006-03-22
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* Print the mute state on the OSD.Gravatar diego2006-03-18