| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace fast_memcpy() uses | wm4 | 2012-11-11 | 7 | -16/+14 |
* | vd_ffmpeg: disable codec direct rendering and slices by default | wm4 | 2012-11-07 | 1 | -1/+1 |
* | libav_compat: fix mmx2 define, provide fallback for avcodec_free_frame | Stefano Pigozzi | 2012-11-03 | 2 | -2/+2 |
* | audio: untypedef af_stream | Stefano Pigozzi | 2012-11-02 | 1 | -1/+1 |
* | audio: untypedef af_cfg | Stefano Pigozzi | 2012-11-02 | 1 | -2/+2 |
* | audio: untypedef af_data and rename it to mp_audio | Stefano Pigozzi | 2012-11-02 | 1 | -2/+2 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 13 | -348/+364 |
|\ |
|
| * | screenshot: remove hack for passing anamorphic image size | wm4 | 2012-11-01 | 2 | -1/+4 |
| * | screenshot: let VOs pass colorspace information via mp_image | wm4 | 2012-11-01 | 1 | -0/+1 |
| * | screenshot, draw_bmp: use colorspace passed with mp_image | wm4 | 2012-11-01 | 3 | -24/+54 |
| * | mp_image: add fields to pass colorspace down the filter chain | wm4 | 2012-10-28 | 4 | -0/+45 |
| * | mp_image: use uint8_t instead of unsigned char for plane pointers | wm4 | 2012-10-28 | 1 | -1/+2 |
| * | Merge branch 'master' into osd_changes | wm4 | 2012-10-24 | 9 | -121/+21 |
| |\ |
|
| * | | core: disable vf_sub auto-insertion | wm4 | 2012-10-24 | 1 | -14/+0 |
| * | | VF: rename vf_ass to vf_sub | wm4 | 2012-10-24 | 3 | -10/+8 |
| * | | draw_bmp: fix for yuy2 format | wm4 | 2012-10-24 | 1 | -0/+3 |
| * | | core: do not try to redraw OSD if VO doesn't support OSD | wm4 | 2012-10-24 | 1 | -5/+4 |
| * | | VO, sub: refactor | wm4 | 2012-10-24 | 4 | -20/+6 |
| * | | draw_bmp: don't try to call swscale if image format not supported | wm4 | 2012-10-24 | 2 | -2/+15 |
| * | | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass rendering | wm4 | 2012-10-24 | 1 | -156/+15 |
| * | | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactor | wm4 | 2012-10-24 | 1 | -9/+13 |
| * | | mp_image: hack to fix alignment for certain image formats | wm4 | 2012-10-24 | 1 | -0/+19 |
| * | | sub: add helper to draw sub-bitmaps into an image | Rudolf Polzer | 2012-10-24 | 2 | -0/+27 |
| * | | mp_image: fix copy_mpi() with 16 bit formats, add helper macros | Rudolf Polzer | 2012-10-24 | 2 | -5/+17 |
| * | | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c | Rudolf Polzer | 2012-10-24 | 5 | -111/+163 |
| * | | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 52 | -16297/+37 |
| |\ \ |
|
| * | | | sub: cosmetics: move things around | wm4 | 2012-10-16 | 1 | -0/+1 |
| * | | | sub: always go through sub.c for OSD rendering | wm4 | 2012-10-16 | 3 | -34/+15 |
| * | | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 2 | -3/+0 |
| * | | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 1 | -1/+0 |
* | | | | ad_spdif: don't print uninitialized value in debug message | wm4 | 2012-11-01 | 1 | -2/+2 |
* | | | | vf: fix NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+1 |
* | | | | vd: minor simplification | wm4 | 2012-11-01 | 1 | -2/+1 |
* | | | | cleanup: remove some things related to old video decoders | wm4 | 2012-10-30 | 4 | -55/+18 |
* | | | | demux_lavf: add a hack to work around other hacks | wm4 | 2012-10-30 | 2 | -0/+4 |
* | | | | libmpcodecs: fix coverity issues | reimar | 2012-10-30 | 5 | -17/+17 |
* | | | | vf_screenshot: fix handling of out-of-order slice rendered frames | reimar | 2012-10-30 | 1 | -4/+2 |
* | | | | vf_delogo, vf_unsharp: clear mpi->priv for consistency | reimar | 2012-10-30 | 2 | -0/+2 |
* | | | | vf_delogo: fix using with numbered mpi | reimar | 2012-10-30 | 1 | -1/+4 |
* | | | | mp_image: update description of MP_IMGFLAG_READABLE | reimar | 2012-10-30 | 1 | -1/+8 |
* | | | | vf: fix usage count for passthrough-only filters | reimar | 2012-10-30 | 1 | -1/+3 |
* | | | | vd_ffmpeg: detect broken mpi usage count | reimar | 2012-10-30 | 1 | -0/+4 |
* | | | | vf_stereo3d: add another anaglyph color variant | reimar | 2012-10-30 | 1 | -12/+30 |
* | | | | vf_expand: remove outdated code causing crashes | reimar | 2012-10-30 | 1 | -6/+0 |
| |_|/
|/| | |
|
* | | | cleanup: remove vd_internal.h | wm4 | 2012-10-23 | 1 | -48/+0 |
* | | | VF: remove IMGFMT_MPEGPES | wm4 | 2012-10-22 | 6 | -20/+2 |
* | | | vd: remove references to vf_palette and vf_lavc | wm4 | 2012-10-22 | 1 | -48/+3 |
* | | | vd_ffmpeg, vf: fix crashes with some game formats | reimar | 2012-10-22 | 2 | -5/+8 |
* | | | mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0 | wm4 | 2012-10-21 | 3 | -0/+8 |
| |/
|/| |
|
* | | ad_ffmpeg: add support for planar sample formats | Stefano Pigozzi | 2012-10-14 | 1 | -7/+36 |
* | | Remove useless video filters | wm4 | 2012-10-03 | 51 | -16285/+1 |
* | | vf_lavc: fix compilation with latest libav | Anton Khirnov | 2012-09-29 | 1 | -5/+0 |
|/ |
|
* | vf_scale: do the upscale detection AFTER calculating dimensions | Rudolf Polzer | 2012-09-24 | 1 | -7/+8 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 5 | -199/+0 |
* | vf_dlopen: improve performance for 1-frame-for-1-frame filters | Rudolf Polzer | 2012-09-18 | 1 | -21/+53 |
* | ad_dvdpcm: add back PCM decoder for DVD | wm4 | 2012-09-18 | 2 | -0/+164 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 3 | -0/+3 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 1 | -0/+6 |
* | dec_audio: do not overwrite sh_audio->wf->wFormatTag | wm4 | 2012-09-18 | 1 | -8/+2 |
* | ad_pcm: add back raw decoder | wm4 | 2012-09-18 | 2 | -0/+216 |
* | demuxer: remove ImageDesc field | wm4 | 2012-09-18 | 1 | -21/+0 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 1 | -15/+1 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 2 | -35/+25 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 2 | -72/+30 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 2 | -4/+0 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 2 | -2/+2 |
* | options, codecs.conf, img_format: unify imgfmt name handling | wm4 | 2012-08-29 | 3 | -99/+29 |
* | cleanup: remove XvMC remains, reformat img_format.c | Uoti Urpala | 2012-08-28 | 3 | -41/+33 |
* | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 3 | -0/+446 |
* | img_format, m_option: make image format name list globally available | wm4 | 2012-08-23 | 2 | -0/+111 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 7 | -10/+17 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 2 | -0/+11 |
* | vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxer | wm4 | 2012-08-20 | 1 | -7/+17 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 21 | -4351/+0 |
* | Remove support for libdv | wm4 | 2012-08-20 | 5 | -262/+0 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 14 | -3608/+0 |
* | ad_ffmpeg: add sanity check against decoder overreads | Uoti Urpala | 2012-08-16 | 1 | -2/+4 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 1 | -98/+1 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 1 | -2/+1 |
* | vf_unsharp: direct rendering fixes | mplayer-svn | 2012-08-03 | 1 | -5/+5 |
* | vf_ass: use correct height when copying image | wm4 | 2012-08-03 | 1 | -1/+1 |
* | vf_ass: request a sufficiently large image for direct rendering | mplayer-svn | 2012-08-03 | 1 | -1/+3 |
* | ad_mad: cleanups | mplayer-svn | 2012-08-03 | 1 | -8/+8 |
* | vf_spp, vf_fspp: replace use of deprecated libav function | mplayer-svn | 2012-08-03 | 2 | -2/+2 |
* | vf_uspp: fix possible crash when the output format is Y8 | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | vf.c: increase default alignment values | mplayer-svn | 2012-08-03 | 1 | -4/+3 |
* | dec_audio: add sanity check against 0 channels | mplayer-svn | 2012-08-03 | 1 | -0/+2 |
* | vf_yadif: fix green bottom line | mplayer-svn | 2012-08-03 | 1 | -2/+13 |
* | libmpcodecs: use 128 instead of 64 to define non-native RGB image formats | mplayer-svn | 2012-08-03 | 1 | -16/+16 |
* | libmpcodecs: add support for 422P9 | mplayer-svn | 2012-08-03 | 4 | -0/+10 |
* | vf_expand: add sanity checks | mplayer-svn | 2012-08-03 | 1 | -1/+20 |
* | mp_image: set chroma_x_shift for 1-plane YUV formats | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoder | mplayer-svn | 2012-08-03 | 2 | -0/+312 |
* | vf_stereo3d.c: half-width side-by-side formats for stereo3d | mplayer-svn | 2012-08-03 | 1 | -0/+16 |
* | Remove teletext support | wm4 | 2012-08-03 | 2 | -2036/+0 |
* | VO: remove VO direct rendering | wm4 | 2012-08-02 | 1 | -1/+1 |
* | vf: remove VFCAP_FLIPPED and VFCAP_CONSTANT | wm4 | 2012-08-02 | 3 | -18/+1 |
* | Remove dead code | wm4 | 2012-08-01 | 5 | -32/+0 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 5 | -5/+5 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 | 8 | -30/+0 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 12 | -2601/+0 |
* | mplayer: remove benchmarking/CPU accounting code | wm4 | 2012-07-30 | 1 | -18/+1 |
* | libmpcodecs: silence lines reading "AUDIO:" and "VIDEO:" | wm4 | 2012-07-30 | 2 | -2/+2 |
* | vd: silence output about aspect ratio | wm4 | 2012-07-30 | 1 | -1/+1 |
* | vf_scale: don't pass CPU flags anymore | wm4 | 2012-07-30 | 5 | -18/+6 |
* | Rip out 3DNOW support | wm4 | 2012-07-30 | 8 | -78/+4 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 6 | -11/+14 |
* | ad_faad: include neaacdec.h instead of faad.h | wm4 | 2012-07-28 | 1 | -1/+1 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -1/+1 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 2 | -4/+0 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 7 | -66/+122 |
|\ |
|
| * | vd_vfw.c: fix part missing from previous commit | Uoti Urpala | 2012-07-26 | 1 | -2/+3 |
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+4 |
| * | video, audio: use lavc decoders without codecs.conf entries | Uoti Urpala | 2012-07-24 | 6 | -62/+115 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -167/+81 |
|\| |
|
| * | ad_mpg123: update libmpg123 API use | Thomas Orgis | 2012-05-07 | 1 | -167/+81 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -69/+112 |
|\| |
|
| * | ad_ffmpeg: switch to avcodec_decode_audio4() | Uoti Urpala | 2012-04-19 | 1 | -69/+112 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 5 | -110/+106 |
|\| |
|
| * | timeline: subs: keep subtitle tracks in source time | Uoti Urpala | 2012-03-25 | 1 | -1/+1 |
| * | cosmetics: vf_vo.c: reformat | Uoti Urpala | 2012-03-25 | 1 | -102/+107 |
| * | cosmetics: misc minor cleanups | Uoti Urpala | 2012-03-25 | 3 | -11/+1 |
* | | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRP | wm4 | 2012-03-25 | 4 | -8/+8 |
* | | vf_scale: prefer converting GBR24P to other 8 bit per component RGB formats | reimar | 2012-03-25 | 1 | -0/+4 |
* | | libmpcodecs: support planar GBR24 decoding | cehoyos | 2012-03-25 | 4 | -1/+10 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 5 | -7/+8 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -0/+2 |
| * | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 4 | -7/+6 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 13 | -58/+53 |
|\| |
|
| * | configure, build: support compiling without libpostproc | Uoti Urpala | 2012-02-27 | 1 | -0/+2 |
| * | vd_ffmpeg: fix flushing of buffered frames | Uoti Urpala | 2012-02-03 | 1 | -3/+0 |
| * | vd_ffmpeg: adjust buffered frame count based on threads again | Uoti Urpala | 2012-02-03 | 1 | -0/+2 |
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 9 | -11/+19 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 4 | -44/+30 |
* | | screenshot: allow forcing taking screenshots with the video filter | wm4 | 2012-02-29 | 2 | -1/+13 |
* | | mpcodecs: remove mp_image_t.x/y | wm4 | 2012-02-24 | 3 | -7/+3 |
* | | i lost my brain | wm4 | 2012-01-26 | 1 | -1/+1 |
* | | Merge branch 'gradfun' into my_master | wm4 | 2012-01-18 | 1 | -9/+47 |
|\ \ |
|
| * | | vf_gradfun: change default parameters | wm4 | 2012-01-10 | 1 | -2/+2 |
| * | | vf_gradfun: add size parameter, which sets radius according to movie diagonal | wm4 | 2012-01-10 | 1 | -2/+23 |
| * | | vf_gradfun: use option parser | wm4 | 2012-01-10 | 1 | -9/+26 |
* | | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-01-18 | 4 | -50/+37 |
|\ \ \
| | |/
| |/| |
|
| * | | vd_ffmpeg: explicitly set thread count even if 1 | Uoti Urpala | 2012-01-17 | 1 | -2/+1 |
| * | | ad_ffmpeg: pass packet side data from libavformat | Uoti Urpala | 2012-01-08 | 1 | -13/+26 |
| * | | vf_fspp: make compile without Libav internals | Uoti Urpala | 2012-01-02 | 2 | -9/+7 |
| * | | Libav API updates (remove most deprecated-in-0.7 uses) | Uoti Urpala | 2011-12-22 | 2 | -19/+3 |
| * | | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 2 | |