summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-207-88/+112
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19148 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated mpeg_packetizer include to new localizationben2006-07-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19147 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved mpeg_packetizer helpers to libmpdemuxben2006-07-194-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19146 b3059339-0415-0410-9bf9-f77b7e298cf2
* added myself as maintainer of vo_ivtv driverben2006-07-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19145 b3059339-0415-0410-9bf9-f77b7e298cf2
* added reference to ivtv vo driverben2006-07-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19144 b3059339-0415-0410-9bf9-f77b7e298cf2
* added reference to ivtv card in mpegpes decoder infoben2006-07-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19143 b3059339-0415-0410-9bf9-f77b7e298cf2
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderben2006-07-193-0/+334
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19142 b3059339-0415-0410-9bf9-f77b7e298cf2
* new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo ↵ben2006-07-193-0/+327
| | | | | | drivers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19141 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quit on eof, was broken by r17150rtogni2006-07-191-0/+2
| | | | | | | Noticed by LR hephooey gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19140 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, i broke this with my last commit. should be fixed now.rfelker2006-07-192-5/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19139 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, i missed ifdefs around the callsrfelker2006-07-192-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19138 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove duplicate code and fix issue of compiling mmx code when werfelker2006-07-191-5/+1
| | | | | | | shouldn't in one fell swoop! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19137 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not compile mmx/sse/3dnow code if not availablerfelker2006-07-191-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19136 b3059339-0415-0410-9bf9-f77b7e298cf2
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19135 b3059339-0415-0410-9bf9-f77b7e298cf2
* move -ass on top of -ass-* optionskraymer2006-07-182-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19134 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19131: 10l to someone..kraymer2006-07-181-3/+3
| | | | | | | users were complaining on the list that -mf w=...:h=... would not scale their images for them... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19133 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l compilation fix: misplaced tagdiego2006-07-181-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19132 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to someone..rfelker2006-07-181-2/+2
| | | | | | | | users were complaining on the list that -mf w=...:h=... would not scale their images for them... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19131 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r537 (api change)lorenm2006-07-182-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix use of uninitialized variableuau2006-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19129 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove vorbis and theora support by request of ivanmichael2006-07-171-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19128 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typo, please check compilation before committing.diego2006-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19127 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify H.264 global header formatmichael2006-07-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19126 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent buffer underflow; the code is still incorrect and leads to desync ↵nicodvb2006-07-161-10/+19
| | | | | | but at least it doesn't crash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19125 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops, r18816 was actually missing in previous commitkraymer2006-07-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19124 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-161-10/+5
| | | | | | | | | | | r18916: Modifies behavior of -edlout r18818: kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat r18816: [directly applied by attila] r18815: fail with an error if the source resolution is larger than 1023x1023 when using -vo (x)mga r18716: Remove misleading Encrypted VOB message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19123 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19081: Update some old and crufty sections.kraymer2006-07-162-48/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19122 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19097: wording fix; default dvb tuning timeout is now 30 secondskraymer2006-07-161-3/+19
| | | | | | | | r19099: new black frame detection filter r19101: print frame type and keep track of last encountered keyframe git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19121 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-162-118/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19120 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19050: grammar and consistency fixeskraymer2006-07-161-29/+29
| | | | | | | | r19051: alphabetical order for the OSD/SUB section r19052: Rename OSD/SUB section to OSD/SUBTITLES. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19119 b3059339-0415-0410-9bf9-f77b7e298cf2
* r18964: wording fixkraymer2006-07-162-8/+58
| | | | | | | | r18930: Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem r18917: document the change on -edlout's behavior git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19118 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync of ports.xml:kraymer2006-07-161-11/+55
| | | | | | | | | | r19104: CVS --> SVN r18923: Update MPlayerOSX checkout commandlines with subversion commandline r18843: typo/grammar fixes r18842: More information on how to compile MPlayer on OSX with extra features git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19117 b3059339-0415-0410-9bf9-f77b7e298cf2
* some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ ↵kraymer2006-07-164-42/+41
| | | | | | onlinehome.de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19116 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several strings inside structs as const when they hold just reynaldo2006-07-169-13/+13
| | | | | | | | | read-only information and modifies GetLanguage in Gui/mplayer/gtk/menu.c to cope which the changes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removes an unneeded cast. Patch by Stefan Huehner, stefan AT.. huehner.orgreynaldo2006-07-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19114 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several read-only string parameters and function return-values which ↵reynaldo2006-07-1610-14/+14
| | | | | | can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19113 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor arrangements to my entryreynaldo2006-07-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19112 b3059339-0415-0410-9bf9-f77b7e298cf2
* add stefan to AUTHORS file for his several cleanup patchesreynaldo2006-07-151-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19111 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify "extradata"michael2006-07-151-0/+13
| | | | | | | | comments welcome! if anyone disagrees ill reverse this and we can disscuss it, i just thought there wont be any disagreement and was too lazy to send a patch ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19110 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several read-only string parameters which aren't modified inside the ↵reynaldo2006-07-1517-21/+21
| | | | | | called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2
* now obsoletediego2006-07-151-14/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change sync tags to rXXXX.diego2006-07-1518-36/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change function declararation w/o parameters to the correct foo(void) syntax.diego2006-07-152-2/+2
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19106 b3059339-0415-0410-9bf9-f77b7e298cf2
* - sync and fixesboskicinek2006-07-158-318/+298
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19105 b3059339-0415-0410-9bf9-f77b7e298cf2
* - CVS --> SVNboskicinek2006-07-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19104 b3059339-0415-0410-9bf9-f77b7e298cf2
* help_mp-hu.h synced with r19087Gabrov2006-07-151-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hungarian docs & man page synced with r19101Gabrov2006-07-155-234/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19102 b3059339-0415-0410-9bf9-f77b7e298cf2
* print frame type and keep track of last encountered keyframeivo2006-07-152-3/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19101 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoivo2006-07-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19100 b3059339-0415-0410-9bf9-f77b7e298cf2
* new black frame detection filterivo2006-07-156-0/+163
| | | | | | | | by Brian J. Murrell, Julian Hall and me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19099 b3059339-0415-0410-9bf9-f77b7e298cf2
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
| | | | | | | | | is audio. This seems to be used for some audio-only streams. Fixes rtsp://ms.espectador.com/audio/app_metafiles/dol0606282.rm git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19098 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fix; default dvb tuning timeout is now 30 secondsnicodvb2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19097 b3059339-0415-0410-9bf9-f77b7e298cf2
* raise default tuning timeout to 30 seconds in order to give enough time to ↵nicodvb2006-07-141-1/+1
| | | | | | less sensitive cards; better tuners won't tune slower git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19096 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetical reformattingnicodvb2006-07-141-39/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19095 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplification in dvb_step_channelnicodvb2006-07-141-15/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19094 b3059339-0415-0410-9bf9-f77b7e298cf2
* force demuxer type to mpegts to speed up detection and avoid useless and ↵nicodvb2006-07-141-0/+2
| | | | | | slow probes; this doesn't prevent to use stream_dvb with demux_lavf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19093 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete filenicodvb2006-07-141-40/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19092 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved LOF macros from dvb_defaults.hnicodvb2006-07-141-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19091 b3059339-0415-0410-9bf9-f77b7e298cf2
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
| | | | | | | | | | sizeof(char) and similar 1 byte types, &&1, ||0, +0, -0, *1, *0 typical usage: ./checktree.sh -none -stupid -showcont somefile.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19090 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed never used macros; patch by zzam gentoo org (Matthias Schwarzott)nicodvb2006-07-141-51/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19089 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless commentivo2006-07-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-1422-1954/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark several string parameters that are not modified in the function as const.diego2006-07-1410-29/+29
| | | | | | | patch by Stefan Huehner, stefan at huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19086 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix line >79 charactersivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
| | | | | | | | | | The CVS-->Subversion conversion removed the ^M and it is impossible to check one back in. Setting svn:eol-style to CRLF or CR is not an option because it will change the whole file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19084 b3059339-0415-0410-9bf9-f77b7e298cf2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversionivo2006-07-141-16/+23
| | | | | | | | Note: commandline option(s) -(no)cvs changed to -(no)svn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update some old and crufty sections.diego2006-07-142-42/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19081 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msgdiego2006-07-141-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19080 b3059339-0415-0410-9bf9-f77b7e298cf2
* removes unused parentheses lefted behind in the r19075 sizeof(char) ↵reynaldo2006-07-143-9/+9
| | | | | | cleanups, noticed by dalias git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-135-325/+8
| | | | | | | It served no apparent purpose anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19078 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics to ease future patchingdiego2006-07-131-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking order. FontConfig should appear after libass.eugeni2006-07-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19076 b3059339-0415-0410-9bf9-f77b7e298cf2
* more sizeof(char) funreynaldo2006-07-134-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19075 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd-device should also be enabled when dvdnav_stream is requested but stream_dvddiego2006-07-131-2/+5
| | | | | | | | | is not (USE_DVDNAV && !USE_DVDREAD), since it is a valid configuration and there is no way of selecting the dvd device otherwise. patch by Emanuele Giaquinta, emanuele giaquinta at gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19074 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19072 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several function without a prototype which arent used outside its ↵reynaldo2006-07-137-45/+44
| | | | | | sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc, leftover on libm