aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* 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
* removed messy global 'tv_handle', use stream->priv for that purposeGravatar arpi2002-09-08
* -vfm should override status/priorityGravatar arpi2002-09-02
* 10l - use NULL instead of -1 for init_video's vfmGravatar arpi2002-08-31
* WARNING message gui windows disabled, the only critical warn message (tooGravatar arpi2002-08-31
* fix cache disable for live.comGravatar atmos42002-08-31
* removed buggy fd<0 check for disallowing dumpstream/cacheGravatar arpi2002-08-31
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...Gravatar atmos42002-08-31
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* - add play time subtitle change supportGravatar pontscho2002-08-29