summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cosmetics after last commit; remove superfluous bracesivo2007-04-111-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22979 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove code duplication in sws_rgb2rgb_init.ivo2007-04-112-116/+36
| | | | | | | | | | | The lists of assignments of all rgbxtoy variants are removed from sws_rgb2rgb_init and replaced by a single list inside the template file. This way, multiple lists are generated by the preprocessor and each list gets its own initialization function. Those are called from the main sws_rgb2rgb_init function, if applicable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22978 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22845: Clarify -xineramascreen -2 behaviourkraymer2007-04-111-9/+17
| | | | | | | | | | | | r22900: documented -mpegopts :adelay r22916: Ability to specify video and audio capture device names in *BSD BT848 tv driver. r22948: documented -mpegopts :interleaving2 r22949: more human description of -mpegopts :interleaving2 r22975: end sentence with full stop (.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22977 b3059339-0415-0410-9bf9-f77b7e298cf2
* support format=y8 with -ovc rawlorenm2007-04-111-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22976 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: remove trailing white spacekraymer2007-04-111-2/+2
| | | | | | | end sentence with full stop (.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22975 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated changelog with recent vidix api changesben2007-04-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22974 b3059339-0415-0410-9bf9-f77b7e298cf2
* these are actually AGP bridges, not video adapters (should fix ben2007-04-111-2/+0
| | | | | | | | http://lists.mplayerhq.hu/pipermail/mplayer-advusers/2007-April/001635.html ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22973 b3059339-0415-0410-9bf9-f77b7e298cf2
* this TnT2 chipset is actually NV4/5 arch but for sure not NV30ben2007-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22972 b3059339-0415-0410-9bf9-f77b7e298cf2
* more updates for Spanish man page by Fernando Tarín (lists im gmail com)kraymer2007-04-111-163/+611
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22971 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert source comments into proper codecs.conf entry comments.diego2007-04-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some more game formats that FFmpeg now supports.diego2007-04-111-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22969 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove *ancient* ldd debugging junk.diego2007-04-111-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,diego2007-04-111-49/+0
| | | | | | | likely has no users and most of all does not work correctly anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22967 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rework of *BSD BT848 detection for radio://voroshil2007-04-112-22/+27
| | | | | | | | to reuse recently added BT848 interface headers detection code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22966 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused includes.eugeni2007-04-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22965 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't check if user-supplied default font path exists.eugeni2007-04-101-6/+1
| | | | | | | It is checked in FT_New_Face anyway. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup real_calc_response_and_checksum()rtogni2007-04-091-10/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge calc_response_string() into real_calc_response_and_checksum()rtogni2007-04-091-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify calc_response_string()rtogni2007-04-091-10/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22961 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000000l learn to countrtogni2007-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Size of response is known, no need to calculate itrtogni2007-04-091-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22959 b3059339-0415-0410-9bf9-f77b7e298cf2
* The size of xor_table is known and fixed, no need to calculate itrtogni2007-04-091-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22958 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22916: Ability to specify video and audio capture device namesvoroshil2007-04-091-1/+11
| | | | | | | | r22948: documented -mpegopts :interleaving2 r22949: more human description of -mpegopts :interleaving2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22957 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22951: Move netstream documentation into TOOLS/README.voroshil2007-04-091-64/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22956 b3059339-0415-0410-9bf9-f77b7e298cf2
* better seeking in dvdnav://nicodvb2007-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22955 b3059339-0415-0410-9bf9-f77b7e298cf2
* implemented STREAM_CTRL_GET_CURRENT_TIME and STREAM_CTRL_SEEK_TO_TIME - ↵nicodvb2007-04-091-0/+20
| | | | | | dvdnav from mphq required git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22954 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typodiego2007-04-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22953 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove ugly #include from tvi_bsdbt848.cvoroshil2007-04-092-19/+83
| | | | | | | (better detection of bt848 headers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move netstream documentation into TOOLS/README.diego2007-04-092-63/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-094-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
* more human description of -mpegopts :interleaving2nicodvb2007-04-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22949 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented -mpegopts :interleaving2nicodvb2007-04-081-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22948 b3059339-0415-0410-9bf9-f77b7e298cf2
* added :interleaving2, a better method to determine which stream whouls be ↵nicodvb2007-04-081-0/+14
| | | | | | | | | | flushed at every iteration of the loop (based on the lowest percentage of buffer used - same algo as libavformat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix typo in r22772 which causes compilation error under *BSD.voroshil2007-04-081-8/+8
| | | | | | | Slightly modified patch from Bernd Ernesti. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22946 b3059339-0415-0410-9bf9-f77b7e298cf2
* in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of ↵nicodvb2007-04-081-10/+0
| | | | | | bufsize with dwSuggestedBufferSize (those values are completely invented) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22945 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindentationnicodvb2007-04-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22944 b3059339-0415-0410-9bf9-f77b7e298cf2
* in the system header set audio_locked/video_locked only for dvd and vcdnicodvb2007-04-081-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22943 b3059339-0415-0410-9bf9-f77b7e298cf2
* small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 ↵nicodvb2007-04-081-1/+1
| | | | | | bytes per second git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22942 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore generated pci_*.[ch] files.diego2007-04-070-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22941 b3059339-0415-0410-9bf9-f77b7e298cf2
* trashed deprecated libdha dirben2007-04-072-55/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22940 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved old README file from libdha dir to vidix oneben2007-04-071-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22939 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start to separate bad-autodetection hacks from other stuff in extension-basedreimar2007-04-071-0/+5
| | | | | | | demuxer selection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22938 b3059339-0415-0410-9bf9-f77b7e298cf2
* .dxa files should be handled by libavformat.diego2007-04-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22937 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for C93 videodiego2007-04-072-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22936 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, the scr must be reset before overwriting the first pack with the ↵nicodvb2007-04-071-0/+3
| | | | | | correct system header (format=mpeg1|2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22935 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for THP ADPCM audiodiego2007-04-072-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22934 b3059339-0415-0410-9bf9-f77b7e298cf2
* qdrw changed output format in ffmpeg r8630, sync codecs.conf and require rtogni2007-04-072-3/+3
| | | | | | | newest codecs.conf version to avoid regression git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22933 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2007-04-073-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix lost hard linebreaks in libass by repeating the loop when both soft andeugeni2007-04-071-0/+5
| | | | | | | | | | | | | hard linebreaks are about to be added. Original message: http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-April/050876.html Patch by Jindrich Makovicka /makovick gmail com/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22931 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing includes in generated fileben2007-04-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22930 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored pci_db2c.awk file from previous broken commitben2007-04-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22929 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add "Requirements" and "Mailinglist" sectionattila2007-04-071-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22928 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed r22879 until I discover why it's giving so many sync problems; I'll ↵nicodvb2007-04-071-3/+24
| | | | | | eventually recommit it in a fixed form git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support Windows codecs from RealPlayer10rtogni2007-04-061-0/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless #includes.diego2007-04-067-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless #includes.diego2007-04-062-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22924 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent include paths for config.h et al.diego2007-04-0610-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistent include paths for config.h.diego2007-04-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22922 b3059339-0415-0410-9bf9-f77b7e298cf2
* BMP support for mf://reimar2007-04-061-0/+2
| | | | | | | Patch by lode leroy [lode_leroy hotmail com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22921 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing headers in vidix drivers registry filesben2007-04-065-3/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22920 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed libdha.[hc] to dha.[hc]ben2007-04-0615-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22919 b3059339-0415-0410-9bf9-f77b7e298cf2
* merged libdha and libvidix, moved all files from libdha to vidix directoryben2007-04-0658-35/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22918 b3059339-0415-0410-9bf9-f77b7e298cf2
* There was a fallback value for libtheora linker flags, but it was never addeddiego2007-04-061-1/+1
| | | | | | | to the right variable that collects linker flags. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ability to specify video and audio capture device namesvoroshil2007-04-052-8/+44
| | | | | | | in *BSD BT848 tv driver. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22916 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix (s/M/N/) in IMPORTA_M_Tgpoirier2007-04-041-1/+1
| | | | | | | patch by Onur Kucuk %onur A delipenguen P net% git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22915 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r22902gpoirier2007-04-041-9/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22914 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after FFmpeg r8619.cehoyos2007-04-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte rtogni2007-04-031-1/+2
| | | | | | | is the channel number (normally 0) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22912 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use teardownMediaSession() instead of teardownMediaSubsession()cehoyos2007-04-031-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24cehoyos2007-04-031-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22910 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22854: Remove empty section.voroshil2007-04-031-60/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22909 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22845: Clarify -xineramascreen -2 behaviourvoroshil2007-04-031-10/+9
| | | | | | | | | r22900: documented -mpegopts :adelay r22901: removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf r22902: restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22908 b3059339-0415-0410-9bf9-f77b7e298cf2
* thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.vayne2007-04-031-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22907 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use "generic" optimization instead of 686 as default for runtime-cpudetectiondiego2007-04-031-3/+4
| | | | | | | | | if available. It promises to deliver optimal performance on a collection of comtemporary CPUs. patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention DNS round-robin system in the mirroring HOWTO.diego2007-04-031-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22905 b3059339-0415-0410-9bf9-f77b7e298cf2
* "()" to "(void)" function param list fixesuau2007-04-0117-22/+22
| | | | | | | patch from Stefan Huehner, stefan huehner org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22904 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless ()aurel2007-04-011-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22903 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored previous definition of -mpegopts :drop and :tsaf (r22900); they ↵nicodvb2007-04-011-2/+2
| | | | | | were there for a good reason git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22902 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsafnicodvb2007-04-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22901