summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tvvoroshil2007-04-151-0/+1
| | | | | | | driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22999 b3059339-0415-0410-9bf9-f77b7e298cf2
* Report if internal, external of dvdnav version of dvdread is used.diego2007-04-151-5/+11
| | | | | | | patch by Yaroslav, yar_tour mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disabled VCD support under Cygwin, it fails to link.diego2007-04-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-04-151-1/+0
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22996 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update amr-nb and amr-wb checks for changes in FFmpeg.diego2007-04-151-12/+18
| | | | | | | patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22995 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve horizontal chroma resolution with palmichael2007-04-152-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22994 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert palette to yuv instead of converting each pixel after pal->rgbmichael2007-04-152-14/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22993 b3059339-0415-0410-9bf9-f77b7e298cf2
* added vidix driver for Permedia2 cards from upstream vidixben2007-04-145-1/+1683
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22992 b3059339-0415-0410-9bf9-f77b7e298cf2
* added conditional vidix drivers compilationben2007-04-143-5/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use lavf_preferred mechanism to replace more extension-based detection hacksreimar2007-04-142-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22990 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add lavf_preferred demuxer for lavf formats we want to be probedreimar2007-04-144-5/+42
| | | | | | | | before our native demuxers and remove some now unneeded file-extension hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22989 b3059339-0415-0410-9bf9-f77b7e298cf2
* typovoroshil2007-04-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22988 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics. restore empty line removed in r22985.voroshil2007-04-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a stupid bug in r22473: bbox is zero-filled everytime when a glypheugeni2007-04-131-5/+1
| | | | | | | | is found in the cache. This leads to broken karaoke (some glyphs are not highlighted at all), and, probably, slightly incorrect linebreaks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22986 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move translatable strings from tv.c to help_mp*voroshil2007-04-132-51/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant setting of variables when compiling FFmpeg libraries,diego2007-04-121-5/+5
| | | | | | | it's already being taken care of by configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22984 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, expand all tabs to four spaces.ivo2007-04-121-112/+112
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22983 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace huge switch statement by a lookup table.ivo2007-04-121-174/+46
| | | | | | | Add newline to final report. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22982 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22975: cosmetics: remove trailing white spacevoroshil2007-04-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert previous broken removal of partial dependency list.diego2007-04-121-0/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22980 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
| | |