aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* vf: Remove unused VFCTRL_FLIP_PAGEGravatar Uoti Urpala2009-10-21
* Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\
| * Mark some functions that do not need external visibility as static.Gravatar diego2009-09-30
| * Reduce console output verbosity: Move colorspace information to verbose mode.Gravatar diego2009-09-30
| * Change type to avoid void * arithmetic.Gravatar reimar2009-09-25
| * Set codec_type and codec_id in codec context for lavc encoders.Gravatar reimar2009-09-25
| * Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
| * Use x264_encoder_delayed_frames instead of the current hack to flush delayedGravatar reimar2009-09-23
| * sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* | Merge branch 'vdpau' into buildGravatar Uoti Urpala2009-09-19
|\ \
| * | vo_vdpau: Fix memory corruption bug with MP_IMGTYPE_NUMBEREDGravatar Uoti Urpala2009-09-18
| * | core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* | | vf: Free MP_IMGTYPE_NUMBERED buffers tooGravatar Uoti Urpala2009-09-18
* | | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\ \ \ | | |/ | |/|
| * | Add several HAVE_EBX_AVAILABLE conditions where necessaryGravatar reimar2009-09-14
| * | %lf is not a valid printf format specifier, use just %f instead.Gravatar reimar2009-09-14
| * | Always keep a backup of the expand values from the command-line, so valuesGravatar reimar2009-09-10
* | | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\| | | |/ |/|
| * ReindentGravatar reimar2009-08-26
| * Retry deciding to get audio parameters several times on errors, this avoidsGravatar reimar2009-08-26
* | Merge svn changes up to r29544Gravatar Uoti Urpala2009-08-22
|\|
| * Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsGravatar reimar2009-08-12
| * 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.Gravatar reimar2009-08-12
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.Gravatar cehoyos2009-08-11
| * Add a giant hack to the x264 encoder module to ensure all delayed frames areGravatar reimar2009-08-07
* | Change type names to match upstream libassGravatar Grigori Goronzy2009-08-07
| * Replace macro: MAX -> FFMAXGravatar ben2009-08-06
* | Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\|
| * Fix stupid, off-by-one, mistakes in assert() expressions.Gravatar eugeni2009-07-27
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | vf_pp: Remove deprecated "hex mode" supportGravatar Uoti Urpala2009-07-26
* | Remove internal libass treeGravatar Uoti Urpala2009-07-26
* | Use own mp_*_taglists code instead of libavformat internalsGravatar Uoti Urpala2009-07-26
* | Disable functionality requiring libswscale internalsGravatar Uoti Urpala2009-07-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove unnecessary libavutil/internal.h includesGravatar Uoti Urpala2009-07-26
| * Make sure clip coordinates are inside the screen area.Gravatar eugeni2009-07-18
* | Merge svn changes up to r29417Gravatar Uoti Urpala2009-07-12
|\|
| * 20% faster hqdn3d on x86_64Gravatar lorenm2009-07-07
| * new debanding filterGravatar lorenm2009-07-07
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | 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
* | | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| | * replace "g" asm constraint by "erm" since "g" allows 64bit immediates whileGravatar gpoirier2009-06-07
| | * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01