aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_vdpau: Support updating OSD while pausedGravatar Uoti Urpala2009-09-05
* vo_vdpau.c: Reindent control() switch statementGravatar Uoti Urpala2009-09-05
* vo_vdpau: Allocate one large surface for EOSD contentGravatar Uoti Urpala2009-09-05
* Merge branch 'vdpau_old' into vdpauGravatar Uoti Urpala2009-08-31
|\
| * vo_vdpau.c: cosmeticsGravatar Uoti Urpala2009-08-29
| * vo_vdpau: reindent after GUI code removalGravatar Uoti Urpala2009-08-29
| * vo_vpdau: Clean up uninit logicGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make CHECK_ST macro saferGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move all remaining static/global variables to contextGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move things to context structGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make info struct constGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Replace global function table with context variableGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Move VDPAU interface pointers into one structGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Add template file for VDPAU functionsGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Make compile as new-style VOGravatar Uoti Urpala2009-08-29
| * vo_vdpau: Delete GUI stuff, include font_load.h for force_load_fontGravatar Uoti Urpala2009-08-29
* | debian/: update README and TODOGravatar Anton Khirnov2009-08-23
* | debian/rules: don't manually remove config filesGravatar Anton Khirnov2009-08-23
* | debian/: update changelogGravatar Anton Khirnov2009-08-23
* | debian/: update standards version.Gravatar Anton Khirnov2009-08-23
* | debian/: support parallel in DEB_BUILD_OPTIONS.Gravatar Anton Khirnov2009-08-23
* | debian/: DEB_BUILD_OPTIONS -> DEB_BUILD_CONFIGUREGravatar Anton Khirnov2009-08-23
* | debian/: delegate handling of mplayer.conf to dpkg.Gravatar Anton Khirnov2009-08-23
* | debian/: remove watchGravatar Anton Khirnov2009-08-23
* | debian/: remove references to the internal GUI.Gravatar Anton Khirnov2009-08-23
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\ \
| * | Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
| * | Check return values of sws_allocVec() and sws_getConstVec().Gravatar ramiro2009-08-20
| * | OpenAL: untested support for 8-channel audio.Gravatar reimar2009-08-19
| * | Fix channel reordering when using 24-bit samples by adding breaks to casesGravatar tack2009-08-19
| * | Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.Gravatar reimar2009-08-19
| * | Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
| * | Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
| * | Remove useless casts of malloc return value.Gravatar reimar2009-08-19
| * | Introduce and use sws_allocVec().Gravatar ramiro2009-08-19
| * | Reuse sws_getConstVec() where possible.Gravatar ramiro2009-08-19
| * | Cosmetics: adjust alignment.Gravatar tack2009-08-18
| * | Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\| |
| * | Fix incompatible pointer types warning, also seems to fix mis-compilation wit...Gravatar reimar2009-08-17
| * | Fix 100l broken flag check found due to compiler warning.Gravatar reimar2009-08-17
| * | Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notGravatar reimar2009-08-17
| * | Get rid of rawaudio control code again that only duplicates the fallback code inGravatar reimar2009-08-17
| * | Handle demuxers that never set filepos by using stream_tell.Gravatar reimar2009-08-17
| * | swscale-example: Make selection of dstW, dstH, and flags more clear.Gravatar ramiro2009-08-17
| * | Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case theGravatar reimar2009-08-16
| * | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forGravatar reimar2009-08-16
| * | More indentation changes leftover from r29522:Gravatar ramiro2009-08-16
| * | Cosmetics:Gravatar ramiro2009-08-16
| * | Indent libswscale:Gravatar ramiro2009-08-16