summaryrefslogtreecommitdiffstats
path: root/mplayer.c
Commit message (Collapse)AuthorAgeFilesLines
* GUI support (--enable-gui)arpi2001-08-251-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1695 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo help fixedarpi2001-08-251-13/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Show filename on beginning of playback.atmos42001-08-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1675 b3059339-0415-0410-9bf9-f77b7e298cf2
* file_format -> demuxer->file_formatarpi2001-08-231-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1661 b3059339-0415-0410-9bf9-f77b7e298cf2
* dec_video uninitarpi2001-08-231-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1655 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed duplicated loading of subarpi2001-08-231-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1652 b3059339-0415-0410-9bf9-f77b7e298cf2
* make automatic subfile detection working with many filesatlka2001-08-231-16/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1651 b3059339-0415-0410-9bf9-f77b7e298cf2
* free stream/demuxer. continue playback with next file if error foundarpi2001-08-221-19/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1642 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial multifile supportarpi2001-08-221-128/+163
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1640 b3059339-0415-0410-9bf9-f77b7e298cf2
* multifile support in config parserarpi2001-08-221-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1630 b3059339-0415-0410-9bf9-f77b7e298cf2
* absolute seek debugging with 1-8 keys (disabled by default)arpi2001-08-221-3/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1628 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed ugly switch/goto hackarpi2001-08-221-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1627 b3059339-0415-0410-9bf9-f77b7e298cf2
* if option -sub filename.utf then switch sub_utf8 onatlka2001-08-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1605 b3059339-0415-0410-9bf9-f77b7e298cf2
* libDVDread supportarpi2001-08-201-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1597 b3059339-0415-0410-9bf9-f77b7e298cf2
* more messages for translator :)arpi2001-08-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1585 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. mp_msgt->mp_msgarpi2001-08-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1584 b3059339-0415-0410-9bf9-f77b7e298cf2
* erros emssages moved to help_mp.h for translationarpi2001-08-181-45/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1583 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf->mp_msg/mp_dbgarpi2001-08-171-105/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1568 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_msg initarpi2001-08-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1565 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to proper subfont bar positioning and char spaceing - sub.catlka2001-08-161-5/+5
| | | | | | | changes to scale from 0.100 to 0..255 for proper OSD displaying - mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1549 b3059339-0415-0410-9bf9-f77b7e298cf2
* display number of decoded frames (for progr. mpeg2)arpi2001-08-161-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1547 b3059339-0415-0410-9bf9-f77b7e298cf2
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-131-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1505 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-13/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
* PTS calc updates, fixes, cleanups, mess...arpi2001-08-121-35/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1499 b3059339-0415-0410-9bf9-f77b7e298cf2
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1498 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup...arpi2001-08-121-42/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1497 b3059339-0415-0410-9bf9-f77b7e298cf2
* better fix - now it's backward compatiblearpi2001-08-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1488 b3059339-0415-0410-9bf9-f77b7e298cf2
* VCD fixarpi2001-08-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1487 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-111-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1486 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI pts/seek fixes, VBR support, faster NI seekarpi2001-08-111-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1482 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'too slow' message is fixed - better detection now based on both drop_cnt ↵arpi2001-08-101-11/+11
| | | | | | and A-V sync git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1479 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream opening -> open.c, initialframes ignoredarpi2001-08-091-95/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1468 b3059339-0415-0410-9bf9-f77b7e298cf2
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-081-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1467 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg12 fix - now passing sequence headerarpi2001-08-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1463 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seekarpi2001-08-071-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1460 b3059339-0415-0410-9bf9-f77b7e298cf2
* old InitialFrames stuff disabled - should work without itarpi2001-08-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1458 b3059339-0415-0410-9bf9-f77b7e298cf2
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1457 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. 10l again...arpi2001-08-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1450 b3059339-0415-0410-9bf9-f77b7e298cf2
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1449 b3059339-0415-0410-9bf9-f77b7e298cf2
* -autoq option...arpi2001-08-041-8/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1440 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-011-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1431 b3059339-0415-0410-9bf9-f77b7e298cf2
* contrast/brightness/etc patch (temporary)arpi2001-08-011-0/+87
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1430 b3059339-0415-0410-9bf9-f77b7e298cf2
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-311-12/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1429 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 supportarpi2001-07-301-3/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1423 b3059339-0415-0410-9bf9-f77b7e298cf2
* nosound avi seeking fixedarpi2001-07-291-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1422 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolote frame_corr_* stuffarpi2001-07-291-19/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1421 b3059339-0415-0410-9bf9-f77b7e298cf2
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1411 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cosmetics fixarpi2001-07-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1407 b3059339-0415-0410-9bf9-f77b7e298cf2
* seeking code moved out from mplayer.c -> seek.carpi2001-07-281-226/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1406 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg seeking fixedarpi2001-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1403 b3059339-0415-0410-9bf9-f77b7e298cf2
* using sh_video->i_bps...arpi2001-07-281-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1402 b3059339-0415-0410-9bf9-f77b7e298cf2
* stage2 step 1arpi2001-07-281-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1401 b3059339-0415-0410-9bf9-f77b7e298cf2
* grab.mpg fixedarpi2001-07-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1383 b3059339-0415-0410-9bf9-f77b7e298cf2
* file-format detection stuff moved out from mplayer.c to demuxer.c and ↵arpi2001-07-211-363/+24
| | | | | | dec_video.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1376 b3059339-0415-0410-9bf9-f77b7e298cf2
* a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more ↵arpi2001-07-211-52/+51
| | | | | | used after initialization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-201-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1354 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg PES steram support (only 1E0 & 1C0 packets, no 1BA/1BB headers)arpi2001-07-161-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1339 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more cleanuparpi2001-07-161-41/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1335 b3059339-0415-0410-9bf9-f77b7e298cf2
* ds->type removed - using id-based audio format detection in mplayer.carpi2001-07-161-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1332 b3059339-0415-0410-9bf9-f77b7e298cf2
* d_audio->type stuff fixedarpi2001-07-161-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1331 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup - fixed warnings, removed old stuff, moved audio resync to ↵arpi2001-07-161-48/+12
| | | | | | dec_audio git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a typo and wrong varname.atmos42001-07-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc ↵atmos42001-07-081-2/+21
| | | | | | have higher precedence, so they can override -afm/-vfm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1300 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-20/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1297 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 timing & fps fix for ffmpeg12 codecarpi2001-07-081-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1296 b3059339-0415-0410-9bf9-f77b7e298cf2
* video codec stuff moved to dec_video.carpi2001-07-081-330/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1292 b3059339-0415-0410-9bf9-f77b7e298cf2
* some code clanup (first step to libdemuxer)arpi2001-07-071-54/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replaced LGBs video codec forcing change with mine for audio and video ↵atmos42001-07-071-16/+10
| | | | | | codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1287 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vcodec option (maybe some other name would be better though) to select ↵lgb2001-07-061-0/+11
| | | | | | between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHO git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1286 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dsp option removed, displaying help text (-ao oss:dsp_path)alex2001-07-021-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1256 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec zero frame DivX flickering fixedarpi2001-06-301-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1251 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional libavcodec (ffmpeg) supportarpi2001-06-301-0/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1249 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dumpvideo stores frame size for avi/asf video frames (for ffmpeg testing)arpi2001-06-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added some nice vo/ao info.atmos42001-06-271-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1238 b3059339-0415-0410-9bf9-f77b7e298cf2
* fatal-error printfs moved stdout->stderrarpi_esp2001-06-241-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1218 b3059339-0415-0410-9bf9-f77b7e298cf2
* sub at key=0 fixedarpi_esp2001-06-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1205 b3059339-0415-0410-9bf9-f77b7e298cf2
* egy hulye kis checking kimaradt az strcspn fv. jovoltabolal3x2001-06-211-8/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1191 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo/ao_subdevice implementedal3x2001-06-211-17/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1184 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>arpi_esp2001-06-211-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1178 b3059339-0415-0410-9bf9-f77b7e298cf2
* has_audio checkings at reset and exit addedal3x2001-06-181-72/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1157 b3059339-0415-0410-9bf9-f77b7e298cf2
* -frames 0 fixedarpi_esp2001-06-131-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1126 b3059339-0415-0410-9bf9-f77b7e298cf2
* -frames and -benchmark options to make chl & gabucino happyarpi_esp2001-06-131-4/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1125 b3059339-0415-0410-9bf9-f77b7e298cf2
* remoevd unneeded soundcard.h includesarpi_esp2001-06-081-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1060 b3059339-0415-0410-9bf9-f77b7e298cf2
* libao2 uninit fixedarpi_esp2001-06-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>arpi_esp2001-06-061-6/+4