summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add mpeg demuxers maintenernicodvb2005-04-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15281 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.945: Document replacing , by . for -vo ggi:gpoirier2005-04-271-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15280 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbositynicodvb2005-04-271-41/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15279 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix palette8tobgr32/palette8torgb32 on big endiannplourde2005-04-271-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15278 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, fix wrong byterate in waveformatnicodvb2005-04-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15277 b3059339-0415-0410-9bf9-f77b7e298cf2
* use sleep_accurate darwin timernplourde2005-04-271-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15276 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, memset 0 was done on desc instead of cdesc, see bug #288reimar2005-04-271-1/+1
| | | | | | | Patch by Marcus Meissner [ meissner at suse de ] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15275 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document replacing , by . for -vo ggi:reimar2005-04-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15274 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make it possible to use a ggi device string that contains a ',' by writingreimar2005-04-271-0/+8
| | | | | | | a '.' instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the pattern that wasn't repeated every 4 lines.gpoirier2005-04-261-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15272 b3059339-0415-0410-9bf9-f77b7e298cf2
* not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...reimar2005-04-261-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15271 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.944: better slave mode description, spelling/grammargpoirier2005-04-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15270 b3059339-0415-0410-9bf9-f77b7e298cf2
* better slave mode description, spelling/grammardiego2005-04-261-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15269 b3059339-0415-0410-9bf9-f77b7e298cf2
* (hopefully) better description of slave modediego2005-04-261-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15268 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.943: faac optionsgpoirier2005-04-251-3/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15267 b3059339-0415-0410-9bf9-f77b7e298cf2
* toolame now works in vbr mode, toonicodvb2005-04-252-11/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15266 b3059339-0415-0410-9bf9-f77b7e298cf2
* better slave mode descriptiondiego2005-04-251-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15265 b3059339-0415-0410-9bf9-f77b7e298cf2
* faac section reviewdiego2005-04-251-13/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15264 b3059339-0415-0410-9bf9-f77b7e298cf2
* faac optionsnicodvb2005-04-251-1/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15263 b3059339-0415-0410-9bf9-f77b7e298cf2
* added format 0x706D for faac, compatible with ffmpegnicodvb2005-04-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15262 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention audio encoding modularization and faacnicodvb2005-04-251-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15261 b3059339-0415-0410-9bf9-f77b7e298cf2
* added faac audio encodernicodvb2005-04-258-0/+267
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15260 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed wrong function pointers definitionsnicodvb2005-04-252-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15259 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.79gabrov2005-04-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15258 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.24gabrov2005-04-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15257 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.73gabrov2005-04-241-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15256 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.55 (initial translation)gabrov2005-04-241-0/+2336
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15255 b3059339-0415-0410-9bf9-f77b7e298cf2
* explains how to fix the aspect ratio of an AVI filegpoirier2005-04-241-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15254 b3059339-0415-0410-9bf9-f77b7e298cf2
* - preserve ordering of the sliceshenry2005-04-241-8/+37
| | | | | | | - make sure that the black buffer is actually allocated to avoid sig11 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15253 b3059339-0415-0410-9bf9-f77b7e298cf2
* wrong framesize calculation for layers 1 and 2 with lsf setnicodvb2005-04-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15252 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to libogg 1.1.2 (needed for Theora)henry2005-04-244-44/+610
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15251 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for negative strides before memcpyhenry2005-04-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15250 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for both orderings of the slices (top->down / bottom->up)henry2005-04-242-4/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15249 b3059339-0415-0410-9bf9-f77b7e298cf2
* 16-bit unsigned (needed by Theora exp.)henry2005-04-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15248 b3059339-0415-0410-9bf9-f77b7e298cf2
* use the documented default video device /dev/video0 instead of /dev/video ↵iive2005-04-231-1/+1
| | | | | | that is missing on most systems git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make "mplayer -- --a" play the file --a instead of bailing out with a uselessreimar2005-04-232-2/+2
| | | | | | | error message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15246 b3059339-0415-0410-9bf9-f77b7e298cf2
* restore old lavc_find_atag to be used when compiling mplayer without libavformatnicodvb2005-04-221-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15245 b3059339-0415-0410-9bf9-f77b7e298cf2
* Credits for Michael Behrischgpoirier2005-04-221-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15244 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.95 compilation fixreimar2005-04-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apply -srate and -channels only to the start of the filter chain, notreimar2005-04-221-3/+3
| | | | | | | to both start and end (made downmixing to 2 channels impossible). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15242 b3059339-0415-0410-9bf9-f77b7e298cf2
* macosx compilation fixnicodvb2005-04-225-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15241 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention vrc_eq, vrc_override. remove duplicate warning about 9/7 in lossless.lorenm2005-04-221-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15240 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2005-04-225-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15239 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace Carbon.h by coreFoundation.h, fix build with x11 enable on mac osx ↵nplourde2005-04-221-1/+1
| | | | | | with --enable-macosx-bundle enable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15238 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove § (paragraph) symbol, it's unavailable in non-latin charsets.diego2005-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15237 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatesdiego2005-04-221-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15236 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio encoding reworkednicodvb2005-04-2214-747/+948
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15235 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixes. Patch by Bougiz.gpoirier2005-04-211-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15234 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversed broken linker option, it breaks compile on some systems. add a ↵rfelker2005-04-211-2/+2
| | | | | | configure check for this nonsense if it's important.. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15233 b3059339-0415-0410-9bf9-f77b7e298cf2
* More fixes by The Wandererrtognimp2005-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15232 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.941:gpoirier2005-04-201-8/+6
| | | | | | | Correct description for -tv adevice=... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15231 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start changelog for next releasertognimp2005-04-201-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Indeo2 (fourcc "RT21") decoder via lavcrtognimp2005-04-201-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15229 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'cvs admin -o' is dangerous and should be handled with extra care.diego2005-04-201-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15228 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.167rathann2005-04-201-20/+41
| | | | | | | patch by plazmus at gmail.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15227 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper fixrfelker2005-04-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15226 b3059339-0415-0410-9bf9-f77b7e298cf2
* undo dominik's 1000l cvs admin -o (recommitting bad patch)rfelker2005-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Link with -z noexecstack, fixes bug #258. Please test on all platforms!reimar2005-04-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correct description for -tv adevice=...reimar2005-04-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rich's tips regarding cropping and scalinggpoirier2005-04-201-1/+359
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15222 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l build fixesdiego2005-04-201-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15221 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation synced with 1.52jheryan2005-04-201-0/+1961
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15220 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to Jindrich! Changing the parameter name in the body, too.rathann2005-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15219 b3059339-0415-0410-9bf9-f77b7e298cf2
* integer overflow when reading fps from h264 vui.lorenm2005-04-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15218 b3059339-0415-0410-9bf9-f77b7e298cf2
* typowight2005-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15217 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MP3 detection (list of found MP3 headers was not kep sorted).reimar2005-04-181-2/+3
| | | | | | | Also remove code that only fixed the symptoms. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15216 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention the generic ratecontrol options (lmin,lmax,vqcomp,vratetol)lorenm2005-04-181-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15215 b3059339-0415-0410-9bf9-f77b7e298cf2
* check the result of poll() before read()ing; 100lnicodvb2005-04-181-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15214 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace VO and VF numeric flags with #defined identifiershenry2005-04-1845-113/+117
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fix when XF86VM is not definediive2005-04-181-0/+2
| | | | | | | patch by Ismail Donmez <ismail at kde org tr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixeswight2005-04-181-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not force real demuxer on x-pn-realaudio mimetypertognimp2005-04-171-1/+1
| | | | | | | | | Real and realaudio share the same mimetype, forcing real demuxer prevent realaudio files from being played. Fixes http://www.bbc.co.uk/romanian/rom.ra git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15210 b3059339-0415-0410-9bf9-f77b7e298cf2
* synpaszczi2005-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by The Wandererrtognimp2005-04-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Snow supports 3-pass mode and 9/7 wavelet doesn't work lossless mode.gpoirier2005-04-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15207 b3059339-0415-0410-9bf9-f77b7e298cf2
* nico partially fixed the bug i reported; here's the rest of the fix.rfelker2005-04-171-0/+1
| | | | | | | | | | | | basically demux_audio was mixing data in its header buffer in a bogus manner, whereby it could sometimes "make up" valid mpeg headers where no such header actually occurred in the file. it should be correct now. btw these changes also fix the bug where mplayer reports huge initial cpu usage for sound when playing mp3 files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15206 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip framelen-4 bytes after having successfully detected an mpeg audio framenicodvb2005-04-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15205 b3059339-0415-0410-9bf9-f77b7e298cf2
* First attempt to bring this howto closer to realityrtognimp2005-04-171-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.940: 10l typogpoirier2005-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15203 b3059339-0415-0410-9bf9-f77b7e298cf2
* newer versions of mingws gcc do not like terminating slahes when specifying ↵faust32005-04-171-1/+1
| | | | | | extra include paths git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15202 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typodiego2005-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15201 b3059339-0415-0410-9bf9-f77b7e298cf2
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally ↵nicodvb2005-04-173-12/+25
| | | | | | assign layer and samples_per_frame when parsing mpa header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15200 b3059339-0415-0410-9b