summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* a tiny bit of cleanupmichael2006-07-241-77/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19178 b3059339-0415-0410-9bf9-f77b7e298cf2
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-245-42/+313
| | | | | | | | the +-1 issue is limited to >2tap vertical filters, so bilinear upscale was unaffected the new code is sometime faster sometimes slower but the difference is significant (~20%) so its optional and enabled with arnd=1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19177 b3059339-0415-0410-9bf9-f77b7e298cf2
* hu/ports.xml & man/hu/mplayer.1 synced with r19175Gabrov2006-07-242-19/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add simple edit list support to mov demuxer, it supports delay of audio and ↵atmos42006-07-231-0/+18
| | | | | | video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19175 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typo introduced in the memalign->av_malloc conversion (there is nopacman2006-07-231-1/+1
| | | | | | | mv_malloc) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as ↵reimar2006-07-231-28/+28
| | | | | | well! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify and and speedup generation of yuv2rgb and gamma map tablesreimar2006-07-231-37/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19172 b3059339-0415-0410-9bf9-f77b7e298cf2
* in some cases, vf_bmovl produces junk due to source andgpoirier2006-07-231-3/+3
| | | | | | | | | | | | destination stride mismatch. The attached patch fixes it by replacing memcpy with memcpy_pic. Patch by Jindrich Makovicka Original thread: Date: Jul 12, 2006 6:35 PM Subject: [MPlayer-dev-eng] [PATCH] vf_bmovl: respect destination stride git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19171 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vf pp7 overblurs still parts of the image, whichgpoirier2006-07-231-1/+2
| | | | | | | | | | | | have qp=1, and qp becomes zero after the >> 1. Modifying the threshold table for qp=0 so it copies the qp=1 case seems to fix the problem. Patch by Jindrich Makovicka % makovick AH gmail P com % Original thread: Date: Jul 22, 2006 2:55 PM Subject: [MPlayer-dev-eng] [PATCH] -vf pp7 artifacting in still MPEG2 images git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19170 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-232-97/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19169 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed now unnecessary defineben2006-07-231-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19168 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed now unnecessary variableben2006-07-231-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19167 b3059339-0415-0410-9bf9-f77b7e298cf2
* reuse send_mpeg_lpcm_packet() instead of the old packetizernicodvb2006-07-231-78/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Take start time into consideration when calculation percentage positionreimar2006-07-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19165 b3059339-0415-0410-9bf9-f77b7e298cf2
* in decode_audio() memset(0) unused memory in buf before returningnicodvb2006-07-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19164 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't do the work of mp_get_mp3_header() and, as a side effect, prevent a ↵nicodvb2006-07-231-2/+0
| | | | | | deadlock due to a missed cnt++ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19163 b3059339-0415-0410-9bf9-f77b7e298cf2
* the value returned by decode_audio() must be the amount of _decoded_ bytes ↵nicodvb2006-07-221-5/+7
| | | | | | (finally it's beginning t work: no more toomanypackets... message) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19162 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics/punctuation/spellingdiego2006-07-221-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19161 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename rtsp.c to stream_rtsp.c for consistency with other input modulesben2006-07-222-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Native MPEG4 SP/ASP/AP support in Matroska.rathann2006-07-222-0/+16
| | | | | | | Patch by Aurelien Jacobs and myself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19159 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation if DVB is not definedben2006-07-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19158 b3059339-0415-0410-9bf9-f77b7e298cf2
* display the right MPEG packet typeben2006-07-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19157 b3059339-0415-0410-9bf9-f77b7e298cf2
* use new mpeg_packetizer helpersben2006-07-222-69/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19156 b3059339-0415-0410-9bf9-f77b7e298cf2
* my_write() must return the bytes writtennicodvb2006-07-221-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19155 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: comments and reindentation asked by gxbennicodvb2006-07-222-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19154 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundnicodvb2006-07-224-143/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix, patch by Aidan Thornton % makomk # lycos P co P uk %gpoirier2006-07-211-2/+2
| | | | | | | | | | Original thread: Date: Jul 20, 2006 10:15 PM Subject: [MPlayer-dev-eng] [PATCH] Make Win32 GUI compile again (broken by const fixes) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19152 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync r19134gpoirier2006-07-211-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19151 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated french man page with vo_ivtv descriptionben2006-07-211-3/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19150 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated english man page with vo_ivtv descriptionben2006-07-211-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19149 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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-f7