summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | inspired by a patch by Emanuele Giaquinta, emanuele . giaquinta $@$ gmail . com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19297 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, VC-1/WMV3/WMV9 decoderdiego2006-08-031-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable FFmpeg WMV3 decoder, the binary decoder is still preferred.diego2006-08-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19295 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r19293Gabrov2006-08-022-14/+152
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation of cdinfo.c to the build system.diego2006-08-022-7/+2
| | | | | | | patch by Emanuele Giaquinta, emanuele . giaquinta #at# gmail . com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19293 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a/v sync issues when using ad_hwmpaben2006-08-011-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore .depend and stream.a.diego2006-08-010-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19291 b3059339-0415-0410-9bf9-f77b7e298cf2
* $inc_extra vs $_inc_extra typo, closes bug #543.diego2006-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change toplevel Makefile to invoke subdirectory Makefilesuau2006-08-011-34/+42
| | | | | | | | | unconditionally by default. Ensures that dependencies outside the subdirectory (such as header dependencies recorded by "make depend") aren't ignored. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-012-27/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19288 b3059339-0415-0410-9bf9-f77b7e298cf2
* We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.diego2006-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19287 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarification on -mpegopts :vaspectnicodvb2006-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19286 b3059339-0415-0410-9bf9-f77b7e298cf2
* New sentences should start on a new line.diego2006-07-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19285 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix SVQ3 extradata handling so it works correctly with demux_lavfpacman2006-07-311-8/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bogus pointer addition in the extraction of extradata frompacman2006-07-311-2/+1
| | | | | | | BITMAPINFOHEADER. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19283 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed deprecated test.c file from libmpdemuxben2006-07-313-94/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19282 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use vaspect on mpeg1 video streamsnicodvb2006-07-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19281 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix includes due to libmpdemux split (patch by Stefan Huehner)ben2006-07-313-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-314-16/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19279 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed cddX stream interface to stream_cddX for consistencyben2006-07-313-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19278 b3059339-0415-0410-9bf9-f77b7e298cf2
* introduce new 'stream' directory for all stream layer related components and ↵ben2006-07-31111-146/+200
| | | | | | split them from libmpdemux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for ffmpeg's pixel format names in libswscalelucabe2006-07-311-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19276 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move the section describing the per movie config filesattila2006-07-311-5/+5
| | | | | | | | up, so it doesn't get seperated from the rest of the config file doc by the config file example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Indexes to Options as suggested by Jaeho Shin.diego2006-07-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless includertogni2006-07-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make some more function staticrtogni2006-07-302-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify licensing situation.diego2006-07-301-6/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19270 b3059339-0415-0410-9bf9-f77b7e298cf2
* There is a reference to a file COPYRIGHT that we do not include, so pastediego2006-07-301-0/+16
| | | | | | | the contents of COPYRIGHT into the file header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19269 b3059339-0415-0410-9bf9-f77b7e298cf2
* md5 result is 16 bytes, not 20rtogni2006-07-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19268 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed now useless duplicate includesben2006-07-303-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19267 b3059339-0415-0410-9bf9-f77b7e298cf2
* LRMI has been removed some time ago.diego2006-07-301-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19266 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to encode movies for PSPgpoirier2006-07-301-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19265 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for changes from r19139 and r19137.diego2006-07-301-9/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19264 b3059339-0415-0410-9bf9-f77b7e298cf2
* xor_table can't be NULL, remove useless checkrtogni2006-07-301-4/+1
| | | | | | | make xor_table static git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19263 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make patch apply cleanly and with -p0, not a mix of -p0 and -p1.diego2006-07-301-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19262 b3059339-0415-0410-9bf9-f77b7e298cf2
* The real hash function is just a md5, replace with lavu codertogni2006-07-301-262/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19261 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update upstream references, add a missing filertogni2006-07-301-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19260 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore a local diff lost during license fix at r19256rtogni2006-07-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19259 b3059339-0415-0410-9bf9-f77b7e298cf2
* alex didnt commit his (very incomplete) rfc conversion of my proposal so i ↵michael2006-07-301-0/+127
| | | | | | | | | | commit mine here dont hesitate to fix typos, do rewordimg and so on for controversial changes please disscuss at nut-devel@mphq first git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19258 b3059339-0415-0410-9bf9-f77b7e298cf2
* no need to reming the copyright with msg_(), the notice in the source is enoughnicodvb2006-07-301-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace tremor files that had old headers saying "ALL REDISTRIBUTIONuau2006-07-3015-18/+64
| | | | |