summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If parsing a seek head fails then mplayer should try continue parsing the ↵mosu2006-11-071-0/+9
| | | | | | file after the seek head. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add our own CODEC_ID -> fourcc translation tables so we do not needreimar2006-11-071-0/+22
| | | | | | | | | | to put them into ffmpeg. Also adds support for S24BE and S8 audio formats, which fixes e.g. http://samples.mplayerhq.hu/A-codecs/MACE/Bach1-1.aiff and http://samples.mplayerhq.hu/MXF/ebu_small.mxf . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20749 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20650 inverted the gtk1 check before setting charset, thisreimar2006-11-071-5/+1
| | | | | | | | disabling all charset conversions. Fix to always use UTF-8 as default now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20748 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove stray comment linekraymer2006-11-071-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking on Cygwin and remove nonsense lseek64 --> lseek indirection,diego2006-11-073-7/+4
| | | | | | | all in one fell swoop. Patch by yours truly accepted upstream. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bogus comment lines.diego2006-11-072-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always compile with -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 like upstream.diego2006-11-071-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20744 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove dead defines (spotted by mphelp_check.py)kraymer2006-11-0716-90/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20743 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix format identifiers mismatchkraymer2006-11-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial (partially, about 40%) translation.voroshil2006-11-071-0/+4905
| | | | | | | | | | | | | | | | | | | | Patch from Andrew Savchenko birkoph at list ru with small fixes. Translated sections: menc-feat-dvd-mpeg4 Sections to translate: menc-feat-telecine menc-feat-enc-libavcodec menc-feat-xvid menc-feat-x264 menc-feat-video-for-windows menc-feat-vcd-dvd git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASgpoirier2006-11-072-10/+6
| | | | | | | | | | Patch by Nigel Pearson % nigel A ind P tansu P com P au % Original thread: Date: Nov 6, 2006 10:43 PM Subject: [Ffmpeg-devel] [PATCH] swscale uses /nop, illegal for old versions of GAS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.diego2006-11-0635-324/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix: when copying ass_force_style_list, ending 0 was left out.eugeni2006-11-061-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20738 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2006-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20737 b3059339-0415-0410-9bf9-f77b7e298cf2
* output cosmeticsdiego2006-11-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 3.11.2006jheryan2006-11-0620-27/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20735 b3059339-0415-0410-9bf9-f77b7e298cf2
* Calculate text bounding box in a way that does not depend on actual glypheugeni2006-11-061-36/+15
| | | | | | | | bitmaps. Each glyph is considered to be bounded by (origin, origin + advance) horizontally, and (max font ascender, max font descender) vertically. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't let the program speak as 'I'.diego2006-11-061-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove hackish setting of extra libraries through --enable-static=-lfoo,diego2006-11-061-5/+1
| | | | | | | --extra-libs is supposed to be used for this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20732 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove deprecated install-path option.diego2006-11-061-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20731 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammar/wording/consistency for the help outputdiego2006-11-061-202/+194
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20730 b3059339-0415-0410-9bf9-f77b7e298cf2
* WIN32 was already being set from config.h.diego2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix index-based seeking in audio-only files, fixes bug #621reimar2006-11-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20728 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf->mp_msgrtogni2006-11-051-13/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typo (noticed by jerome.ferrari lappis com)kraymer2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20726 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.cvoroshil2006-11-051-1/+28
| | | | | | | | | r20706: some fixes for latest demux_mkv messages r20711: MSGTRs for demux_avi.c r20712: better wording for "workarounding" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20725 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.diego2006-11-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20724 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial partial translation of man page voroshil2006-11-051-0/+10238
| | | | | | | | | | | | | | | | | (synced with last SVN). TODO: Translate sections: "VIDEO OUTPUT DRIVERS" "DECODING/FILTERING OPTIONS" "AUDIO FILTERS" "VIDEO FILTERS" "GENERAL ENCODING OPTIONS" "CODEC SPECIFIC ENCODING OPTIONS" Resolve all FIXME issues. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.eugeni2006-11-054-2/+8
| | | | | | | | | | Recent libass api changes moved fontconfig initialization to filter's config() function. It is bad, because cache update can take a long time, resulting in unpleasant sound effects. This change restores the original behaviour. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20722 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20699: Missing <option> tagvoroshil2006-11-051-25/+21
| | | | | | | | | | | | r20700: A bunch of missing <systemitem class="library"> tags r20701: Don't break a paragraph in a middle of a thought r20702: Remove ugly indentation in <screen> tags r20703: Better wording, especially if hyperlinks are not visible r20704: Better URL markup r20705: Unify ./configure script handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)reimar2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta ↵diego2006-11-051-3/+2
| | | | | | iki fi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: indentation fix.eugeni2006-11-051-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20718 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation: forgotten mp_msg.h includereimar2006-11-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix an obvious typo.eugeni2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20716 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf ->mp_msgrtogni2006-11-051-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the following compiler warnings:eugeni2006-11-051-2/+1
| | | | | | | | | ass.c:999: warning: unused variable 'i' ass.c:1041: warning: pointer targets in assignment differ in signedness ass.c:1043: warning: pointer targets in assignment differ in signedness git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use abort()rtogni2006-11-051-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20713 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording for "workarounding"kraymer2006-11-052-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20712 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGTRs for demux_avi.ckraymer2006-11-052-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add 4XM audio.diego2006-11-051-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r20705torinthiel2006-11-051-341/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20709 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.ckraymer2006-11-051-1/+24
| | | | | | | r20706: some fixes for latest demux_mkv messages git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20708 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellfix and improvement suggested by Wanderernicodvb2006-11-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20707 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixes for latest demux_mkv messageskraymer2006-11-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify ./configure script handlingtorinthiel2006-11-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better URL markuptorinthiel2006-11-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording, especially if hyperlinks are not visibletorinthiel2006-11-051-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove ugly indentation in <screen> tagstorinthiel2006-11-051-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't break a paragraph in a middle of a thoughttorinthiel2006-11-051-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20701 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bunch of missing <systemitem class="library"> tagstorinthiel2006-11-051-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing <option> tagtorinthiel2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20699 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording for note about utf-8kraymer2006-11-051-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20698 b3059339-0415-0410-9bf9-f77b7e298cf2
* note for translators to use utf-8 encoding for help_mp files and xml docskraymer2006-11-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20697 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MSGTR_MPDEMUX_MKV for demux_mkv.ckraymer2006-11-052-38/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20696 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20693Gabrov2006-11-053-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20695 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix overly long linekraymer2006-11-051-1/+2
| | | | | | | fix line break git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20694 b3059339-0415-0410-9bf9-f77b7e298cf2
* markup fixkraymer2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20693 b3059339-0415-0410-9bf9-f77b7e298cf2
* version bump, no changes madekraymer2006-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync w/ en/mplayer.1 (6)kraymer2006-11-051-48/+832
| | | | | | | | | | | | Add section "VIDEO OUTPUT DRIVERS" Only mid part (still a big part) unfinished (3 FILTERs' sections and 2 MENCODER's sections) patch by Sheldon Jin (jinsh2 yahoo.com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20691 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency/grammardiego2006-11-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20690 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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