aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* Replace fast_memcpy() usesGravatar wm42012-11-11
* vd_ffmpeg: disable codec direct rendering and slices by defaultGravatar wm42012-11-07
* libav_compat: fix mmx2 define, provide fallback for avcodec_free_frameGravatar Stefano Pigozzi2012-11-03
* audio: untypedef af_streamGravatar Stefano Pigozzi2012-11-02
* audio: untypedef af_cfgGravatar Stefano Pigozzi2012-11-02
* audio: untypedef af_data and rename it to mp_audioGravatar Stefano Pigozzi2012-11-02
* Merge branch 'osd_changes' into masterGravatar wm42012-11-01
|\
* | ad_spdif: don't print uninitialized value in debug messageGravatar wm42012-11-01
* | vf: fix NULL pointer issueGravatar wm42012-11-01
* | vd: minor simplificationGravatar wm42012-11-01
| * screenshot: remove hack for passing anamorphic image sizeGravatar wm42012-11-01
| * screenshot: let VOs pass colorspace information via mp_imageGravatar wm42012-11-01
| * screenshot, draw_bmp: use colorspace passed with mp_imageGravatar wm42012-11-01
* | cleanup: remove some things related to old video decodersGravatar wm42012-10-30
* | demux_lavf: add a hack to work around other hacksGravatar wm42012-10-30
* | libmpcodecs: fix coverity issuesGravatar reimar2012-10-30
* | vf_screenshot: fix handling of out-of-order slice rendered framesGravatar reimar2012-10-30
* | vf_delogo, vf_unsharp: clear mpi->priv for consistencyGravatar reimar2012-10-30
* | vf_delogo: fix using with numbered mpiGravatar reimar2012-10-30
* | mp_image: update description of MP_IMGFLAG_READABLEGravatar reimar2012-10-30
* | vf: fix usage count for passthrough-only filtersGravatar reimar2012-10-30
* | vd_ffmpeg: detect broken mpi usage countGravatar reimar2012-10-30
* | vf_stereo3d: add another anaglyph color variantGravatar reimar2012-10-30
* | vf_expand: remove outdated code causing crashesGravatar reimar2012-10-30
| * mp_image: add fields to pass colorspace down the filter chainGravatar wm42012-10-28
| * mp_image: use uint8_t instead of unsigned char for plane pointersGravatar wm42012-10-28
| * Merge branch 'master' into osd_changesGravatar wm42012-10-24
| |\ | |/ |/|
| * core: disable vf_sub auto-insertionGravatar wm42012-10-24
| * VF: rename vf_ass to vf_subGravatar wm42012-10-24
| * draw_bmp: fix for yuy2 formatGravatar wm42012-10-24
| * core: do not try to redraw OSD if VO doesn't support OSDGravatar wm42012-10-24
| * VO, sub: refactorGravatar wm42012-10-24
| * draw_bmp: don't try to call swscale if image format not supportedGravatar wm42012-10-24
| * sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingGravatar wm42012-10-24
| * sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorGravatar wm42012-10-24
| * mp_image: hack to fix alignment for certain image formatsGravatar wm42012-10-24
| * sub: add helper to draw sub-bitmaps into an imageGravatar Rudolf Polzer2012-10-24
| * mp_image: fix copy_mpi() with 16 bit formats, add helper macrosGravatar Rudolf Polzer2012-10-24
| * libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cGravatar Rudolf Polzer2012-10-24
* | cleanup: remove vd_internal.hGravatar wm42012-10-23
* | VF: remove IMGFMT_MPEGPESGravatar wm42012-10-22
* | vd: remove references to vf_palette and vf_lavcGravatar wm42012-10-22
* | vd_ffmpeg, vf: fix crashes with some game formatsGravatar reimar2012-10-22
* | mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0Gravatar wm42012-10-21
| * Merge branch 'master' into osd_changesGravatar wm42012-10-16
| |\ | |/ |/|
| * sub: cosmetics: move things aroundGravatar wm42012-10-16
| * sub: always go through sub.c for OSD renderingGravatar wm42012-10-16
| * sub: remove logic for disabling hinting on scaled EOSDGravatar wm42012-10-16
| * sub: create sub_bitmap array even when using libassGravatar wm42012-10-16