summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync.lumag2003-12-112-67/+139
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11634 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.33paszczi2003-12-111-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11633 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing more stupid mistakesrfelker2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add two <replaceable> tagslumag2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11631 b3059339-0415-0410-9bf9-f77b7e298cf2
* pass quantizer tables through (averaging values when fields come fromrfelker2003-12-111-1/+29
| | | | | | | | different source frames -- is there a better way?) so that postprocessing can be used afterwards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11630 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified frame decision logic and reduced the occurrance of length=1rfelker2003-12-113-46/+55
| | | | | | | | frames in output. this will make it easier for the caller to do timing or framerate regulation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11629 b3059339-0415-0410-9bf9-f77b7e298cf2
* and remove one stupid debug printfrfelker2003-12-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11628 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow for different combing metrics to be selected (not useful yet)rfelker2003-12-112-12/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11627 b3059339-0415-0410-9bf9-f77b7e298cf2
* change some hardcoded thresholds to match results of previous 100l bugfix ↵rfelker2003-12-111-2/+2
| | | | | | (without the 100000000l this time!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11626 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l bug found by Zoli, wasted time and unfairly delocalized the metricsrfelker2003-12-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch from the author, Zoltan Hidvegi:rfelker2003-12-111-1/+4
| | | | | | | | | | | | The filmdint filter does not handle NTSC "telecined" 15fps movies where there is a frame break in the middle of every second NTSC frame, it outputs only 15 frames for every 30 input frames, ignoring the io option. You can notice this during encoding such a sequence you will have lots of diplicate frames / skip frames messages. The patch below fixes this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11624 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.32paszczi2003-12-101-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11623 b3059339-0415-0410-9bf9-f77b7e298cf2
* made MorphZone resources more readablepaszczi2003-12-101-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11622 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix bug when bmovl can't read the whole pic at onceattila2003-12-101-1/+17
| | | | | | | patch by Detlev Droege <droege@uni-koblenz.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11621 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch contains bugfixes for the esd audio output driver that Iattila2003-12-101-43/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | uncovered while trying to send sound to a remote esd server over a wireless (11 mbs, just enough to handle to sound) link. First, the sound was full "ticking" sounds. I found a bug that prevented the "send the remainder of this block" code from ever being called - so large chunks of audio were simply being ignored. Fixing this bug removed the "ticking" from audio streams. Fixing this bug, however, uncovered another problem - when the socket buffer was full, doing a blocking write to finish the buffer would take far too long and would turn video into a chunky mess. I'd imagine this blocking write would be fine for an audio-only stream, but it turns out to hold up the video far too much. The solution in this patch is to write as much data as possible to the socket, and then return as soon as possible, reporting the number of bytes actually written accurately back to mplayer. I've tested it on both local and remote esd servers, and it works well. Patch by Benjamin Osheroff <ben@gimbo.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11620 b3059339-0415-0410-9bf9-f77b7e298cf2
* add codecs.conf to the dependency list of codecs.conf.hattila2003-12-101-1/+1
| | | | | | | a good idea from Torinthiel <torinthiel@wp.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11619 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing dotwight2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11618 b3059339-0415-0410-9bf9-f77b7e298cf2
* small word fixespaszczi2003-12-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11617 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.30 and 1.31paszczi2003-12-091-1/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11616 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing <application> tagspaszczi2003-12-091-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synclumag2003-12-098-155/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11614 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix one FIXME. Url from a table below.lumag2003-12-091-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11613 b3059339-0415-0410-9bf9-f77b7e298cf2
* dx50 = DX50attila2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync header.lumag2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11611 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixeswight2003-12-091-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11610 b3059339-0415-0410-9bf9-f77b7e298cf2
* using more common function strchr instead indexalex2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11609 b3059339-0415-0410-9bf9-f77b7e298cf2
* hp-ux and amiga sectionsalex2003-12-091-0/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11608 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to mealex2003-12-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copyright and authorship declaration along with an (incomplete) list ofdiego2003-12-091-0/+76
| | | | | | | external code we include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11606 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling cosmeticsdiego2003-12-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11605 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2003-12-091-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11604 b3059339-0415-0410-9bf9-f77b7e298cf2
* final releasename :)alex2003-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11603 b3059339-0415-0410-9bf9-f77b7e298cf2
* filmdintalex2003-12-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Yet another inverse telecine filter by Zoltan Hidvegi ↵alex2003-12-085-1/+1706
| | | | | | <mplayer@hzoli.2y.net>. Also heavily MMX centric. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11601 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag updatewight2003-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11600 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing last pitiful traces of old-style DVD support, with no remorse, butgabucino2003-12-086-90/+17
| | | | | | | utter cruelty git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11599 b3059339-0415-0410-9bf9-f77b7e298cf2
* fruit of todayalex2003-12-081-7/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11598 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper runtime index generation with support for growing files. Patch by ↵alex2003-12-081-67/+148
| | | | | | rgselk <rgselknospam@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11597 b3059339-0415-0410-9bf9-f77b7e298cf2
* keyframe detection support by rgselk <rgselknospam@yahoo.com>alex2003-12-081-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11596 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by atmosalex2003-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11595 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the historic libcss supportalex2003-12-0823-121/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11594 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the historic libcss supportalex2003-12-0811-533/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2
* bsdism by Steven Schultzalex2003-12-081-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11592 b3059339-0415-0410-9bf9-f77b7e298cf2
* LML-M4 mpeg4 capture card raw stream format supportarpi2003-12-084-3/+378
| | | | | | | | original code by Maxim Yevtyushkin <max@linuxmedialabs.com> partially rewritten, "mplayerized" by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11591 b3059339-0415-0410-9bf9-f77b7e298cf2
* vobsub seeking support by Lu Ranalex2003-12-083-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11590 b3059339-0415-0410-9bf9-f77b7e298cf2
* reorganization of subtitles and osd section, removed repeating lines, patch ↵paszczi2003-12-081-33/+18
| | | | | | by me and Torinthiel git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11589 b3059339-0415-0410-9bf9-f77b7e298cf2
* nincs paragabucino2003-12-081-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11588 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvid 1.0 beta2iive2003-12-081-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11587 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l. Probably I was smoking crack while committing...alex2003-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11586 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lalex2003-12-083-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave ↵alex2003-12-086-5/+305
| | | | | | Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>. Disabled by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11584 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, ↵alex2003-12-081-0/+7
| | | | | | but slightly reworked git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11583 b3059339-0415-0410-9bf9-f77b7e298cf2
* RAWYUV output in MEncoder. Patch by Tuukka Toivonen <tuukkat@ee.oulu.fi>alex2003-12-086-1/+91
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, ↵alex2003-12-088-7/+130
| | | | | | but slightly reworked git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11581 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent possible segfault when vidmodes is freed and config() calls vo_vm_switchattila2003-12-081-0/+1
| | | | | | | | again. Found by Peter Kosinar <goober@ksp.sk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>attila2003-12-082-11/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11579 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-12-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for a couple of warnings.mosu2003-12-082-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get the total length for Ogg files. Patch by Michael Behrisch ↵mosu2003-12-082-8/+53
| | | | | | <behrisch@informatik.hu-berlin.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused defineattila2003-12-081-4/+0
| | | | | | | Patch by Götz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forced subs support for mencoderattila2003-12-083-1/+4
| | | | | | | Patch by Corey Hickey <bugfood-ml@fatooh.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11574 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vf yuvcspdiego2003-12-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11573 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, line length adjusteddiego2003-12-071-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11572 b3059339-0415-0410-9bf9-f77b7e298cf2
* pre3 finalalex2003-12-071-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11571 b3059339-0415-0410-9bf9-f77b7e298cf2
* VCD/SVCD Images (*.bin) option in file selector by Spammail <spammail01@gmx.net>alex2003-12-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation if lavc is compiled as a shared lib. Patch by Panagiotis ↵alex2003-12-071-0/+6
| | | | | | Issaris <takis@lumumba.luc.ac.be> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11569 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa 1.x support by Bernhard Rosenkraenzer <bero@arklinux.org>alex2003-12-071-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11568 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_format support by Matthias Goerner <m.goerner@iu-bremen.de>alex2003-12-071-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. ↵alex2003-12-072-0/+62
| | | | | | Vdovikin <vdovikin@jscc.ru> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11566 b3059339-0415-0410-9bf9-f77b7e298cf2
* gigantic changelog update (past 1 and half months)alex2003-12-071-5/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11565 b3059339-0415-0410-9bf9-f77b7e298cf2
* small updatediego2003-12-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11564 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2003-12-071-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11563 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates, fixes, cosmeticsdiego2003-12-071-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11562 b3059339-0415-0410-9bf9-f77b7e298cf2
* redundant info, available in DOCS/tech/manpage.txtdiego2003-12-071-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11561 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and minor fixesnauj272003-12-055-242/+270
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11560 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonauj272003-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for HE-AAC in Matroska. Also only set ds->pts to the first pts of a ↵mosu2003-12-052-40/+65
| | | | | | laced block, and set dp->pts to the current pts taking default_duration into account. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11558 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Maciek Pasztawight2003-12-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11557 b3059339-0415-0410-9bf9-f77b7e298cf2
* native RV20gabucino2003-12-042-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Duck truemotion1 support using libavcodecrtognimp2003-12-031-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11555 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix_get_image() fixmichael2003-12-031-4/+4
|