summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
Commit message (Expand)AuthorAgeFilesLines
* vd_ffmpeg: disable codec direct rendering and slices by defaultwm42012-11-071-1/+1
* libav_compat: fix mmx2 define, provide fallback for avcodec_free_frameStefano Pigozzi2012-11-032-2/+2
* audio: untypedef af_streamStefano Pigozzi2012-11-021-1/+1
* audio: untypedef af_cfgStefano Pigozzi2012-11-021-2/+2
* audio: untypedef af_data and rename it to mp_audioStefano Pigozzi2012-11-021-2/+2
* Merge branch 'osd_changes' into masterwm42012-11-0113-348/+364
|\
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-012-1/+4
| * screenshot: let VOs pass colorspace information via mp_imagewm42012-11-011-0/+1
| * screenshot, draw_bmp: use colorspace passed with mp_imagewm42012-11-013-24/+54
| * mp_image: add fields to pass colorspace down the filter chainwm42012-10-284-0/+45
| * mp_image: use uint8_t instead of unsigned char for plane pointerswm42012-10-281-1/+2
| * Merge branch 'master' into osd_changeswm42012-10-249-121/+21
| |\
| * | core: disable vf_sub auto-insertionwm42012-10-241-14/+0
| * | VF: rename vf_ass to vf_subwm42012-10-243-10/+8
| * | draw_bmp: fix for yuy2 formatwm42012-10-241-0/+3
| * | core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-241-5/+4
| * | VO, sub: refactorwm42012-10-244-20/+6
| * | draw_bmp: don't try to call swscale if image format not supportedwm42012-10-242-2/+15
| * | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingwm42012-10-241-156/+15
| * | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-241-9/+13
| * | mp_image: hack to fix alignment for certain image formatswm42012-10-241-0/+19
| * | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-242-0/+27
| * | mp_image: fix copy_mpi() with 16 bit formats, add helper macrosRudolf Polzer2012-10-242-5/+17
| * | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-245-111/+163
| * | Merge branch 'master' into osd_changeswm42012-10-1652-16297/+37
| |\ \
| * | | sub: cosmetics: move things aroundwm42012-10-161-0/+1
| * | | sub: always go through sub.c for OSD renderingwm42012-10-163-34/+15
| * | | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-162-3/+0
| * | | sub: create sub_bitmap array even when using libasswm42012-10-161-1/+0
* | | | ad_spdif: don't print uninitialized value in debug messagewm42012-11-011-2/+2
* | | | vf: fix NULL pointer issuewm42012-11-011-1/+1
* | | | vd: minor simplificationwm42012-11-011-2/+1
* | | | cleanup: remove some things related to old video decoderswm42012-10-304-55/+18
* | | | demux_lavf: add a hack to work around other hackswm42012-10-302-0/+4
* | | | libmpcodecs: fix coverity issuesreimar2012-10-305-17/+17
* | | | vf_screenshot: fix handling of out-of-order slice rendered framesreimar2012-10-301-4/+2
* | | | vf_delogo, vf_unsharp: clear mpi->priv for consistencyreimar2012-10-302-0/+2
* | | | vf_delogo: fix using with numbered mpireimar2012-10-301-1/+4
* | | | mp_image: update description of MP_IMGFLAG_READABLEreimar2012-10-301-1/+8
* | | | vf: fix usage count for passthrough-only filtersreimar2012-10-301-1/+3
* | | | vd_ffmpeg: detect broken mpi usage countreimar2012-10-301-0/+4
* | | | vf_stereo3d: add another anaglyph color variantreimar2012-10-301-12/+30
* | | | vf_expand: remove outdated code causing crashesreimar2012-10-301-6/+0
| |_|/ |/| |
* | | cleanup: remove vd_internal.hwm42012-10-231-48/+0
* | | VF: remove IMGFMT_MPEGPESwm42012-10-226-20/+2
* | | vd: remove references to vf_palette and vf_lavcwm42012-10-221-48/+3
* | | vd_ffmpeg, vf: fix crashes with some game formatsreimar2012-10-222-5/+8
* | | mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0wm42012-10-213-0/+8
| |/ |/|
* | ad_ffmpeg: add support for planar sample formatsStefano Pigozzi2012-10-141-7/+36
* | Remove useless video filterswm42012-10-0351-16285/+1
* | vf_lavc: fix compilation with latest libavAnton Khirnov2012-09-291-5/+0
|/
* vf_scale: do the upscale detection AFTER calculating dimensionsRudolf Polzer2012-09-241-7/+8
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-185-199/+0
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-181-21/+53
* ad_dvdpcm: add back PCM decoder for DVDwm42012-09-182-0/+164
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-183-0/+3
* rawaudio: use mplayer audio format for format optionwm42012-09-181-0/+6
* dec_audio: do not overwrite sh_audio->wf->wFormatTagwm42012-09-181-8/+2
* ad_pcm: add back raw decoderwm42012-09-182-0/+216
* demuxer: remove ImageDesc fieldwm42012-09-181-21/+0
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-181-15/+1
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-182-35/+25
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-182-72/+30
* cleanup: remove pointless #definesUoti Urpala2012-09-182-4/+0
* libaf: rename af_format.h to format.hwm42012-08-292-2/+2
* options, codecs.conf, img_format: unify imgfmt name handlingwm42012-08-293-99/+29
* cleanup: remove XvMC remains, reformat img_format.cUoti Urpala2012-08-283-41/+33
* vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-233-0/+446
* img_format, m_option: make image format name list globally availablewm42012-08-232-0/+111
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-217-10/+17
* video: honor the video's colormatrix and color range flagscantabile2012-08-212-0/+11
* vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxerwm42012-08-201-7/+17
* libmpcodecs: remove redundant audio and video decoderswm42012-08-2021-4351/+0
* Remove support for libdvwm42012-08-205-262/+0
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-1614-3608/+0
* ad_ffmpeg: add sanity check against decoder overreadsUoti Urpala2012-08-161-2/+4
* vf_expand: remove OSD supportwm42012-08-161-98/+1
* VO: remove old VO gluewm42012-08-071-2/+1
* vf_unsharp: direct rendering fixesmplayer-svn2012-08-031-5/+5
* vf_ass: use correct height when copying imagewm42012-08-031-1/+1
* vf_ass: request a sufficiently large image for direct renderingmplayer-svn2012-08-031-1/+3
* ad_mad: cleanupsmplayer-svn2012-08-031-8/+8
* vf_spp, vf_fspp: replace use of deprecated libav functionmplayer-svn2012-08-032-2/+2
* vf_uspp: fix possible crash when the output format is Y8mplayer-svn2012-08-031-0/+2
* vf.c: increase default alignment valuesmplayer-svn2012-08-031-4/+3
* dec_audio: add sanity check against 0 channelsmplayer-svn2012-08-031-0/+2
* vf_yadif: fix green bottom linemplayer-svn2012-08-031-2/+13
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsmplayer-svn2012-08-031-16/+16
* libmpcodecs: add support for 422P9mplayer-svn2012-08-034-0/+10
* vf_expand: add sanity checksmplayer-svn2012-08-031-1/+20
* mp_image: set chroma_x_shift for 1-plane YUV formatsmplayer-svn2012-08-031-0/+1
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-032-0/+312
* vf_stereo3d.c: half-width side-by-side formats for stereo3dmplayer-svn2012-08-031-0/+16
* Remove teletext supportwm42012-08-032-2036/+0
* VO: remove VO direct renderingwm42012-08-021-1/+1
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-023-18/+1
* Remove dead codewm42012-08-015-32/+0
* Change <endian.h> include to <sys/types.h>wm42012-07-315-5/+5
* configure: remove checks for malloc.h and alloca()wm42012-07-308-30/+0
* Remove some demuxers and decoderswm42012-07-3012-2601/+0
* mplayer: remove benchmarking/CPU accounting codewm42012-07-301-18/+1
* libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:"wm42012-07-302-2/+2
* vd: silence output about aspect ratiowm42012-07-301-1/+1
* vf_scale: don't pass CPU flags anymorewm42012-07-305-18/+6
* Rip out 3DNOW supportwm42012-07-308-78/+4
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-306-11/+14
* ad_faad: include neaacdec.h instead of faad.hwm42012-07-281-1/+1
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* osd: use libass for OSD renderingwm42012-07-282-4/+0
* Merge remote-tracking branch 'origin/master'wm42012-07-287-66/+122
|\
| * vd_vfw.c: fix part missing from previous commitUoti Urpala2012-07-261-2/+3
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+4
| * video, audio: use lavc decoders without codecs.conf entriesUoti Urpala2012-07-246-62/+115
* | Merge remote-tracking branch 'origin/master'wm42012-05-201-167/+81
|\|
| * ad_mpg123: update libmpg123 API useThomas Orgis2012-05-071-167/+81
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-69/+112
|\|
| * ad_ffmpeg: switch to avcodec_decode_audio4()Uoti Urpala2012-04-191-69/+112
* | Merge remote-tracking branch 'origin/master'wm42012-04-015-110/+106
|\|
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-251-1/+1
| * cosmetics: vf_vo.c: reformatUoti Urpala2012-03-251-102/+107
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-253-11/+1
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-254-8/+8
* | vf_scale: prefer converting GBR24P to other 8 bit per component RGB formatsreimar2012-03-251-0/+4
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-254-1/+10
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-165-7/+8
|\|
| * windows support: unicode filenameswm42012-03-091-0/+2
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-014-7/+6
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-0513-58/+53
|\|
| * configure, build: support compiling without libpostprocUoti Urpala2012-02-271-0/+2
| * vd_ffmpeg: fix flushing of buffered framesUoti Urpala2012-02-031-3/+0
| * vd_ffmpeg: adjust buffered frame count based on threads againUoti Urpala2012-02-031-0/+2
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-019-11/+19
| * Update Libav API usesUoti Urpala2012-02-014-44/+30
* | screenshot: allow forcing taking screenshots with the video filterwm42012-02-292-1/+13
* | mpcodecs: remove mp_image_t.x/ywm42012-02-243-7/+3
* | i lost my brainwm42012-01-261-1/+1
* | Merge branch 'gradfun' into my_masterwm42012-01-181-9/+47
|\ \
| * | vf_gradfun: change default parameterswm42012-01-101-2/+2
| * | vf_gradfun: add size parameter, which sets radius according to movie diagonalwm42012-01-101-2/+23
| * | vf_gradfun: use option parserwm42012-01-101-9/+26
* | | Merge remote-tracking branch 'origin/master' into my_masterwm42012-01-184-50/+37
|\ \ \ | | |/ | |/|
| * | vd_ffmpeg: explicitly set thread count even if 1Uoti Urpala2012-01-171-2/+1
| * | ad_ffmpeg: pass packet side data from libavformatUoti Urpala2012-01-081-13/+26
| * | vf_fspp: make compile without Libav internalsUoti Urpala2012-01-022-9/+7
| * | Libav API updates (remove most deprecated-in-0.7 uses)Uoti Urpala2011-12-222-19/+3
| * | configure, build: require at least Libav 0.7Uoti Urpala2011-12-222-8/+1
| |/
* | screenshot: improve quality by using additional swscale flagswm42012-01-182-1/+13
* | subtitles: create only one instance of ASS_Render instead of twowm42012-01-182-57/+30
|/
* vf_expand: always clear the added borderswm42011-12-191-93/+20
* vf_dsize, vf_scale: fix behavior on multiple config() callswm42011-12-192-19/+26
* vf_dsize: cleanup identation (tabs to 4 spaces)wm42011-12-191-71/+71
* vo: reset EOSD change detection when VO is re-configuredwm4