summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: wrong height value used in font size calculation.eugeni2006-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious line.diego2006-08-311-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for requirements at configure-time, not at run-time.diego2006-08-312-5/+4
| | | | | | | patch by Vladimir Voroshilov, voroshil <at> gmail <dot> com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve radio command descriptions.diego2006-08-311-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not cast calloc/malloc resultsreimar2006-08-311-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19612 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix ugly one-space indentation in radio check.diego2006-08-311-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19611 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r19569gpoirier2006-08-311-14/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19610 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/markup fixesdiego2006-08-311-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19609 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19606: documented -lavfdoptskraymer2006-08-311-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19608 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention -demuxer lavf in the dvb input sectionnicodvb2006-08-301-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19607 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -lavfdoptsnicodvb2006-08-301-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19606 b3059339-0415-0410-9bf9-f77b7e298cf2
* split in 2 'horribly long line'nicodvb2006-08-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19605 b3059339-0415-0410-9bf9-f77b7e298cf2
* added lavfdopts to pass options to libavformatnicodvb2006-08-302-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19604 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure opt.h is present when detecting libavformatnicodvb2006-08-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19599: Improve radio section.kraymer2006-08-301-3/+69
| | | | | | | | | | r19591: fixe some typos and formatting of -radio entry r19574: Radio support r19571: Add missing backslashes. r19569: Add -(no)ass-use-margins option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid a potential strdup(NULL)rtogni2006-08-301-5/+1
| | | | | | | Fix sig11 with rtsp://wms.stream.aol.com/aol/us/moviefone/movies/2006/jesuscamp_027214/prestigethe_trlr_01_460.wmv git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19601 b3059339-0415-0410-9bf9-f77b7e298cf2
* make the C code of the swscaler which i wrote LGPLmichael2006-08-304-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve radio section.diego2006-08-291-17/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change default font family and color for plain text subs.eugeni2006-08-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19598 b3059339-0415-0410-9bf9-f77b7e298cf2
* accept dvdnav version >= 0.2.0; the previous code failed because the check ↵nicodvb2006-08-291-1/+2
| | | | | | test 020 -ge 0110 failed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19597 b3059339-0415-0410-9bf9-f77b7e298cf2
* complete range of frequencies for Ireland; patch by gmccullagh gmail comnicodvb2006-08-291-10/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19596 b3059339-0415-0410-9bf9-f77b7e298cf2
* description of radio slave commands, copied from TV command descriptions :-)reimar2006-08-291-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix: strdup of NULL value.eugeni2006-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19594 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19265: how to encode to PSP format (patch by Christian Obst, christian_obst ↵kraymer2006-08-291-1/+45
| | | | | | gmx de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19593 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar/wording/markup fixesdiego2006-08-291-19/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19592 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixe some typos and formatting of -radio entrykraymer2006-08-291-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apply -ass-force-style also to tracks generated from subdata.eugeni2006-08-292-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build after radio commit, patch by Jindrich Makovicka.diego2006-08-293-11/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19589 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix build failure when ASS is disabledaurel2006-08-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19588 b3059339-0415-0410-9bf9-f77b7e298cf2
* ftp.mplayerhq.hu --> upload.mplayerhq.hudiego2006-08-2817-31/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: reindent, remove tabs and break overlong lines.reimar2006-08-281-75/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: fix indentation after last patchreimar2006-08-281-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hardware EOSD (ass) support.reimar2006-08-281-2/+88
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19584 b3059339-0415-0410-9bf9-f77b7e298cf2
* "global header" support, this is pretty much just copy and pasted code from michael2006-08-281-0/+36
| | | | | | | | | libavcodec/x264.c and libmpcodecs/ve_lavc.c, with it -ovc x264 can be used together with lavf to make working .psp files amongth other things feel free to reverse, flame, ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19583 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add EOSD support to vf_vo.eugeni2006-08-282-4/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot that AUTHORS has multiple sections and ended up puttingreimar2006-08-281-3/+3
| | | | | | | Vladimir Voroshilov into GUI skin section :-( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Part of radio patch by Vladimir Voroshilov (voroshil gmail com) that did not ↵reimar2006-08-281-0/+42
| | | | | | apply cleanly before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19580 b3059339-0415-0410-9bf9-f77b7e298cf2
* svn diff does not show files you forgot to add, so recommend of svn status, tooreimar2006-08-281-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten documentation part of radio support patchreimar2006-08-282-0/+234
| | | | | | | by Vladimir Voroshilov (voroshil gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19578 b3059339-0415-0410-9bf9-f77b7e298cf2
* bug fix for starting gmplayer with -fs when using the sub windowvayne2006-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19577 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_colorkey change to avoid clashes with other black windowsvayne2006-08-281-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19576 b3059339-0415-0410-9bf9-f77b7e298cf2
* segfault fixmichael2006-08-281-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-2819-0/+1428
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore '*' at the beginning of style name.eugeni2006-08-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix font scaling taking margins into account.eugeni2006-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19572 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing backslashes.diego2006-08-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19571 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r19561gpoirier2006-08-281-176/+961
| | | | | | | patch by Savchenko Andrew % Bircoph A list.ru % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -(no)ass-use-margins option.eugeni2006-08-285-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 25.8.2006jheryan2006-08-289-166/+137
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 25.8.2006jheryan2006-08-281-117/+224
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 25.8.2006jheryan2006-08-281-18/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19566 b3059339-0415-0410-9bf9-f77b7e298cf2
* live.com --> LIVE555diego2006-08-2814-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move MLIB_LIB to COMMON_LIBS.diego2006-08-271-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: fix indentation after r19562.eugeni2006-08-271-29/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Transition effects support.eugeni2006-08-271-22/+113
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19562 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify font load message.diego2006-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reenable some encoders even for MPlayer-only compilation, some filters need it.diego2006-08-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only add include flags if cc_check succeeded.diego2006-08-271-17/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove XMMS_CFLAGS from CFLAGS, the variable is never set.diego2006-08-272-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19558 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify messages.diego2006-08-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Zero fill ass_settings_t before use.eugeni2006-08-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mixed up from and to charsets in iconv open failure message.reimar2006-08-271-1/+1
| | | | | | | Patch by Zuxy Meng zuxy.meng at gmail com. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.diego2006-08-261-21/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous --with-termcaplib option.diego2006-08-261-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --extra-libs option to pass linker flags.diego2006-08-262-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify ass_glyph_cache_reset().eugeni2006-08-261-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mingw compilationreimar2006-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: recommit patch changing return values to definesreimar2006-08-261-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recreate tcp.c as partial copy from network.creimar2006-08-261-0/+242
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19548 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove to allow readding as copy from network.creimar2006-08-261-291/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of demux_aid_vid_mismatch mess.reimar2006-08-266-62/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reset glyph cache on reconfigure.eugeni2006-08-263-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add right and left margins support to libass.eugeni2006-08-262-4/+18
| | | | | | | Add ability to not use margins even when they are available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19544 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't try to autodetect aac in pes packets (the detection is prone to give ↵nicodvb2006-08-261-17/+2
| | | | | | wrong results); use the stream_type from the PMT instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove --with-madlibdir option, it never worked anyway.diego2006-08-261-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Further fullscreen switching improvements. Fixes sub window position bug ↵vayne2006-08-262-15/+22
| | | | | | when exiting a file from fullscreen. Fixes sub window position when switching between windows and fullscreen modes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19541 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented new slave mode commandsben2006-08-261-0/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19540 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended slave mode with metadata retrieval commandsben2006-08-263-0/+123
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19539 b3059339-0415-0410-9bf9-f77b7e298cf2
* added new helpers to allow easy metadata retrieval and make libmenu use themben2006-08-253-126/+249
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19538 b3059339-0415-0410-9bf9-f77b7e298cf2
* if double buffering is enabled, but vbeSetDisplayStart() fails, turn double ↵ben2006-08-251-1/+6
| | | | | | buffering off (also adds support for VESA output under VMware). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19537 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated sample of libmenu config file with latest improvementsben2006-08-251-1/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19536 b3059339-0415-0410-9bf9-f77b7e298cf2
* new option for libmenu that allow display of properties and metadata of ↵ben2006-08-252-1/+160
| | | | | | currently played stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19535 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable that is contained in COMMON_LIBS.diego2006-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19534 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variables that are contained in COMMON_LIBS.diego2006-08-251-7/+0
<