summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* renaming ARCH_BFIN to HAVE_BFINmhoffman2007-08-313-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make DGA 1 and DGA 2 separately selectable.diego2007-08-311-25/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24308 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-312-2/+2
| | | | | | | | | | | | mga_vid_test.c: In function ‘main’: mga_vid_test.c:157: warning: unused parameter ‘argc’ mga_vid_test.c:157: warning: unused parameter ‘argv’ tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:26: warning: unused parameter ‘argc’ tdfx_vid_test.c:26: warning: unused parameter ‘argv’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless forward declarations.diego2007-08-311-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24306 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Sort some lines, whitespace changes.diego2007-08-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Sun VO driver for Denes Balatonicehoyos2007-08-301-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24304 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore some symlinked fileskraymer2007-08-300-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24303 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24301Gabrov2007-08-292-12/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24302 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace deleted linecompn2007-08-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small code simplification as suggested by Reimar:voroshil2007-08-291-18/+10
| | | | | | | | | | declare variables used only inside loop in those loop. Hope this will make code a bit easy to understand. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify code by using FFSWAPvoroshil2007-08-291-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24299 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) replace tabs with spacesvoroshil2007-08-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24298 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) fix indentation of previous commitvoroshil2007-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Hold/Release graphics (showing control chars asvoroshil2007-08-291-0/+13
| | | | | | | | graphics instead of spaces). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Flash/Steady (swapping foreground/background colors)voroshil2007-08-291-3/+19
| | | | | | | | and Conceal (filling following chars with spaces) control characters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24295 b3059339-0415-0410-9bf9-f77b7e298cf2
* suboption consistency, add fixme document -vivo suboptionscompn2007-08-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24294 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove planned features, ok by diegocompn2007-08-291-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24293 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r24137, patch by JRaSHkraymer2007-08-291-66/+113
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make charset constants naming consistantvoroshil2007-08-291-4/+4
| | | | | | | | (renamed according to specification). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Purge looooong obsolete remnants of vo_fsdga.diego2007-08-291-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused extern int declaration.diego2007-08-291-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Silence make's 'Please run configure again' if it was already run.cehoyos2007-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24288 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix up whitespace, indentation and similar things.diego2007-08-291-28/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking on Windows.diego2007-08-291-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24286 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-291-2/+4
| | | | | | | | | tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:28: warning: unused variable ‘ptr’ tdfx_vid_test.c:27: warning: unused variable ‘i’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24285 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-291-1/+0
| | | | | | | tdfx_vid.c:61: warning: ‘map_base’ defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build test programs with standard CFLAGS and use implicit rules.diego2007-08-291-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24283 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-291-0/+1
| | | | | | | | tdfx_vid_test.c: In function ‘main’: tdfx_vid_test.c:61: warning: incompatible implicit declaration of built-in function ‘memset’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg AC-3 decoder.diego2007-08-291-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24281 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-281-3/+3
| | | | | | | | pci_dev_ids.c:2404:18: warning: trigraph ??) ignored, use -trigraphs to enable pci_names.c:1733:23: warning: trigraph ??) ignored, use -trigraphs to enable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24280 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24216Gabrov2007-08-282-2/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24279 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2007-08-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24278 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-2825-62/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation by adding forgotten comma.iive2007-08-281-1/+1
| | | | | | | Noticed by Evrim Furuncu on irc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Conversion tables for Serbian/Croatian, Ukrainian and Greek charsets.voroshil2007-08-281-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless #ifdef HAVE_XVMC within get_format(), all of the functiondiego2007-08-281-2/+0
| | | | | | | is protected by that #ifdef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24274 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-3/+3
| | | | | | | | vd_ffmpeg.c: At top level: vd_ffmpeg.c:915: warning: 'get_format' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24273 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+0
| | | | | | | | vo_tdfx_vid.c: In function 'draw_image': vo_tdfx_vid.c:497: warning: unused variable 'stride' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24272 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-0/+1
| | | | | | | | vo_3dfx.c: In function 'create_window': vo_3dfx.c:189: warning: implicit declaration of function 'vo_x11_classhint' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24271 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-0/+1
| | | | | | | | vo_s3fb.c: In function 'enable': vo_s3fb.c:131: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24270 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+1
| | | | | | | vf_scale.c:359:92: warning: trigraph ??) ignored, use -trigraphs to enable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24269 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Add some explanatory comments to #endif directives.diego2007-08-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24268 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+0
| | | | | | | | ve_qtvideo.c: At top level: ve_qtvideo.c:109: warning: 'decompressor' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move channels option parsing code into separate routine.voroshil2007-08-281-67/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24266 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+1
| | | | | | | | font_load.c: In function 'read_font_desc': font_load.c:56: warning: unused variable 'fstate' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement X/27/0 packet decoding.voroshil2007-08-285-1/+81
| | | | | | | | | It contains information about navigation links. Modified patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24264 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add code to clear left and right borders not only top and bottom.reimar2007-08-281-2/+20
| | | | | | | Patch by Tomas Janousek (tomi nomi cz) with small modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24263 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-2819-27/+45
| | | | | | | | against instead of directly #including the C file and replace the many extern declarations by a proper header file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24262 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-0/+2
| | | | | | | | vo_xmga.c: At top level: mga_common.c:212: warning: 'mga_fullscreen' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24261 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-2/+0
| | | | | | | vo_directfb2.c:111: warning: 'tvnorm' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24260 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-2/+0
| | | | | | | | vo_xv.c:63: warning: redundant redeclaration of 'XShmGetEventBase' /usr/include/X11/extensions/XShm.h:80: warning: previous declaration of 'XShmGetEventBase' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24259 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+0
| | | | | | | | vo_svga.c:57: warning: redundant redeclaration of 'query_format' video_out_internal.h:38: warning: previous declaration of 'query_format' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24258 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+0
| | | | | | | | vo_aa.c: In function 'preinit': vo_aa.c:664: warning: redundant redeclaration of 'aa_displayrecommended' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24257 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-281-1/+1
| | | | | | | | mplayer/common.c: In function 'PutImage': mplayer/common.c:188: warning: unused variable 'yc' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark xx function as returning char, fixes:diego2007-08-281-1/+1
| | | | | | | avi-fix.c:18: warning: return type defaults to 'int' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Assume first xinerama screen, in case xmga couldattila2007-08-281-0/+9
| | | | | | | never figure out on which screen it is. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24253 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement 8/30 format 1 teletext packet decodingvoroshil2007-08-282-0/+85
| | | | | | | | | | It contains network id, network name, current date and time. patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typokraymer2007-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24251 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR15 is also a valid format for 4xm videortogni2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24250 b3059339-0415-0410-9bf9-f77b7e298cf2
* in stream_control() remove redefinition of d in a case block, previously ↵nicodvb2007-08-271-1/+0
| | | | | | assigned in the same function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24249 b3059339-0415-0410-9bf9-f77b7e298cf2
* in open_s() unified failure code in fail:nicodvb2007-08-271-20/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24248 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix wrong calculation of nbooleans that causes a crash on 64 bit systemsreimar2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set sample_rate and bit_rate from sh_audio as fallback in case sh_audio->wfreimar2007-08-271-0/+2
| | | | | | | is not available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.reimar2007-08-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify the addition of -g to some CFLAGS.diego2007-08-271-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24244 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move common link libs/objects into a variable.diego2007-08-271-9/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24243 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent linking orderdiego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24242 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not overwrite config.h unless it was changed. Mostly taken from FFmpeg.diego2007-08-271-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24241 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify linkage parameters.diego2007-08-271-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24240 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-4/+6
| | | | | | | | | | | | | | | realcodecs/drv4.c: In function 'RV20toYUV420CustomMessage': realcodecs/drv4.c:151: warning: unused variable 'temp' realcodecs/drv4.c:150: warning: unused variable 'pp1' realcodecs/drv4.c: In function 'build_crc': realcodecs/drv4.c:263: warning: unused variable 'b' realcodecs/drv4.c: In function 'RV20toYUV420Transform': realcodecs/drv4.c:295: warning: unused variable 'crc2' realcodecs/drv4.c:295: warning: unused variable 'crc1' realcodecs/drv4.c:295: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24239 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-2/+4
| | | | | | | | | | | | realcodecs/drv3.c: In function 'build_crc': realcodecs/drv3.c:291: warning: unused variable 'b' realcodecs/drv3.c: In function 'RV20toYUV420Transform': realcodecs/drv3.c:323: warning: unused variable 'crc2' realcodecs/drv3.c:323: warning: unused variable 'crc1' realcodecs/drv3.c:323: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24238 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-3/+5
| | | | | | | | | | | | realcodecs/drv2.c: In function 'build_crc': realcodecs/drv2.c:316: warning: unused variable 'b' realcodecs/drv2.c: In function 'RV20toYUV420Transform': realcodecs/drv2.c:348: warning: unused variable 'crc2' realcodecs/drv2.c:348: warning: unused variable 'crc1' realcodecs/drv2.c:348: warning: unused variable 'len' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24237 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-2/+2
| | | | | | | | | realcodecs/sipr.c: In function 'RAInitDecoder': realcodecs/sipr.c:348: warning: unused variable 'temp2' realcodecs/sipr.c:347: warning: unused variable 'temp' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24236 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-3/+3
| | | | | | | | |