summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synced with r20586Gabrov2006-11-051-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split too long line into a number of small onevoroshil2006-11-051-1/+3
| | | | | | | as noticed by Thorinthiel. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20688 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always respect w and h params to mpcodecs_config_vo overreimar2006-11-051-6/+2
| | | | | | | | | sh->disp_w and sh->disp_h, otherwise it will break when the resolution changes mid-stream, like in http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20687 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20682: punctuation, full stop -> commavoroshil2006-11-051-3/+2
| | | | | | | fixed missing untranslated part git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20686 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) remove unneeded tabstorinthiel2006-11-051-41/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20685 b3059339-0415-0410-9bf9-f77b7e298cf2
* reccomend the usage of :tsaf with :format=dvd in -mpegoptsnicodvb2006-11-051-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20684 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention :tsaf on every instance of -mpegopts format=dvdnicodvb2006-11-051-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20683 b3059339-0415-0410-9bf9-f77b7e298cf2
* punctuation, full stop -> commatorinthiel2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove empty variable.diego2006-11-051-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20681 b3059339-0415-0410-9bf9-f77b7e298cf2
* output cosmeticsdiego2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some echo -n occurrences, patch by sci-fi@hush.ai.diego2006-11-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20679 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20677Gabrov2006-11-0419-44/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20678 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: reformatted with only tabsnicodvb2006-11-041-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20677 b3059339-0415-0410-9bf9-f77b7e298cf2
* use calloc() instead of malloc()nicodvb2006-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20676 b3059339-0415-0410-9bf9-f77b7e298cf2
* nonsense removal: compare old and new frequency in order to skip tuningnicodvb2006-11-042-43/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrigendum 1michael2006-11-041-2/+3
| | | | | | | | | | | change chapter_id from v to s to allow negative chapter_id as required by the spec text change was unanimously accepted (rich, oded, myself) this change should not break any existing muxers or demuxers, with the exception of assumtations about (non)overlapping chapters git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around Windows focus problem with -vo glreimar2006-11-041-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20673 b3059339-0415-0410-9bf9-f77b7e298cf2
* ass renderer absolutely needs readable target mpi.reimar2006-11-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove completely useless cursor variable.reimar2006-11-041-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20671 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg fraps video decoder.diego2006-11-041-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20670 b3059339-0415-0410-9bf9-f77b7e298cf2
* More precise bounding box calculation for karaoke effects.eugeni2006-11-041-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dummy EnumDisplaySettingsA, required by frapsvid.dll 2.8.1rtogni2006-11-041-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20668 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/hu to UTF-8kraymer2006-11-0418-6507/+6507
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20667 b3059339-0415-0410-9bf9-f77b7e298cf2
* SHOULD not -> SHOULD NOTods152006-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20666 b3059339-0415-0410-9bf9-f77b7e298cf2
* intromichael2006-11-041-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify state of openal ao.reimar2006-11-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended/reworked fontconfig test to work without pkg-config with versionsreimar2006-11-041-10/+10
| | | | | | | that need -lz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20663 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed email addresshenry2006-11-045-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20662 b3059339-0415-0410-9bf9-f77b7e298cf2
* no real change needed for r20657voroshil2006-11-041-6/+10
| | | | | | | r20658: (cosmetics) Unify and clarify blank lines usage git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with r20637torinthiel2006-11-041-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r20658torinthiel2006-11-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20659 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) Unify and clarify blank lines usagetorinthiel2006-11-041-5/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move "and" to end of list, improves grammartorinthiel2006-11-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20657 b3059339-0415-0410-9bf9-f77b7e298cf2
* update for r20654henry2006-11-041-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20656 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass the interlacing info to the filter chainhenry2006-11-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20655 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix quantizer export for interlaced videohenry2006-11-041-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer microsoft-specific charmaps to all other.eugeni2006-11-031-0/+20
| | | | | | | | There are some fonts with both 'Unicode' and 'Microsoft/Unicode' charmaps, and the second always seems to be the right choice. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20653 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't set the resolution for dvr-ms files: in the asf headers it seems tonicodvb2006-11-031-0/+5
| | | | | | | | be always set incorrectly; the decoder will deal with it much better. Patch by John Donaghy (johnfdonaghy gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-036-98/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20651 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove charset files (all of them are in UTF-8 now anyway)kraymer2006-11-0327-31/+4
| | | | | | | change build system accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20650 b3059339-0415-0410-9bf9-f77b7e298cf2
* attempt to fix the unbound future frame issue with keyframes on the muxer sidemichael2006-11-031-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20649 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document ao_openal.diego2006-11-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20648 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2nd try for a keyframe definitionmichael2006-11-031-5/+9
| | | | | | | based on richs comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20647 b3059339-0415-0410-9bf9-f77b7e298cf2
* partial syncgpoirier2006-11-031-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20646 b3059339-0415-0410-9bf9-f77b7e298cf2
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-0310-94/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20645 b3059339-0415-0410-9bf9-f77b7e298cf2
* no real change need for r20586, updating sync tagvoroshil2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20644 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing tag updatevoroshil2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20643 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20637:libmpdvdkit no longer exists.voroshil2006-11-031-5/+4
| | | | | | | no real change need for r20614 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20642 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20620: better description for -correct-ptskraymer2006-11-031-6/+11
| | | | | | | | | r20621: typo, roff markup r20633: libmpdvdkit2 --> libdvdcss r20639: fix typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20641 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20571: cvidix trickskraymer2006-11-033-9/+17
| | | | | | | | | r20572: (doesn't apply) r20614: another missing <application> r20637: libmpdvdkit no longer exists. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20640 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typokraymer2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20639 b3059339-0415-0410-9bf9-f77b7e298cf2
* keyframe definitionmichael2006-11-031-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20638 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit no longer exists.diego2006-11-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20637 b3059339-0415-0410-9bf9-f77b7e298cf2
* I'm effectively maintaining libdvdcss and libdvdread.diego2006-11-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20636 b3059339-0415-0410-9bf9-f77b7e298cf2
* main header typomichael2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20635 b3059339-0415-0410-9bf9-f77b7e298cf2
* move file up so its found first, this probably improves readabilitymichael2006-11-031-47/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20634 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdcssdiego2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20633 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdreaddiego2006-11-032-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20632 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpdvdkit2 --> libdvdread, it just contains libdvdread now.diego2006-11-0326-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20631 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray line.diego2006-11-031-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move libdvdcss into its own subdirectory.diego2006-11-0319-66/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20629 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless/redundant SYS_LINUX and _REENTRANT defines from CFLAGS.diego2006-11-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20628 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless default target.diego2006-11-031-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20627 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the rest of the config.h parameters to the Makefile.diego2006-11-032-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set.diego2006-11-031-33/+0
| | | | | | | Also remove the corresponding else case, it was unreachable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20625 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump version numberdiego2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20624 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove options not present in upstream config.h.in.diego2006-11-031-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20623 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync some cosmetics from upstream.diego2006-11-031-20/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20622 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, roff markupdiego2006-11-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20621 b3059339-0415-0410-9bf9-f77b7e298cf2
* better description for -correct-ptsuau2006-11-031-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement loading subtitles from memory.eugeni2006-11-032-24/+102
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix: sub_recode could deallocate global sub_cp under some circumstances.eugeni2006-11-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20618 b3059339-0415-0410-9bf9-f77b7e298cf2
* - random fixestorinthiel2006-11-031-228/+233
| | | | | | | | | - cosmetics, remove undesired indentation - cosmetics, unify empty lines usage git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20617 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync w/ en/mplayer.1 (5).kraymer2006-11-031-75/+405
| | | | | | | | | | add section "ENVIRONMENT VARIABLES" update 2 sections: "FILES", "EXAMPLES ..." patch by Sheldon Jin (jinsh2 yahoo com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r20614torinthiel2006-11-031-83/+142
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20615 b3059339-0415-0410-9bf9-f77b7e298cf2
* another missing <application>torinthiel2006-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support backspace for -vo gl/gl2 under Windowsreimar2006-11-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20613 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove accidential ';' (that's what too much C programming does to you ;-) )reimar2006-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for existence of libcdio_paranoia, not libcdio, since the former isreimar2006-11-021-1/+1
| | | | | | | what we actually need. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useless break in libcdio pkg-config checkreimar2006-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious $_inc_tmp in libcdio checkreimar2006-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace some chars with &#<somecode>; to allow make vim working properly ↵voroshil2006-11-021-2/+2
| | | | | | with unicode on koi8r locale. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set mpi stride, mostly fixes ↵reimar2006-11-021-0/+3
| |