summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added dvdnav_aid_from_lang() to support -alangnicodvb2006-12-142-0/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21616 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, missing () in check for 32bit endian-conversion hackreimar2006-12-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21615 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21612: replace " with ", better readabilityvoroshil2006-12-1412-58/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21614 b3059339-0415-0410-9bf9-f77b7e298cf2
* transliteration -> translation for "dB" and "intra"voroshil2006-12-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21613 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace " with ", better readabilitytorinthiel2006-12-1412-50/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing redirect to /dev/null.corey2006-12-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21611 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21599: vstrict=0 is required to create DVDs decodable by standalone dvd playersvoroshil2006-12-132-12/+19
| | | | | | | r21606: wording git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21610 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixvoroshil2006-12-131-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21609 b3059339-0415-0410-9bf9-f77b7e298cf2
* __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".diego2006-12-132-2/+2
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21608 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ugly hotfix for --disable-mencoder.diego2006-12-131-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21607 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingdiego2006-12-121-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always use tcgetattr/tcsetattr instead of #ifdef messreimar2006-12-121-18/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedreimar2006-12-124-5/+2
| | | | | | | ASAP, too, though git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.reimar2006-12-121-0/+3
| | | | | | | Patch by Laurent Pinchart {laurent pinchart <at> skynet be} git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for different endianness on client and server with -vo x11reimar2006-12-121-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Align image data pointer, this is also in preparation of an upcoming patchreimar2006-12-121-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use XCreateImage instead of XGetImage, this is not only more correct andreimar2006-12-121-3/+5
| | | | | | | | similar to the SHM case, it also eliminates the massive startup delay over ssh (at least when you have a tiny upstream). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21600 b3059339-0415-0410-9bf9-f77b7e298cf2
* vstrict=0 is required to create DVDs decodable by standalone dvd playersgpoirier2006-12-121-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark utf8_get_char parameter as const and fix a compiler warningreimar2006-12-112-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another simplificationreimar2006-12-111-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21597 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse utf8_get_char in subtitle rendering code.reimar2006-12-111-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21596 b3059339-0415-0410-9bf9-f77b7e298cf2
* More ChangeLog updatesreimar2006-12-111-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21595 b3059339-0415-0410-9bf9-f77b7e298cf2
* count needs to be evenhenry2006-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21594 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r21561gpoirier2006-12-111-8/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21593 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r21506 and miscgpoirier2006-12-111-6/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21592 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r21486gpoirier2006-12-111-6/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix --extra-libs-mplayer and --extra-libs-mencoder.diego2006-12-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21590 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updates, cosmeticsdiego2006-12-111-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21589 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, forgot to add _inc_x11 to X11 cc checkreimar2006-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21588 b3059339-0415-0410-9bf9-f77b7e298cf2
* (hopefully) the rest of PPC modificationshenry2006-12-113-12/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21587 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenAL volume controlreimar2006-12-101-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better default CFLAGS for non-gnu, non-intel compilersreimar2006-12-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Respect -noidx in lavf demuxerreimar2006-12-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure closesocket is called.reimar2006-12-101-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21583 b3059339-0415-0410-9bf9-f77b7e298cf2
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.reimar2006-12-101-4/+2
| | | | | | | Thanks to Nicolas Baradakis (nbk sitadelle com) for noticing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)reimar2006-12-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert my previous, broken committorinthiel2006-12-100-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only increase buffer size to avoid crashes when seeking inreimar2006-12-101-2/+5
| | | | | | | multi-resolution video files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21579 b3059339-0415-0410-9bf9-f77b7e298cf2
* check that stream_type is DVD before calling dvd_lang_from_aidnicodvb2006-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21578 b3059339-0415-0410-9bf9-f77b7e298cf2
* show subtitle language in OSD ; patch by Otvos Attilanicodvb2006-12-101-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21577 b3059339-0415-0410-9bf9-f77b7e298cf2
* added function to return the language of the specified subtitle id. Patch bynicodvb2006-12-102-0/+22
| | | | | | | | o o O tvos Attila git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix realvideo size changes by using our own malloced buffer and export type mpi.reimar2006-12-101-13/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add x11 include path only to _inc_extra if X11 is actually enabled.reimar2006-12-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove no longer needed always_inline hack in mpbswap.hreimar2006-12-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in ↵reimar2006-12-102-5/+17
| | | | | | general. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21572 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
| | | | | | | | osdep/timer-win2.c does. Patch by Zuxy Meng [zuxy meng (at) gmail com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21571 b3059339-0415-0410-9bf9-f77b7e298cf2
* ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.reimar2006-12-101-1/+1
| | | | | | | Patch by Lehel Bernadt [lehel pmc-services hu] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21570 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmjpeg uses RGB24 for JPEG-LSreimar2006-12-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21569 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21561: update vbuf_size and suggest 400 for HDTV videovoroshil2006-12-101-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21568 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_macosx, fix crash when closing windownplourde2006-12-101-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a compiler warningreimar2006-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set frequency and correct frequency gettingreimar2006-12-101-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set AVFMT_FLAG_GENPTS if -correct-pts is used.uau2006-12-101-0/+4
| | | | | | | | | | | | | This should allow using -correct-pts (and thus filters which adjust pts or add frames) with dvd or other mpeg container files by specifying "-correct-pts -demuxer lavf -vc ffmpeg12". Might work with libmpeg2 decoder too but certainly not with internal demuxer. Using this flag isn't quite optimal as it can cause extra buffering of demuxed frames, but at least it's better than just failing until a more complex solution is implemented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove a disabled and completely outdated sample rate mismatch warning.reimar2006-12-101-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21563 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_macosx.m disable window animation when going to fullscreennplourde2006-12-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21562 b3059339-0415-0410-9bf9-f77b7e298cf2
* update vbuf_size and suggest 400 for HDTV videonicodvb2006-12-091-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21561 b3059339-0415-0410-9bf9-f77b7e298cf2
* align vbuf_size to the max value allowed by main profile @ high levelnicodvb2006-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21560 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21558Gabrov2006-12-093-128/+227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix misplaced http_freereimar2006-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21558 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential endless loop in http_streaming_start duereimar2006-12-091-0/+1
| | | | | | | to not resetting redirect. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix lots and lots of potential memory/fd leaks in http_streaming_startreimar2006-12-091-19/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21556 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dvdnav's palette if availablenicodvb2006-12-091-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21555 b3059339-0415-0410-9bf9-f77b7e298cf2
* export spu palette; part of a patch by Otvos Attilanicodvb2006-12-092-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid memory and fd leaks in asf streaming open code.reimar2006-12-091-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21553 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten closesocket on error, patch byreimar2006-12-091-1/+4
| | | | | | | Nicolas Baradakis <nbk sitadelle com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Close fd on error.reimar2006-12-091-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix ppc without altivec compilationreimar2006-12-092-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21550 b3059339-0415-0410-9bf9-f77b7e298cf2
* cscd produces BGR15, not BGR16reimar2006-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace another MIN macro by FFMINreimar2006-12-091-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of min/max macros from aviheader.h, they do not belong here.reimar2006-12-0910-34/+22
| | | | | | | Replace their uses by FFMIN/FFMAX git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve OpenAL speaker positions a bit.reimar2006-12-091-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove condition that should always be truereimar2006-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash in ogg demuxer uninit with -aidreimar2006-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Half-properly set up OpenAL position stuffreimar2006-12-091-2/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21543 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to libmpeg2-0.4.1henry2006-12-0915-97/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21542 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21537: General reformatting round:voroshil2006-12-0918-4406/+4890
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21541 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not force arch and isysroot in osxnplourde2006-12-091-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore .depend properlytorinthiel2006-12-080-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21538 b3059339-0415-0410-9bf9-f77b7e298cf2
* General reformatting round:torinthiel2006-12-0818-4463/+5111
| | | | | | | | | | | | - fix some " -> &quot; - reindent with more consistency - visual markup of <sect?> tags - break overly long lines - add missing <replaceable> tags in examples - cola truck standing by git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21537 b3059339-0415-0410-9bf9-f77b7e298cf2
*