aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* -ac/-afm rewrite, now works the same way as -vc/-vfmGravatar arpi2002-09-28
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)Gravatar arpi2002-09-27
* when working through a mixed play tree with audi-only files and video filesGravatar arpi2002-09-27
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansGravatar arpi2002-09-26
* best audio/video codec selection & init moved to libmpcodecsGravatar arpi2002-09-25
* removed -dapsync (obsolete code)Gravatar arpi2002-09-23
* RTC fixes by Sidik Isani <lksi@cfht.hawaii.edu>Gravatar arpi2002-09-23
* memcpy->memove (overlapping blocks)Gravatar arpi2002-09-22
* removed unused old keyboard fifo hackGravatar arpi2002-09-22
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* New option for mplayer: -dumpmicrodvdsubGravatar kmkaplan2002-09-21
* some mpcodecs option declaration moved to cfg-*, as aren;t used byGravatar arpi2002-09-20
* This tiny patch adds "type=2" absolute seconds seek capability.Gravatar arpi2002-09-20
* 10lGravatar alex2002-09-16