summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix some 10ls in sample rate handlinattila2004-01-291-2/+3
| | | | | | | patch by Josef Zlomek <josef.zlomek@email.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11879 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for aac in real media filesattila2004-01-291-0/+37
| | | | | | | patch by Moritz Bunkus <moritz@bunkus.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11878 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lhenry2004-01-291-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11877 b3059339-0415-0410-9bf9-f77b7e298cf2
* * changes mencoder's exit code on explicit kill to 2attila2004-01-296-10/+15
| | | | | | | | | | * add quiet/noquiet to mencoder * dont depend targets on themselfs patch by Oswald Buddenhagen <ossi@kde.org> additionaly moved quiet/noquiet and v/verbose to cfg-common.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11876 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix broken fullscreen start of gmplayerattila2004-01-291-0/+1
| | | | | | | patch by Joe Drago <joe@gotdoofed.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the PJS (aka dunnowhat) subtitlesattila2004-01-293-10/+41
| | | | | | | patch by Salvador Eduardo Tropea <salvador@inti.gov.ar> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11874 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compliance with the DVB power management specification (doesn't closeattila2004-01-293-64/+51
| | | | | | | | | | | the tuner after having tuned). This permits to remove the parameter dvb_shutdown_timeout=0 to the module dvb-core and ultimately shuts down the card when the tuner isn't used. patch by Nico <nsabbi@tiscali.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11873 b3059339-0415-0410-9bf9-f77b7e298cf2
* softpulldown + kerndeintranma2004-01-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11872 b3059339-0415-0410-9bf9-f77b7e298cf2
* continue playing real files after errorsattila2004-01-291-27/+36
| | | | | | | | patch by Pekka Enberg <Pekka.Enberg@cs.helsinki.fi> additionally changed all printfs to mp_msg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11871 b3059339-0415-0410-9bf9-f77b7e298cf2
* kerndeint adaptive deinterlacerranma2004-01-293-1/+329
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11870 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 supportalex2004-01-291-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11869 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable buggy code, patch by Romain Dolbeaualex2004-01-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11868 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for latest CVS, patch by Ville Syrjalaalex2004-01-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11867 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused headeer dependenciesalex2004-01-283-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11866 b3059339-0415-0410-9bf9-f77b7e298cf2
* use inttypes.h and std types, this fixes compilation problems on solaris 9 x86alex2004-01-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11865 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set fcchandler according to fourcc, some players (Archos Jukebox) need it, ↵alex2004-01-281-0/+2
| | | | | | also imho a player should use that field for determining fourcc, hopefully it doesn't break anything git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11864 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-01-272-23/+217
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11863 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2004-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11862 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2004-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11861 b3059339-0415-0410-9bf9-f77b7e298cf2
* if the user wants fast, use fast code! otherwise the user has to putrfelker2004-01-271-0/+6
| | | | | | | | af=resample=44100:0:0 in the config file, which will resample all files, not just ones that need it. libaf still sux! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11860 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000lrfelker2004-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11859 b3059339-0415-0410-9bf9-f77b7e298cf2
* not pretty, but at least it prevents the channels from getting out of order...rfelker2004-01-271-1/+3
| | | | | | | | the real solution is to get rid of libaf (probably the worst code in mplayer!) and replace it with a good audio layer... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11858 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100lrfelker2004-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11857 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lrfelker2004-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11856 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial translation prepared by chomar <duch at wla dot pl> and myself.rathann2004-01-251-0/+122
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11855 b3059339-0415-0410-9bf9-f77b7e298cf2
* reviewed the locking codes, a mutex should be unlocked before destroying italex2004-01-251-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't mutex_unlock if it was never locked. Patch by Min Sik Kimalex2004-01-251-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11853 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for AVID DV fourcc, patch by xliska at informatics.muni.czalex2004-01-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11852 b3059339-0415-0410-9bf9-f77b7e298cf2
* added changes until nowalex2004-01-251-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Altivec optimized stereo resampler by Romain Dolbeau (made it working under ↵alex2004-01-252-1/+89
| | | | | | Linux myself) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11850 b3059339-0415-0410-9bf9-f77b7e298cf2
* ppc970 support, patch by Romain Dolbeaualex2004-01-251-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use fli decoder from libavcodecrtognimp2004-01-252-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11848 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass header to codec in extradata (needed by ffmpeg fli decoder)rtognimp2004-01-251-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11847 b3059339-0415-0410-9bf9-f77b7e298cf2
* freebsd fix (btw, why does it needs this int_max shit?alex2004-01-251-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11846 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2004-01-2513-152/+506
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11845 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates by smoker <smoker@smokerz.net>diego2004-01-251-10/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11844 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2004-01-241-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the build system print everything it does.diego2004-01-242-23/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11842 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixesdiego2004-01-241-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11841 b3059339-0415-0410-9bf9-f77b7e298cf2
* add divx2svcd script.attila2004-01-241-0/+350
| | | | | | | | uses mencoder instead of mpegtools by VMiklos <mamajom@axelero.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11840 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent subreader from segfaulting when sami subs dont haveattila2004-01-241-3/+14
| | | | | | | | a <P> at the beginning. patch by Fabien Tassin <fta+mplayer@sofaraway.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11839 b3059339-0415-0410-9bf9-f77b7e298cf2
* add option to select mixer channelattila2004-01-245-3/+48
| | | | | | | patch by Catalin Muresan <catalin.muresan@astral.ro> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11838 b3059339-0415-0410-9bf9-f77b7e298cf2
* mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.carpi2004-01-232-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for compilation with libmatroska 0.6.3.mosu2004-01-231-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11836 b3059339-0415-0410-9bf9-f77b7e298cf2
* add lame filter optionsiive2004-01-232-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11835 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix aspect 4 according to the standartiive2004-01-231-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not deactivate the video stream if no audio stream was wanted/found...mosu2004-01-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11833 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync. Named parameters documented.nauj272004-01-221-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11832 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and livavcodecs tagsnauj272004-01-228-74/+112
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11831 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100000lmichael2004-01-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11830 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-01-222-16/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11829 b3059339-0415-0410-9bf9-f77b7e298cf2
* sort -u is equivalent to sort | uniq, hint by Dominik.diego2004-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11828 b3059339-0415-0410-9bf9-f77b7e298cf2
* some new locations from newest Gentoowight2004-01-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11827 b3059339-0415-0410-9bf9-f77b7e298cf2
* How come TODO lists never shrink?diego2004-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11826 b3059339-0415-0410-9bf9-f77b7e298cf2
* Our DirectFB documentation is dated, the current version is now linked todiego2004-01-212-73/+12
| | | | | | | from video.xml. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11825 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ldiego2004-01-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add <systemitem class="library"> tags to libavcodec and a few others.diego2004-01-218-47/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11823 b3059339-0415-0410-9bf9-f77b7e298cf2
* uniq is ineffective without sort.diego2004-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11822 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l bug fix for a wrong command line by Christian Ohm <chr.ohm@gmx.net>,diego2004-01-211-6/+5
| | | | | | | diction improvements by Qba <jim85@wp.pl>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11821 b3059339-0415-0410-9bf9-f77b7e298cf2
* What was synced is still synced.wight2004-01-212-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Build target names shortened.diego2004-01-201-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11819 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shiny new build system by Torinthiel, polished and improved by myself.diego2004-01-2013-159/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11818 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small wording and consistency improvements, named parameters documented.diego2004-01-201-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compiler/system compatibility fixes.mosu2004-01-202-10/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11816 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix when v4l2 is present but disabledalex2004-01-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11815 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to help with documentation and translation.diego2004-01-201-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11814 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed subtitle clearing.mosu2004-01-201-4/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11813 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent the libdv decoder from adding "NTSC setup" on decodeattila2004-01-201-1/+1
| | | | | | | patch by Dan Dennedy <dan@dennedy.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11812 b3059339-0415-0410-9bf9-f77b7e298cf2
* Have the MOV demuxer recognize and display (via MPINFO) registered ISOdiego2004-01-201-4/+37
| | | | | | | | | and other major brands instead of the usual "Unknown major brand" from only having "isom" defined. patch by Shan <sweber@slingshot.co.nz>, approved by Alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11811 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer translation HOWTOdiego2004-01-201-0/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11810 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the subtitle line overflowing for SSA if there were too many \N in the ↵mosu2004-01-191-2/+12
| | | | | | subs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11809 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-197-17/+3461
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11808 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272004-01-1911-97/+544
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11807 b3059339-0415-0410-9bf9-f77b7e298cf2
* edl.xml removed, now included into usage.xmlnauj272004-01-191-66/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11806 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for newer openbsd versions, which are fully elf basedalex2004-01-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11805 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.35paszczi2004-01-181-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11804 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some <replaceable> tags added.diego2004-01-181-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11803 b3059339-0415-0410-9bf9-f77b7e298cf2
* previously skipped text translatedgabucino2004-01-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11802 b3059339-0415-0410-9bf9-f77b7e298cf2
* typopaszczi2004-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11801 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-01-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11800 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabucino2004-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11799 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for Real files with header size == 0x10 (normally is 0x12)rtognimp2004-01-161-5/+10
| | | | | | | | (fixes sample file header_size_10.rmvb) Patch by LR <hephooey (at) fastmail (dot) fm> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11798 b3059339-0415-0410-9bf9-f77b7e298cf2
* Time to bump the dates, filter configuration file example