summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UltraSPARC VIS yuv2rgbbenoit2007-07-193-0/+219
| | | | | | | | | patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23825 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explanation for CPUID flag 'ibs'zuxy2007-07-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23824 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed bug introduced with the addition of get_ext_stream_properties()nicodvb2007-07-181-1/+1
| | | | | | | | | | | | | | | | that should close bug #843, too. Patch by John Donaghy. Explanation: The issue is that get_ext_stream_properties shouldnt be returning false when no extended stream properties are found for the stream in question because that is not an error condition ... extended stream properties are optional. The only time this function should return false is when the buffer overrun checks fail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23823 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23747 with correctionsGabrov2007-07-181-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23822 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23748Gabrov2007-07-181-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23821 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23748: Leave out (no) prefix from option names for consistency.voroshil2007-07-181-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename mga_vid test to make it more descriptive.diego2007-07-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23819 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23745: Add the sub_scale property and command.voroshil2007-07-181-1/+3
| | | | | | | r23747: Add a loop command and property. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23818 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix redundant redeclaration warningGabrov2007-07-182-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23817 b3059339-0415-0410-9bf9-f77b7e298cf2
* fopen is in stdio.h, so add this include.reimar2007-07-181-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a bunch of redundant redeclaration warnings.diego2007-07-1810-23/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23815 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables.diego2007-07-181-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore vo_mga check, it is Linux-only.diego2007-07-181-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23813 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r23748, patch by JRaSH % jrash06 A 163 P com %gpoirier2007-07-181-657/+2805
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23812 b3059339-0415-0410-9bf9-f77b7e298cf2
* use YUV440P in swscalebenoit2007-07-182-0/+11
| | | | | | | | | patch by Andreas Ă–man: \andreas olebyn nu/ original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs.. date: 07/03/2007 01:29 PM git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23811 b3059339-0415-0410-9bf9-f77b7e298cf2
* better translation of 'clip'ptt2007-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23810 b3059339-0415-0410-9bf9-f77b7e298cf2
* better translationptt2007-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23809 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23748ptt2007-07-171-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23808 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'd with r23747ptt2007-07-171-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23807 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove pointless printing of include and linker paths.diego2007-07-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23806 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not test for the existence of device files during configuration,diego2007-07-171-6/+2
| | | | | | | | it fails for packagers, crosscompilers or other cases where the binaries are built on a machine different from the one they are run on. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23805 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modify X11 headers check so as not to add /usr/include, the default systemdiego2007-07-171-11/+13
| | | | | | | include path, to our custom include path or duplicate entries in it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove /usr/include from the list of places to check for headers,diego2007-07-171-1/+1
| | | | | | | default system directories are covered by the empty include path. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put a compilation fix bandaid in place for the png.h issue.diego2007-07-172-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert include flag reordering, it does not fix the compilation problem.diego2007-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23801 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out dynamic linking check.diego2007-07-171-15/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused scandir() check and fallback implementation.diego2007-07-173-154/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused ftello() check and fallback implementation.diego2007-07-173-48/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused fseeko() check and fallback implementation.diego2007-07-173-93/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23797 b3059339-0415-0410-9bf9-f77b7e298cf2
* This was rewritten by Michael, switch copyrights to him and license to LGPL.diego2007-07-171-15/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23796 b3059339-0415-0410-9bf9-f77b7e298cf2
* another piece translated :)ptt2007-07-171-326/+347
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23795 b3059339-0415-0410-9bf9-f77b7e298cf2
* realrtsp smil files can also use ' as field delimiter instead of "rtogni2007-07-161-1/+5
| | | | | | | Fixes rtsp://video.rootvision.net/xxc17.smil git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reorder CFLAGS, fixes compilation after addition of png.h to FFmpeg.diego2007-07-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove incomplete compilation fix bandaid.diego2007-07-161-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23792 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant "all rights reserved" statement, OKed by Walken.diego2007-07-162-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid crash if a non-existent audio track is selected with -aidreimar2007-07-161-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23790 b3059339-0415-0410-9bf9-f77b7e298cf2
* bandaid compilation fixdiego2007-07-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23789 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use native Windows thread API when pthreads isn't available.zuxy2007-07-161-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23788 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for -alang and -slang with dvdnav:// streamsnicodvb2007-07-151-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23787 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn'treimar2007-07-151-0/+3
| | | | | | | | exist. Probably sanest way to avoid crash in e.g. mov demuxer without having to check both all the time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23786 b3059339-0415-0410-9bf9-f77b7e298cf2
* subs working with lavf changecompn2007-07-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let us not pretend to be checking for devfs when we are not.diego2007-07-141-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23784 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark mp3lib, liba52 and libmpeg2 tests as internal.diego2007-07-141-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23783 b3059339-0415-0410-9bf9-f77b7e298cf2
* Group all vo driver checks together.diego2007-07-141-139/+144
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23782 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move QuickTime codecs check together with the other codecs checks.diego2007-07-141-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23781 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2007-07-143-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23780 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use stream_read_qword_lereimar2007-07-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23779 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for subtitles thru lavfaurel2007-07-132-0/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23778 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify termios test.diego2007-07-131-24/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23777 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, wrong variable name in checkdiego2007-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23776 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename nut option and variables to libnut, FFmpeg also contains NUT support.diego2007-07-131-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless variable indirection.diego2007-07-131-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable setting.diego2007-07-131-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix segfault if an 'strf' chunk couldn't be found in aviattila2007-07-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23772 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typo in a commentaurel2007-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23771 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print the number of the Unknow color format,iive2007-07-111-1/+4
| | | | | | | so verbose debug output could be a little more useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23770 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add check for mkstemprtogni2007-07-111-0/+18
| | | | | | | Fixes compilation afrer ffmpeg commit r9596 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23769 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused variableslorenm2007-07-111-9/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23768 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused file (this time for real)lucabe2007-07-111-449/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused test for round().diego2007-07-111-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23766 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused stddef.h check.diego2007-07-111-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify soundcard.h check.diego2007-07-111-39/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-07-111-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use -font for subtitles when -subfont is not given, patch by kiriujazuxy2007-07-111-2/+8
| | | | | | | <mplayer-patches AT en-directo DOT net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23762 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r23758: It broke -vf uspp and -vf mcdeint.cehoyos2007-07-111-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23761 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L, sub_scale need freetype, add the #ifdef.albeu2007-07-101-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutlucabe2007-07-101-0/+449
| | | | | | | its origin) in it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with -disable-mencodercehoyos2007-07-101-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23758 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix unaligned memory access in asfheader.c, courtesy of Balatoni Deneszuxy2007-07-101-1/+1
| | | | | | | (dbalatoni AT programozo DOT hu) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23757 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23755 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8diego2007-07-0920-51/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention Bethesda Software VID and Atrac 3 decoders.diego2007-07-091-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23753 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8diego2007-07-092-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23752 b3059339-0415-0410-9bf9-f77b7e298cf2
* add af_pan balance/fix changescompn2007-07-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23751 b3059339-0415-0410-9bf9-f77b7e298cf2
* add sub_scale and loop changescompn2007-07-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23750 b3059339-0415-0410-9bf9-f77b7e298cf2
* loop wish fulfilledcompn2007-07-091-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leave out (no) prefix from option names for consistency.diego2007-07-091-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23748 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a loop command and property.albeu2007-07-096-0/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move loop_times into mpctx.albeu2007-07-093-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23746 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the sub_scale property and command.albeu2007-07-097-0/+40
| | | | | | | Patch from Anatoli Marinov (anatoli [dot] marinov [at] gmail [dot] com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary flip for RGB in v4l1.voroshil2007-07-081-22/+1
| | | | | | | | Patch was provided and tested by Trent Piepho xyzzy at speakeasy dot org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23744 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100% cosmetics: reindentation and removal of trailing spacesnicodvb2007-07-081-52/+49