summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-1314-109/+87
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19378 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port ASMALIGN preprocessor macro for .align handling from FFmpeg.diego2006-08-121-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with gcc 2.95.eugeni2006-08-121-6/+7
| | | | | | | Patch by Jason Tackaberry, tack at urandom dot ca. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print "no" if all of the Vorbis tests failed.diego2006-08-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileuau2006-08-121-4/+4
| | | | | | | | | MMX2 code, because the HAVE_ defines do not have sane values here if runtime cpudetection is used. Hopefully fixes runtime cpudetection breakage from r19339. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19374 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 19361gpoirier2006-08-121-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19373 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse UTF-8 reading code in libavutilreimar2006-08-121-17/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19372 b3059339-0415-0410-9bf9-f77b7e298cf2
* realign of MSGTR_Exit_SIGCRASH in help_mp-hu.hGabrov2006-08-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19371 b3059339-0415-0410-9bf9-f77b7e298cf2
* help_mp-hu.h & man/hu/mplayer.1 synced with r19369Gabrov2006-08-122-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19370 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for 13k Voice (Qclp) in 3g2 filesrtogni2006-08-112-1/+11
| | | | | | | | Fix vorbis detection so that it doesn't misdetect other codecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19369 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace calls to perror() with calls to mp_msg()ivo2006-08-111-7/+8
| | | | | | | | | this will shut up mplayer -realy-quiet. ao_mpegpes is the first ao that is tried and will almost always fail (unless you have the right hardware) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19368 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't ↵diego2006-08-111-3/+1
| | | | | | | | | need to be protected by HAVE_MMX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19367 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass average bitrate from encoder to (lavf) muxermichael2006-08-104-2/+5
| | | | | | | this fixes some problems with muxing mp4 files for the psp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19366 b3059339-0415-0410-9bf9-f77b7e298cf2
* editorial spelling/wording/grammar changesdiego2006-08-101-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of two initialized but unused variablesreimar2006-08-091-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19364 b3059339-0415-0410-9bf9-f77b7e298cf2
* update the moving & copying rules as disscussed on mplayer-dev + some (but ↵michael2006-08-091-4/+11
| | | | | | not all as iam lazy) fixes by the wanderer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19363 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's ↵reimar2006-08-081-0/+4
| | | | | | not supposed to. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19362 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reintroduce an ugly variant of the -gui/-nogui options.reimar2006-08-083-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19361 b3059339-0415-0410-9bf9-f77b7e298cf2
* -logg must come before -lvorbisidec since both declare the same symbols.reimar2006-08-081-2/+2
| | | | | | | | Otherwise demux_ogg will take have the functions from libogg and the other half from libvorbisidec, ending in a crash git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorganize libvorbis/Tremor detection, external Tremor should be detected now.diego2006-08-081-36/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19359 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/clarification for --help outputdiego2006-08-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19358 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.diego2006-08-072-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19357 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not print the obsolete skin path when we did not find any skin.reimar2006-08-071-0/+1
| | | | | | | Closes bug #550 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19356 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove trailing spaces + remove some obviously redudant wordsgpoirier2006-08-071-709/+709
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19355 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename some variables for consistency.diego2006-08-073-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19354 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19348gpoirier2006-08-071-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19353 b3059339-0415-0410-9bf9-f77b7e298cf2
* punctuation, slight clarificationdiego2006-08-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore empty line accidentally deleted with the previous commit.eugeni2006-08-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention mkv chapter seeking in ChangeLog and AUTHORS.eugeni2006-08-062-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for version 1 (64 bit) mvhd and mdhd, taken from libavformat mov demuxerreimar2006-08-061-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add matroska chapter seeking capability.eugeni2006-08-0610-33/+142
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19348 b3059339-0415-0410-9bf9-f77b7e298cf2
* "[ass] init" message looks better when it starts with the capital letter 'I'.eugeni2006-08-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19347 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use FontConfig cache to speedup mplayer startup.eugeni2006-08-061-0/+28
| | | | | | | Patch by Zealot <zealot0630 at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19346 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug introduced in LIVE555 test simplification, -lstdc++ should go lastdiego2006-08-061-3/+4
| | | | | | | in the list of linker options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer ffvorbis over Xiph Vorbis decoder, it's faster.diego2006-08-061-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't crash if audio init fails.uau2006-08-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19343 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another PIX_FMT_ ---> IMGFMT_ conversionlucabe2006-08-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19342 b3059339-0415-0410-9bf9-f77b7e298cf2
* isolated tcp socket code from network.c to a dedicated fileben2006-08-0512-209/+331
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19341 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Tremor low accuracy test, label external Tremor as such.diego2006-08-051-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19340 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.diego2006-08-053-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19339 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing ifndef/define/endif couple in udp headerben2006-08-051-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19338 b3059339-0415-0410-9bf9-f77b7e298cf2
* kill a warning in getsockopt()ben2006-08-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19337 b3059339-0415-0410-9bf9-f77b7e298cf2
* kill a warning in getsockopt()ben2006-08-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19336 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, line from a local modification committed by accident.diego2006-08-051-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling in the build system, part III:diego2006-08-041-80/+38
| | | | | | | Get rid of the last --with-*incdir parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libcdio test after r19200, the detected include dir was not stored.diego2006-08-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.diego2006-08-042-17/+17
| | | | | | | inspired by a patch from Emanuele Giaquinta, emanuele.giaquinta %@% gmail.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19332 b3059339-0415-0410-9bf9-f77b7e298cf2
* auto-detection of mpeg-ps in mov; initial patch by John Koleszar jkoleszar ↵nicodvb2006-08-041-0/+18
| | | | | | on2 com (fixed by me) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19331 b3059339-0415-0410-9bf9-f77b7e298cf2
* added recent changes with independant stream layer libraryben2006-08-042-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19330 b3059339-0415-0410-9bf9-f77b7e298cf2
* rtsp is a stream layer not demuxerben2006-08-042-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19329 b3059339-0415-0410-9bf9-f77b7e298cf2
* inputs is for keys, this is streamben2006-08-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19328 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few more files i'll maintainben2006-08-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19327 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed some useless includesben2006-08-041-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19326 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved some definitions from rtp.h to rtp.c as they're not exported or used ↵ben2006-08-042-18/+18
| | | | | | anywhere else git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19325 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed udp socket creation code from rtp stack to a new dedicated udp ↵ben2006-08-047-115/+216
| | | | | | helper file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19324 b3059339-0415-0410-9bf9-f77b7e298cf2
* -identify should display all ID_ messages, including DVD title lengthreimar2006-08-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19323 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation of librtspben2006-08-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19322 b3059339-0415-0410-9bf9-f77b7e298cf2
* few cosmectic changes to remove duplicationben2006-08-041-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19321 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ↵reimar2006-08-041-2/+2
| | | | | | | | | otherwise). Thanks to tomber71 in IRC for reporting the problem. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19320 b3059339-0415-0410-9bf9-f77b7e298cf2
* split rtp stack, udp input layer and rtp input layer from rtp.cben2006-08-046-84/+229
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19319 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to ↵ben2006-08-0416-19/+17
| | | | | | make previous split easier) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19318 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved pnm.h to stream/ (where it belongs)ben2006-08-041-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge DirectFB header check into DirectFB check.diego2006-08-041-16/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly check for $_inc_directfb, it is not set beforehand.diego2006-08-041-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove one more redundant test invocation.diego2006-08-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify DirectFB header check.diego2006-08-041-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19313 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix DVB test indentation.diego2006-08-031-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19312 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-08-031-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run DVB (HEAD) test only when the corresponding variable is set to auto.diego2006-08-031-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten part of the LIVE555 configure test simplification.diego2006-08-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19309 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed dvdnav_stream to stream_dvdnav for consistencyben2006-08-033-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19308 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dedicated file for mf:// inputben2006-08-035-5/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19307 b3059339-0415-0410-9bf9-f77b7e298cf2
* mf.[hc] belong to libmpdemuxben2006-08-034-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Recurse into subdirs before cleaning the top level to avoid error messages.diego2006-08-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19305 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed cue_read.c to stream_cue.c for consistencyben2006-08-032-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19304 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed useless cue_read.h fileben2006-08-032-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19303 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed dvbin.c to stream_dvb.c for consistencyben2006-08-032-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19302 b3059339-0415-0410-9bf9-f77b7e298cf2
* conversion from stream_null to stream_tv was missing stream typeben2006-08-032-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19301 b3059339-0415-0410-9bf9-f77b7e298cf2
* correctly report audio inputben2006-08-031-10/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19300 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'make distclean' should remove all generated files, so also config.[h|mak].diego2006-08-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19299 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'make clean' now recurses through subdirectories as expected,diego2006-08-031-1/+4
| | | | | | | 'make dirclean' can be used to clean just the toplevel directory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.diego2006-08-031-4/+4
| | | | | | |