summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* warning fixes:diego2007-09-261-2/+0
| | | | | | | | | vo_directfb2.c: In function 'config': vo_directfb2.c:499: warning: unused variable 'flip' vo_directfb2.c:498: warning: unused variable 'zoom' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback of streams with more than one audio track (only one supported).cehoyos2007-09-251-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24618 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24550: msglevel 5 is the default.kraymer2007-09-251-9/+16
| | | | | | | | | | | r24551: Clarify description of MPLAYER_VERBOSE. r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE. r24573: Implement setting gain control for video devices (usually webcams) in v4l2 tv:// driver. r24592: Change outdated note for -subfps git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24617 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc updates and spelling fixesdiego2007-09-251-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24616 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: misc typo fixesdiego2007-09-2512-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add IRC nick for Gianluigi Tiesi.diego2007-09-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24614 b3059339-0415-0410-9bf9-f77b7e298cf2
* The FFmpeg RoQ video decoder now uses 444P colorspace.diego2007-09-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify: initialize at declaration at the start of the functionreimar2007-09-241-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of rather pointless assertsreimar2007-09-241-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24611 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_alsa: Fix get_space() return values larger than buffersizeuau2007-09-241-2/+2
| | | | | | | | | | | | | | | | | After a buffer underrun the ALSA get_space() function sometimes returned values larger than the ao had set in ao_data.buffersize. Fix this by replacing the old check against MAX_OUTBURST by one against ao_data.buffersize. There should be no need for the MAX_OUTBURST check; the current MPlayer side should no longer have any constant limit on the amount of data an ao can buffer or request at once. The get_space() values larger than ao_data.buffersize triggered errors in audio decoding causing the current attempt to fill audio buffers to be aborted. I'm not sure how often that caused behavior noticeably worse then an underrun already is. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24610 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux_audio.c: Fix timestamp handlinguau2007-09-241-14/+15
| | | | | | | | | | | | | | | | | | The code calculated the pts values of audio packets by adding the length of the current packet to the pts of the previous one. The length of the previous packet should be added instead. This broke WAV timestamps near the end of the stream where a short packet occurs. Change the code to store the pts of the next packet instead of the last one. This fixes the WAV timestamps and allows some simplifications. MP3 timestamps are not affected as packets are always treated as constant decoded length, and FLAC timestamps still have worse problems (FLAC is treated as as if it was constant bitrate even though it isn't). Also store the timestamps as double instead of float. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24609 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf: Change Monkey's Audio decoder status to "working"uau2007-09-241-1/+1
| | | | | | | | | The FFmpeg issue that broke decoding of some files has been fixed and no other problems are known, so there's no need to mark it "buggy" any more. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24608 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24606Gabrov2007-09-242-4/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24607 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24604: Teletext documentationvoroshil2007-09-241-0/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24606 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.voroshil2007-09-241-4/+13
| | | | | | | | r24573: Implement setting gain control for video devices (usually webcams) r24592: Change outdated note for -subfps git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Teletext documentationvoroshil2007-09-241-0/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with enabled radio capture and disabled OSS audio.voroshil2007-09-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24603 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-09-241-1/+2
| | | | | | | | sub.c: In function 'vo_update_osd': sub.c:1104: warning: suggest explicit braces to avoid ambiguous 'else' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24602 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for yuva420p colorspace (yuv420p + alpha)aurel2007-09-241-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass URLs to gmplayer when executing, it accepts URLs on the command line.diego2007-09-241-1/+1
| | | | | | | patch by Chidambar 'ilLogict' Zinnoury, illogict online fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24600 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove Application from list of Categories, it is not a valid category.diego2007-09-241-1/+1
| | | | | | | patch by Chidambar 'ilLogict' Zinnoury, illogict online fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24599 b3059339-0415-0410-9bf9-f77b7e298cf2
* French typodiego2007-09-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24598 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic (get rid of _ at the start of local variable names)michael2007-09-241-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24597 b3059339-0415-0410-9bf9-f77b7e298cf2
* According to MSDN a thread must call CoUninitialize once for each successfuldiego2007-09-231-1/+1
| | | | | | | | | | call it has made to CoInitialize or CoInitializeEx, including any call that returns S_FALSE. Only the CoUninitialize call corresponding to the CoInitialize or CoInitializeEx call that initialized the library can close it. patch by Gianluigi Tiesi, mplayer netfarm it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24596 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add new features, implemented in tv://voroshil2007-09-231-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24595 b3059339-0415-0410-9bf9-f77b7e298cf2
* add functions for the vga register access patch by Guillaume LECERF <foxcore ↵faust32007-09-231-31/+26
| | | | | | at gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix building without network.iive2007-09-221-2/+4
| | | | | | | | | When _network=='no' then _nemesi, _live and _native_rtsp would keep their default values, in the the case of _native_rtsp this happens to be 'yes'. Clearing them also produces nicer output. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change outdated note for -subfpsreimar2007-09-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r24103, it was nonsense and add a comment that explains the codereimar2007-09-221-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24591 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused function parametersnicodvb2007-09-221-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24590 b3059339-0415-0410-9bf9-f77b7e298cf2
* in ts_detect_streams() moved the iteration condition inside the loopnicodvb2007-09-221-1/+4
| | | | | | | | because it depends on the updated value of stream_tell(); (fixes infinite wait on enctrypted TS streams) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24589 b3059339-0415-0410-9bf9-f77b7e298cf2
* add some commented register dumping codefaust32007-09-201-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24588 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24573Gabrov2007-09-201-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24587 b3059339-0415-0410-9bf9-f77b7e298cf2
* libnemesi changelog itemlu_zero2007-09-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24586 b3059339-0415-0410-9bf9-f77b7e298cf2
* rivatv_lock_nv04 is actually an extended version of rivatv_lock_nv03 (patch ↵faust32007-09-191-2/+1
| | | | | | by Guillaume LECERF <foxcore at gmail.com>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24585 b3059339-0415-0410-9bf9-f77b7e298cf2
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-198-9/+612
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24584 b3059339-0415-0410-9bf9-f77b7e298cf2
* I have overhauled the build system.diego2007-09-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24583 b3059339-0415-0410-9bf9-f77b7e298cf2
* I don't maintain any Windows ports, but the Debian package.diego2007-09-191-3/+3
| | | | | | | Michael maintains all of FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix loads of typosreimar2007-09-191-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add myself as Debian package maintainer, Dariush has not been active in years.diego2007-09-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24580 b3059339-0415-0410-9bf9-f77b7e298cf2
* (Re)move idiotic checks, ret can't be < 0 or > 0 if the loop conditionreimar2007-09-191-3/+2
| | | | | | | is that it is == 0! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a few typosreimar2007-09-192-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24578 b3059339-0415-0410-9bf9-f77b7e298cf2
* More precise line spacing.eugeni2007-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix text height calculation. It depends on line spacing.eugeni2007-09-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix an obviously incorrect comment.eugeni2007-09-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable ass_line_spacing option.eugeni2007-09-183-0/+7
| | | | | | | Patch by Thomas Reitmayr (treitmayr devbase at). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-186-1/+48
| | | | | | | in v4l2 tv:// driver. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24573 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPEG-2 blocks at qp 1 get overfiltered by spp, apparently because "qp>>1" turnsdiego2007-09-181-1/+1
| | | | | | | | it into 0, which causes an integer overflow later. Clip qp at 1 to avoid this. patch by Alexander Strange, astrange ithinksw com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24572 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that libavc png decoder depends on zlibreimar2007-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add comment that clears up what _WINGDI_H is for.diego2007-09-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-09-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify commands with automatic variables.diego2007-09-181-13/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24568 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix indentation after the last change (patch by Guillaume LECERF <foxcore at ↵faust32007-09-181-6/+6
| | | | | | gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24567 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24565Gabrov2007-09-182-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace stdint.h #include by functionally equivalent inttypes.h.diego2007-09-181-1/+1
| | | | | | | | The use of inttypes.h is more common throughout MPlayer and stdint.h can create problems on obscure systems like HP-UX, see Bugzilla #831. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace x-dev dependency with x11proto-core-dev.diego2007-09-181-1/+1
| | | | | | | | x-dev is now only a dummy package for transition. patch by Ansgar Burchardt, ansgar 2007.43-1 org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how to use diff -uwbBE with svn directlyreimar2007-09-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24563 b3059339-0415-0410-9bf9-f77b7e298cf2
* it is no longer necessary to reboot the system after the dhahelperwin ↵faust32007-09-171-4/+30
| | | | | | installation (based on code by Romain Lievin from the tilp project) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24562 b3059339-0415-0410-9bf9-f77b7e298cf2
* - make dhahelperwin compile with mingwfaust32007-09-176-13/+459
| | | | | | | | | | - add dhahelper.rc based on code by Kevin Kofler and Romain Liévin <roms at lievin.net> from the tilp project http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make dhasetup more verbose based on code byfaust32007-09-171-7/+32
| | | | | | | | Romain Lievin from the tilp project http://svn.tilp.info/cgi-bin/viewcvs.cgi/libticables/trunk/src/win32/dha/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24560 b3059339-0415-0410-9bf9-f77b7e298cf2
* rename windows ddk makefile to nmakefile so that a makefile for mingw can be ↵faust32007-09-171-0/+0
| | | | | | added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify the relationship between -msglevel and MPLAYER_VERBOSE.diego2007-09-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24558 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix resolution detection for NV03 and NV04 cards, patch by Guillaume LECERF ↵faust32007-09-171-0/+3
| | | | | | <foxcore at gmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Upstream committed both of my libdvdcss patches.diego2007-09-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leading underscores in identifiers are reserved in C.diego2007-09-173-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24555 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix:diego2007-09-171-1/+0
| | | | | | | | libdvdcss.c:145: warning: redundant redeclaration of 'dvdcss_interface_2' dvdcss/dvdcss.h:70: warning: previous declaration of 'dvdcss_interface_2' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24554 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24550: msglevel 5 is the default.voroshil2007-09-171-5/+5
| | | | | | | r24551: Clarify description of MPLAYER_VERBOSE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24553 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24549: i_certify is no longer an optionvoroshil2007-09-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify description of MPLAYER_VERBOSE.diego2007-09-161-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24551 b3059339-0415-0410-9bf9-f77b7e298cf2
* msglevel 5 is the default.diego2007-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24550 b3059339-0415-0410-9bf9-f77b7e298cf2
* i_certify is no longer an optioncompn2007-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24549 b3059339-0415-0410-9bf9-f77b7e298cf2
* reimar cleaned up tivo demuxercompn2007-09-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24548 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw2menc works on linux/windowscompn2007-09-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge three sed invocations into one.diego2007-09-161-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24546 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install man pages in $(PREFIX)/share/man instead of $(PREFIX)/mandiego2007-09-161-2/+2
| | | | | | | in order to better comply with the FHS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24545 b3059339-0415-0410-9bf9-f77b7e298cf2
* vfw2menc works on linux and windows x86 onlycompn2007-09-161-1/+1