summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Expand)AuthorAgeFilesLines
* Separated dvdsub code to be able to work with it easierlgb2001-04-211-79/+1
* some dvd sub parsing and check addedarpi_esp2001-04-211-4/+113
* OSD progress bar for volumearpi_esp2001-04-211-6/+21
* dvd sub parser move dto mplayer.carpi_esp2001-04-201-0/+11
* dvd sub support readingarpi_esp2001-04-201-5/+7
* new options: -dumpaudio and -dumpvideoarpi_esp2001-04-201-0/+20
* command line requested DVD key support for Arpi :)lgb2001-04-201-0/+7
* ugly bug at usleep() fixedarpi_esp2001-04-191-1/+1
* do not query vo drivers for format 0xFFFFFFFF (thanx to szabi)arpi_esp2001-04-191-0/+1
* add sub autoread & remove 'c' keypontscho2001-04-181-6/+8
* MPEG-ES segfault fixed, stream list printfs moved v 1->0arpi_esp2001-04-181-3/+4
* Seeking to sector boundary (STREAM_BUFFER_SIZE) for MPEGslgb2001-04-171-3/+1
* preliminary DVD support using libcsslgb2001-04-171-0/+11
* vo_debug printfs...arpi_esp2001-04-171-1/+10
* sub control optimizedarpi_esp2001-04-171-12/+79
* I420/IYUV supportarpi_esp2001-04-161-5/+38
* add mixer supportpontscho2001-04-161-0/+13
* I really hope that you will learn how to use cvs, sooner or later...arpi_esp2001-04-151-74/+58
* add mixer supportpontscho2001-04-151-58/+74
* qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+arpi_esp2001-04-151-13/+0
* now it'll work ;)gabucino2001-04-151-0/+12
* fixed mplayer.cgabucino2001-04-151-189/+206
* Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)gabucino2001-04-151-205/+189
* bih fix for mpegsarpi_esp2001-04-151-1/+2
* sh_audio->wf and sh_video->bih changed to dynamic (thanx to Jens Hoffmann)arpi_esp2001-04-151-27/+28
* dirty workaround for video-only files...arpi_esp2001-04-151-1/+2
* new stream selection codearpi_esp2001-04-151-34/+73
* print help before reading font+subarpi_esp2001-04-141-24/+23
* more sh_audio/sh_video cleanup, removed has_videoarpi_esp2001-04-141-10/+10
* -fps is working again for all file formatsarpi_esp2001-04-141-2/+2
* more cleanuparpi_esp2001-04-141-12/+4
* DVD PCM audio supportarpi_esp2001-04-141-1/+1
* more cleanup of video decodingarpi_esp2001-04-141-258/+78
* dbpp check removed *AGAIN*arpi_esp2001-04-131-6/+6
* - changed -bpp again: if vo driver obeys depth value set by user, thenacki22001-04-131-6/+7
* -bpp changesarpi_esp2001-04-131-8/+8
* - added -bpp switch (only takes effect if IMGFMT_BGR) to select the desired d...acki22001-04-131-1/+10
* moved printf out of switch()arpi_esp2001-04-121-1/+1
* variables related to fbdev moved to cfg-mplayer.hszabii2001-04-121-7/+0
* some cleanup of init_videoarpi_esp2001-04-121-130/+69
* Makefile.No-DS fixesarpi_esp2001-04-121-1/+1
* OSD fixes, patch by Kebert Martinarpi_esp2001-04-121-7/+33
* -fbdepth addedszabii2001-04-111-0/+1
* static removed from verbose definitionszabii2001-04-111-1/+1
* -fbmode/-fbmodecfgszabii2001-04-111-0/+2
* less, and more informal printfsarpi_esp2001-04-111-13/+31
* changed fs+vm+zoom flags for libvoarpi_esp2001-04-111-23/+13
* find_codec() modifiedszabii2001-04-101-2/+2
* missing codecs.conf is no more a WARNING, it's FATALarpi_esp2001-04-071-1/+2
* codecs.conf supportarpi_esp2001-04-071-151/+95
* audio init moved to dec_audio.carpi_esp2001-04-061-234/+41
* sh_audio/sh_video added, general codec cleanuparpi_esp2001-04-061-217/+134
* lamer_protection++arpi_esp2001-04-011-2/+9
* fbdev dependency fixszabii2001-03-301-0/+2
* subtitles (.sub files) supportarpi_esp2001-03-301-0/+55
* #ifdef USE_DIRECTSHOW to audio decoderarpi_esp2001-03-281-1/+2
* finished DirectShow audio codearpi_esp2001-03-281-0/+34
* vo_fbdev addedszabii2001-03-281-1/+2
* OSD functionality improvedarpi_esp2001-03-271-9/+36
* font alpha resampling, see -ffactorarpi_esp2001-03-251-1/+2
* new option: -fontarpi_esp2001-03-251-0/+13
* Adds code to deal with vidmode selection. -- mgraffammgraffam2001-03-241-0/+16
* DirectShow audio supportarpi_esp2001-03-221-2/+35
* get_path()szabii2001-03-211-12/+37
* added DirectShow supportarpi_esp2001-03-201-5/+114
* new option: -includeszabii2001-03-191-0/+4
* cfg-mplayer-func removed :)arpi_esp2001-03-191-1/+0
* new configfile/cmdline parserarpi_esp2001-03-191-13/+8
* cfgparser fixszabii2001-03-191-1/+10
* cfgparse fixesszabii2001-03-191-0/+1
* config fixesszabii2001-03-191-1/+0
* new command line/config file parserszabii2001-03-181-55/+16
* common vo->flip_page() callarpi_esp2001-03-161-2/+6
* code cleanup around codecctrlarpi_esp2001-03-161-1/+20
* using setjmp/longjmp to handle sig11 in libmpeg2arpi_esp2001-03-151-2/+78
* small code cleanup, removed unused variablesarpi_esp2001-03-151-8/+8
* timer fixesarpi_esp2001-03-131-3/+22
* ACM code cleanup, nosound at ACM errorarpi_esp2001-03-121-52/+21
* updated to opendivx 0.48arpi_esp2001-03-111-1/+1
* option parser fixszabii2001-03-101-33/+48
* removed 'DIVX'->opendivx mappingarpi_esp2001-03-081-1/+1
* OpenDivX 4.8 supportgabucino2001-03-071-0/+1
* added mpeg 1/2 postprocessingarpi_esp2001-03-051-2/+14
* libmpeg2-0.2.0 mergearpi_esp2001-03-041-2/+11
* call check_events() in pause looparpi_esp2001-03-031-2/+5
* query libvo for YV12 tooarpi_esp2001-02-271-2/+11
* Initial revisionarpi_esp2001-02-241-0/+1957