aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* 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
| * ad_ffmpeg: add support for planar sample formatsGravatar Stefano Pigozzi2012-10-14
| * Remove useless video filtersGravatar wm42012-10-03
| * vf_lavc: fix compilation with latest libavGravatar Anton Khirnov2012-09-29
|/
* vf_scale: do the upscale detection AFTER calculating dimensionsGravatar Rudolf Polzer2012-09-24
* vf_rectangle: remove as it is very dirty and we have a replacement nowGravatar Rudolf Polzer2012-09-18
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersGravatar Rudolf Polzer2012-09-18
* ad_dvdpcm: add back PCM decoder for DVDGravatar wm42012-09-18
* subs, vo_vdpau: support RGBA color for PGS subtitlesGravatar Uoti Urpala2012-09-18
* rawaudio: use mplayer audio format for format optionGravatar wm42012-09-18
* dec_audio: do not overwrite sh_audio->wf->wFormatTagGravatar wm42012-09-18
* ad_pcm: add back raw decoderGravatar wm42012-09-18
* demuxer: remove ImageDesc fieldGravatar wm42012-09-18
* subs, vo: do sub bitmap change detection by comparing IDsGravatar Uoti Urpala2012-09-18
* subs: always use sub decoder framework for libass renderingGravatar Uoti Urpala2012-09-18
* subs: libass: use a single persistent renderer for subtitlesGravatar Uoti Urpala2012-09-18
* cleanup: remove pointless #definesGravatar Uoti Urpala2012-09-18
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* options, codecs.conf, img_format: unify imgfmt name handlingGravatar wm42012-08-29
* cleanup: remove XvMC remains, reformat img_format.cGravatar Uoti Urpala2012-08-28
* vf_dlopen: add a generic filter to load external filtersGravatar Rudolf Polzer2012-08-23
* img_format, m_option: make image format name list globally availableGravatar wm42012-08-23
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21