aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge svn r29305 (trailing whitespace removal)Gravatar Uoti Urpala2009-07-07
|\ | | | | | | | | | | This merge doesn't actually modify the tree, it's only here to tell git that later merges should not try to apply the whitespace changes (which would produce lots of conflicts).
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| |
* | Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\ \
* | | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
| | | | | | | | | | | | | | | Replace all MSGTR_ macros in the source by the corresponding English string.
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | | | | | | | | | | | | | | Replace mp_msg() calls which have a translated string as the format argument with mp_tmsg and add _() around all other translated strings.
* | | Add temporary no-op translation function stubsGravatar Uoti Urpala2009-07-06
| | |
* | | Add OSS4 vmix volume control to ao_ossGravatar Grigori Goronzy2009-06-24
| | | | | | | | | | | | | | | | | | Support for per-application volume control, introduced by OSS4. This adds a check in configure to add the proper include path to the CFLAGS, if needed. The path is taken from /etc/oss.conf.
* | | Disallow subtitles without videoGravatar Uoti Urpala2009-06-13
| | | | | | | | | | | | | | | | | | Make sure no subtitle stream can be selected when no video stream exists. The code doesn't handle subtitles without video properly and it was possible to trigger crashes in some cases.
* | | Fix ordered chapter pruning of redundant timeline partsGravatar Uoti Urpala2009-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Code that was supposed to merge two timeline parts if the second one started exactly where the first one stopped didn't work because it mixed timestamps in different units (I had changed the units of some variables after originally writing that code but forgotten to update it). As a result of the bug there were unnecessary part switches, but it was unlikely to cause any serious problems.
| | * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| |/ | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure that -Ilibdvdread4 appears in CFLAGS before any system directoriesGravatar diego2009-05-12
| | | | | | | | | | | | | | | | so that internal dvdread headers do not conflict with system headers. Fixes Bugzilla #1465. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29304 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure that -I flags for internal library copies come before other CFLAGSGravatar diego2009-05-12
| | | | | | | | | | | | | | so that header files do not conflict with system-installed versions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29303 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.Gravatar diego2009-05-12
| | | | | | | | | | | | | | noticed by Loic Pefferkorn, loic-mplayer loicp eu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29302 b3059339-0415-0410-9bf9-f77b7e298cf2
| * libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.Gravatar diego2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29301 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add HAVE_PPC64 definition for FFmpeg.Gravatar diego2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29300 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure CONFIG_MUXERS is always set.Gravatar diego2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29299 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29298 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29297 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Some reformating to avoid two too long linesGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29296 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29295 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29294 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29293 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29292 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29291 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29290 b3059339-0415-0410-9bf9-f77b7e298cf2
| * chunk size = 0 is valid for DATA chunks (used in live streams), don't Gravatar rtogni2009-05-10
| | | | | | | | | | | | | | | | print warning message git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29289 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add const qualifier to param argument of sws_getContext() andGravatar diego2009-05-10
| | | | | | | | | | | | | | | | sws_getCachedContext(). Fixes the warning: swscale.c:3408: warning: assignment discards qualifiers from pointer target type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29288 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move preprocessor condition before variable declaration, fixes the warning:Gravatar diego2009-05-10
| | | | | | | | | | | | | | libswscale/swscale.c:1795: warning: unused variable 'flags' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29287 b3059339-0415-0410-9bf9-f77b7e298cf2
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it ↵Gravatar rik2009-05-09
| | | | | | | | | | | | correctly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29286 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove redundant information about configuring MPlayer for GUI support.Gravatar diego2009-05-09
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29285 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move image formats section to a more appropriate place.Gravatar diego2009-05-09
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29284 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: indentation fixes for the dvdread checkGravatar diego2009-05-09
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29283 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix misplaced 'fi' in external dvdread test.Gravatar diego2009-05-09
| | | | | | | | | | | | | | patch by Diogo Franco, diogomfranco gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29282 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing const qualifiers to AltiVec function parameters where appropriate.Gravatar diego2009-05-09
| | | | | | | | | | | | | | Fixes a couple of 'discards qualifiers from pointer target type' warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29281 b3059339-0415-0410-9bf9-f77b7e298cf2
* | video_out.c: Fix a minor memory leakGravatar Uoti Urpala2009-05-09
| | | | | | | | | | | | | | | | | | | | | | | | The code that loops over possible video output drivers and tries to find a working one does not free and reallocate the 'struct vo' if a driver's preinit() call fails, but just overwrites the same struct instead. This means that any memory the failing driver allocated as a talloc subcontext will not be freed immediately. This is not even a real leak as the memory will be freed once the VO is closed, but it's still nicer to free things immediately. Add talloc_free_children() to free any such talloc subcontexts that were created during the failing preinit().
| * Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29280 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace informal GPL license header by standard GPL header.Gravatar diego2009-05-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29279 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Replace informal LGPL header by standard LGPL license header.Gravatar diego2009-05-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29278 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.Gravatar diego2009-05-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29277 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
| | | | | | | | | | | | | | | | | | It leads to VDPAU errors after video aspect ratio changes. Patch by Stephen Warren. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29276 b3059339-0415-0410-9bf9-f77b7e298cf2
| * The Apple remote code needs the Cocoa framework to link.Gravatar diego2009-05-08
| | | | | | | | | | | | | | Apple remote LDFLAGS are only necessary for linking MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29275 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.Gravatar diego2009-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29274 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.Gravatar adrian2009-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29273 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix sliced yuv410 -> yuv420 conversionGravatar vitor2009-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29272 b3059339-0415-0410-9bf9-f77b7e298cf2
| * revise previous translationGravatar jrash2009-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29271 b3059339-0415-0410-9bf9-f77b7e298cf2
| * sync with en/mplayer.1 r29252Gravatar jrash2009-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29270 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Move Quartz and CoreVideo checks into the vo driver section.Gravatar diego2009-05-05
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29269 b3059339-0415-0410-9bf9-f77b7e298cf2
| * LDFLAGS for CoreVideo and Quartz should be MPlayer-only.Gravatar diego2009-05-05
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29268 b3059339-0415-0410-9bf9-f77b7e298cf2
| * libdvdcss requires the Carbon framework to link on Mac OS X.Gravatar diego2009-05-05
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29267 b3059339-0415-0410-9bf9-f77b7e298cf2