summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | realcodecs/ra.c: In function 'RASetFlavor': realcodecs/ra.c:344: warning: unused variable 'property' realcodecs/ra.c:343: warning: unused variable 'flavor' realcodecs/ra.c:343: warning: unused variable 'numflavors' realcodecs/ra.c:342: warning: unused variable 'result1' realcodecs/ra.c:342: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24235 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-5/+5
| | | | | | | | | | | | | | | realcodecs/28_8.c: In function 'RAInitDecoder': realcodecs/28_8.c:238: warning: unused variable 'temp2' realcodecs/28_8.c:237: warning: unused variable 'temp' realcodecs/28_8.c: In function 'RASetFlavor': realcodecs/28_8.c:273: warning: unused variable 'property' realcodecs/28_8.c:272: warning: unused variable 'flavor' realcodecs/28_8.c:272: warning: unused variable 'numflavors' realcodecs/28_8.c:271: warning: unused variable 'result1' realcodecs/28_8.c:271: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24234 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-5/+5
| | | | | | | | | | | | | | | realcodecs/14_4.c: In function 'RAInitDecoder': realcodecs/14_4.c:238: warning: unused variable 'temp2' realcodecs/14_4.c:237: warning: unused variable 'temp' realcodecs/14_4.c: In function 'RASetFlavor': realcodecs/14_4.c:273: warning: unused variable 'property' realcodecs/14_4.c:272: warning: unused variable 'flavor' realcodecs/14_4.c:272: warning: unused variable 'numflavors' realcodecs/14_4.c:271: warning: unused variable 'result1' realcodecs/14_4.c:271: warning: unused variable 'numprop' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24233 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary fastmemcpybench prerequisite.diego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused #include.diego2007-08-271-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a ton of warnings:diego2007-08-275-0/+5
| | | | | | | | warning: incompatible implicit declaration of built-in function 'memset' warning: incompatible implicit declaration of built-in function 'memcpy' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify bmovl-test compilation call.diego2007-08-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "incompatible implicit declaration of built-in function 'exit'" warnings.diego2007-08-279-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24228 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-08-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24227 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move fastmemcpybench objects to link against into prerequisites.diego2007-08-271-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24226 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-2/+0
| | | | | | | | fastmemcpybench.c: At top level: fastmemcpybench.c:29: warning: 'mga_next_frame' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24225 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-1/+0
| | | | | | | | fastmemcpybench.c: In function 'mga_init': fastmemcpybench.c:36: warning: unused variable 'frame_mem' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24224 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-271-0/+1
| | | | | | | | vivodump.c: In function 'main': vivodump.c:293: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24223 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes:diego2007-08-271-3/+3
| | | | | | | | | | | | movinfo.c: In function 'video_stream_info': movinfo.c:80: warning: control reaches end of non-void function movinfo.c: In function 'audio_stream_info': movinfo.c:99: warning: control reaches end of non-void function movinfo.c: In function 'userdata_info': movinfo.c:152: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert last commit, -mstackrealign was added in gcc 4.2 and should notdiego2007-08-271-2/+0
| | | | | | | be used unconditionally. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better handling of Alpha MVI CPU extensions (untested).diego2007-08-271-10/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24220 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix warnings:diego2007-08-261-2/+0
| | | | | | | | | | demux_mkv.c: In function 'demux_mkv_read_chapters': demux_mkv.c:1299: warning: unused variable 'mkv_d' demux_mkv.c: In function 'handle_subtitles': demux_mkv.c:2740: warning: unused variable 'mkv_d' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24219 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.kraymer2007-08-262-66/+131
| | | | | | | | | | | | | | | | | | r24055: Document how to encode with some libavcodec audio codecs. r24056: AC3 --> AC-3 r24063: Document how to encode with some more libavcodec audio codecs. r24084: small libavcodec audio codec clarifications r24109: Sort libavcodec encoders. r24110: Add some missing libavcodec video encoders. r24125: Automatic TV channels scanning ability for MPlayer. r24136: Wording and markup improvements for the -tvscan option. r24137: misc markup fixes r24216: Add missed in r24212 strings definitions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24218 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) remove unnecessary ';'voroshil2007-08-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24217 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missed in r24212 strings definitionsvoroshil2007-08-261-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24216 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24125: Automatic TV channels scanning ability for MPlayer.voroshil2007-08-261-21/+44
| | | | | | | | r24136: Wording and markup improvements for the -tvscan option. r24137: misc markup fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24215 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24180: Document xorg.conf option needed for Xv playback on Intel cards.voroshil2007-08-261-1/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace perror() with mp_msg()voroshil2007-08-261-31/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.voroshil2007-08-261-0/+11
| | | | | | | | This will enable TV channels scanning feature under *BSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24212 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Move #endif upper to reflect changes in r24054.voroshil2007-08-261-1/+1
| | | | | | | | | | This fixes wrong tvscan suboptions initialization under *BSD. patch from Bernd Ernesti mplayer-dev-eng at lists dot veego dot de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typovoroshil2007-08-261-1/+1
| | | | | | | | Patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24210 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused _def_altivecreimar2007-08-261-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suboptions structure should be passed as array not as address of array.voroshil2007-08-261-1/+1
| | | | | | | | | patch from Bernd Ernesti mplayer-dev-eng at lists dot veego dot de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define ↵reimar2007-08-261-5/+3
| | | | | | | | | HAVE_VIS = yes" to something more sane... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add teletext specification referencevoroshil2007-08-261-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove ugly Russian language support hack.voroshil2007-08-261-11/+1
| | | | | | | | | Currently support for only Latin-1 languages is left. Proper solution for another languages will be added later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for Latin National Option Sub-Setsvoroshil2007-08-261-2/+46
| | | | | | | | Modified Otvos Attila's patch oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable decoding of packet X/24, it is usual teletext linevoroshil2007-08-261-2/+2
| | | | | | | | | | | and contains labels for navigation links. 10l: fix comments for constants. patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split lschunks function further, it is simply too huge to do any useful ↵reimar2007-08-251-62/+72
| | | | | | | | | changes (e.g. for more proper support for multi-codec tracks). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get netstream closer to linking.diego2007-08-252-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24201 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-251-1/+1
| | | | | | | | | modify_reg.c: In function 'remove_key': modify_reg.c:39: warning: unused variable 'tmp_name' modify_reg.c:39: warning: unused variable 'tmp_val' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix subrip and vivodump linking.diego2007-08-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore modify_reg.diego2007-08-250-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark vfw2menc as Windows-only.diego2007-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24197 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-08-251-1/+0
| | | | | | | | pullup.c: In function 'decide_frame_length': pullup.c:569: warning: unused variable 'f3' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24196 b3059339-0415-0