aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* extended slave mode with metadata retrieval commandsGravatar ben2006-08-26
* added new helpers to allow easy metadata retrieval and make libmenu use themGravatar ben2006-08-25
* new option for libmenu that allow display of properties and metadata of curre...Gravatar ben2006-08-25
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* added new filter option to menu file browser to only display some files accor...Gravatar ben2006-08-22
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* fix null pointer check in add_subtitles,Gravatar gpoirier2006-08-21
* seek to chapter using newly introduced demux_seek_chapter()Gravatar nicodvb2006-08-18
* Add subdata to ass_track conversion for external subtitles.Gravatar eugeni2006-08-15
* fix segfault if an unknown property is requestedGravatar ivo2006-08-13
* Reintroduce an ugly variant of the -gui/-nogui options.Gravatar reimar2006-08-08
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* Don't crash if audio init fails.Gravatar uau2006-08-05
* Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ot...Gravatar reimar2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Set user_muted in mp_property_mute(). Fixes mute turning off whenGravatar uau2006-07-28
* cosmetics: fix incorrect indentation left by reimar and extra word inGravatar uau2006-07-28
* Remove code that prevented the OSD current time from going back by oneGravatar uau2006-07-28
* demuxer might not set i_bps, so do not divide by it in that caseGravatar reimar2006-07-26
* marks several strings inside structs as const when they hold just Gravatar reynaldo2006-07-16
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* Fix = vs == typoGravatar uau2006-07-12
* 1000000000l to whoever added c++ decl crap, probably uau..Gravatar rfelker2006-07-10
* No point in checking for X for windows gui, in addition the hackishGravatar reimar2006-07-08
* Change use_gui detection to accept also filenames only containingGravatar reimar2006-07-08
* Indentation fix (cosmetics).Gravatar eugeni2006-07-07
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.Gravatar eugeni2006-07-07
* Remove windows-specific hack that interfered with relative pathGravatar reimar2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* Initial win32 gui release.Gravatar vayne2006-07-06
* Modifies behavior of -edloutGravatar reynaldo2006-07-05
* support for audio streams that appear after unsuccessful probingGravatar nicodvb2006-07-04
* parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, s...Gravatar reynaldo2006-07-03
* more sizeof(char) funGravatar reynaldo2006-06-30
* switch_ratio -1 slave command restores aspect ratio to default value (geexbox...Gravatar ben2006-06-25
* 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