aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* add a TV_SET_CNANNEL commandGravatar henry2002-12-19
* Fallback to builtin (generated from etc/codecs.conf at compile time)Gravatar arpi2002-12-15
* notice vo driver about skipped/dropped framesGravatar arpi2002-12-14
* - fix three submenu bugGravatar pontscho2002-12-11
* With this patch the text 'Sub position: x/100' is displayedGravatar arpi2002-12-05
* This patch makes it possible to navigate among the subtitles whileGravatar arpi2002-12-05
* slave-mode commands to get movie length & posGravatar arpi2002-12-05
* dump subtitles in SAMI formatGravatar arpi2002-12-05
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)Gravatar arpi2002-12-05
* dump in JACOsub formatGravatar arpi2002-12-04
* - audio track handling in menu (idea from RĂ¼diger Kuhlmann)Gravatar pontscho2002-11-29
* add autosync && some 10l bugfixGravatar pontscho2002-11-28
* disabling seek (look the patch)Gravatar pontscho2002-11-28
* - add RĂ¼diger Kuhlmann's <mplayer-list-UGa6JdjLujS2@ruediger-kuhlmann.de> patchGravatar pontscho2002-11-28
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* Experimantal OSD menuGravatar albeu2002-11-14
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* scale sleep time too (-speed)Gravatar arpi2002-11-03
* A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it containsGravatar arpi2002-11-02
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,Gravatar arpi2002-11-02
* verbose can be negativeGravatar arpi2002-11-01
* get stream back from the demuxerGravatar arpi2002-11-01
* avoids segfaults w.r.t to mp3 files handling:Gravatar pl2002-10-26
* fixes a segfault when seeking on some mp3 only filesGravatar pl2002-10-25
* allow cache to be disabled (-nocache should override cachesize autodetectionGravatar arpi2002-10-23
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
* add -identify switchGravatar ranma2002-10-23
* dvd chapter detect function from Gregory KovrigaGravatar pontscho2002-10-22
* Fixed two typos noticed by Sycotic Smith (I think).Gravatar diego2002-10-19
* 10LGravatar kmkaplan2002-10-19
* Mplayer can switch between subtitles of different languages duringGravatar kmkaplan2002-10-17
* - dvd aspect changing bug - fixedGravatar pontscho2002-10-16
* more accurate a_pts calculation in AVI -bps (default) modeGravatar arpi2002-10-16
* always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)Gravatar arpi2002-10-14
* compiler warning fixesGravatar arpi2002-10-13
* _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testingGravatar arpi2002-10-09
* This patch adds the functionality to disable/enable subtitles while playingGravatar arpi2002-10-06
* uninit cleanup again... thx to Nilmoni Deb for bugreportGravatar arpi2002-10-06
* Adding -format and -af switchesGravatar anders2002-10-06
* new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)Gravatar arpi2002-10-05
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderGravatar arpi2002-10-05
* add [video||audio]_driver_listGravatar pontscho2002-10-02
* new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)Gravatar arpi2002-10-01
* audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)Gravatar arpi2002-09-29
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)Gravatar arpi2002-09-29
* some cleanup - made private vars/funcs static, removed obsolete externsGravatar arpi2002-09-29
* removed obsolete/unused audio|video_fm|codec, has_audio|videoGravatar arpi2002-09-28
* - fix new afm/vfm supportGravatar pontscho2002-09-28