| Commit message (Expand) | Author | Age | Files | Lines |
* | vd_lavc: improve a comment | wm4 | 2013-11-24 | 1 | -1/+2 |
* | vd_lavc: when falling back to software, revert filter error status | wm4 | 2013-11-23 | 1 | -0/+2 |
* | Attempt to fix build on older libavcodec versions | wm4 | 2013-11-23 | 2 | -0/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 1 | -1/+1 |
* | video: move handling of container vs. stream AR out of vd_lavc.c | wm4 | 2013-11-23 | 4 | -39/+34 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 3 | -7/+5 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 2 | -13/+8 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -3/+3 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 6 | -187/+216 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 2 | -20/+0 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 2 | -175/+138 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 5 | -17/+4 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 2 | -2/+2 |
* | vdpau_old: enable OpenGL interop | wm4 | 2013-11-19 | 1 | -0/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 2 | -2/+2 |
* | vd_lavc: select correct hw decoder profile for constrained baseline h264 | wm4 | 2013-11-14 | 1 | -2/+4 |
* | vdpau: unbreak | wm4 | 2013-11-09 | 1 | -0/+1 |
* | vdpau: drop dummy render function | wm4 | 2013-11-07 | 1 | -14/+2 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 1 | -14/+0 |
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 1 | -0/+1 |
* | vdpau: drop required/deprecated access to a libavcodec struct field | wm4 | 2013-11-04 | 1 | -3/+0 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 4 | -0/+15 |
|\ |
|
| * | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 1 | -0/+1 |
| * | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 3 | -0/+14 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -6/+5 |
|/ |
|
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -10/+10 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 4 | -72/+130 |
* | vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctness | wm4 | 2013-10-31 | 1 | -7/+13 |
* | dec_video: remove unused declaration of a former global variable | wm4 | 2013-10-31 | 1 | -2/+0 |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-19 | 1 | -0/+1 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 1 | -4/+6 |
* | core: add --force-window | wm4 | 2013-10-02 | 1 | -1/+0 |
* | vaapi: remove non-VLD entrypoints | wm4 | 2013-09-29 | 1 | -6/+2 |
* | vaapi: fix non-sense condition | wm4 | 2013-09-29 | 1 | -1/+1 |
* | vaapi: potentially make reading surfaces back to system RAM faster | wm4 | 2013-09-27 | 1 | -1/+4 |
* | video: let sh_video->disp_w/h always be container size | wm4 | 2013-09-26 | 1 | -4/+1 |
* | video: let sh_video->aspect always be container aspect ratio | wm4 | 2013-09-26 | 2 | -11/+14 |
* | vd: move aspect calculation to a function | wm4 | 2013-09-26 | 1 | -24/+9 |
* | vd: remove some dead code | wm4 | 2013-09-26 | 1 | -14/+4 |
* | vaapi: allow GPU read-back with --hwdec=vaapi-copy | wm4 | 2013-09-25 | 3 | -3/+108 |
* | vd_lavc: allow process_image to change image format | wm4 | 2013-09-25 | 2 | -18/+21 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 1 | -36/+29 |
* | vd_lavc: reset last_sample_aspect_ratio in uninit_avctx() | xylosper | 2013-09-13 | 1 | -0/+1 |
* | core: add --deinterlace option, restore it with resume functionality | wm4 | 2013-09-13 | 1 | -0/+2 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 3 | -33/+1 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 1 | -3/+1 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 2 | -6/+223 |
* | vaapi: use highest available profile, instead of mapping it exactly | wm4 | 2013-08-19 | 1 | -41/+38 |
* | vdpau: don't try to match codec profiles | wm4 | 2013-08-19 | 1 | -27/+11 |
* | vdpau_old: add forgotten probe callback | wm4 | 2013-08-15 | 1 | -0/+1 |
* | vdpau: fix compilation on Libav | wm4 | 2013-08-15 | 1 | -0/+1 |
* | video/decode: change fix_image callback | wm4 | 2013-08-15 | 3 | -5/+7 |
* | vd_lavc: fix comment, document hwdec video frame size trickiness | wm4 | 2013-08-15 | 1 | -1/+4 |
* | video/decode: pass parameters directly to hwdec allocate_image callback | wm4 | 2013-08-15 | 5 | -20/+14 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 4 | -0/+420 |
* | video: redo hw decoding initialization, add --hwdec=auto | wm4 | 2013-08-11 | 4 | -99/+195 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 4 | -13/+13 |
* | vd_lavc: print warning if hardware decoding API is not available | wm4 | 2013-07-30 | 1 | -0/+3 |
* | vd_lavc: fix CONFIG_VDPAU check | wm4 | 2013-07-30 | 1 | -1/+1 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 6 | -73/+587 |
* | lavc_dr1: make reference counting thread-safe | wm4 | 2013-07-28 | 1 | -4/+39 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 1 | -4/+4 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 1 | -2/+1 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 3 | -45/+18 |
* | Fix build on Libav stable (dammit) | wm4 | 2013-07-15 | 1 | -0/+8 |
* | vd: add VDCTRL_GET_PARAMS | wm4 | 2013-07-15 | 2 | -0/+4 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 3 | -21/+36 |
* | vf: add vf_control wrapper | wm4 | 2013-07-15 | 1 | -6/+6 |
* | dec_video: add vd_control wrapper | wm4 | 2013-07-15 | 2 | -7/+12 |
* | Cleanup some include statements | wm4 | 2013-07-12 | 2 | -4/+1 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -4/+1 |
* | vo_opengl: handle chroma location | wm4 | 2013-06-28 | 1 | -0/+3 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 4 | -28/+47 |
* | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 1 | -4/+0 |
* | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
* | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 1 | -11/+2 |
* | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 1 | -15/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 2 | -8/+3 |
* | dec_video: remove emms usage | wm4 | 2013-05-21 | 1 | -10/+0 |
* | core: allow changing filter filters at runtime | wm4 | 2013-05-18 | 1 | -0/+1 |
* | vd_lavc: change VDCTRL_REINIT_VO behavior | wm4 | 2013-05-18 | 1 | -3/+1 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 4 | -5/+5 |
* | vd_lavc: hack-fix vdpau decoding with non mod 16 video | wm4 | 2013-05-14 | 1 | -1/+10 |
* | video: add --hwdec-codecs option to whitelist codecs for hw decoding | wm4 | 2013-05-04 | 1 | -3/+16 |
* | vd_lavc: allow explicitly selecting vdpau hw decoders | wm4 | 2013-05-04 | 1 | -1/+11 |
* | vd_lavc: fix decoder init failure path | wm4 | 2013-04-27 | 1 | -14/+18 |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 4 | -16/+11 |
* | video: make use of libavcodec refcounting | wm4 | 2013-03-13 | 2 | -10/+77 |
* | video: prepare for libavcodec refcounting | wm4 | 2013-03-13 | 1 | -46/+40 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -10/+10 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 1 | -0/+2 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 1 | -3/+2 |
* | dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMES | wm4 | 2013-02-26 | 2 | -5/+6 |
* | vd_lavc: better warning message for software decoding fallback | wm4 | 2013-02-26 | 1 | -1/+2 |
* | vd_lavc: fix software decoding fallback | wm4 | 2013-02-21 | 1 | -1/+1 |
* | dec_video: fix bogus assert | wm4 | 2013-02-13 | 1 | -1/+1 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -6/+11 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -54/+61 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 6 | -230/+131 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 1 | -1/+1 |
* | vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.x | wm4 | 2013-01-24 | 1 | -5/+8 |
* | video: move handling of -x/-y/-xy options to VO | wm4 | 2013-01-23 | 1 | -51/+20 |
* | Silence two compiler warnings | wm4 | 2013-01-16 | 1 | -1/+0 |
* | video: print filter chain in verbose mode | wm4 | 2013-01-14 | 1 | -7/+8 |
* | vd_lavc: remove -lavdopts vstats suboption | wm4 | 2013-01-13 | 2 | -97/+0 |
* | vd_lavc: remove lowres decoding | wm4 | 2013-01-13 | 1 | -11/+2 |
* | vd_lavc: prefer AVFrame over AVCodecContext fields | wm4 | 2013-01-13 | 1 | -18/+17 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 2 | -11/+9 |
* | mp_image: change how palette is handled | wm4 | 2013-01-13 | 1 | -14/+0 |
* | mp_image: simplify image allocation | wm4 | 2013-01-13 | 1 | -2/+2 |
* | vd_lavc: make non-reference frames writeable | wm4 | 2013-01-13 | 1 | -1/+18 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 5 | -59/+24 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -2/+1 |
* | vd_lavc: use refcounting | wm4 | 2013-01-13 | 3 | -16/+58 |
* | vd_lavc: add DR1 support | wm4 | 2013-01-13 | 3 | -21/+273 |
* | video: different way to enable hardware decoding, add software fallback | wm4 | 2013-01-13 | 1 | -66/+204 |
* | vd_lavc: remove codec DR | wm4 | 2013-01-13 | 3 | -203/+14 |
* | video: make vdpau hardware decoding not use DR code path | wm4 | 2013-01-13 | 1 | -39/+107 |
* | vd_lavc: do not mutate global threads option | wm4 | 2013-01-13 | 1 | -10/+9 |
* | vd_lavc: cosmetics: move debugging code out of the way | wm4 | 2013-01-13 | 1 | -75/+82 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 4 | -99/+29 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 3 | -63/+1 |
* | video: make vdpau hardware decoding not use slices code path | wm4 | 2013-01-13 | 1 | -2/+15 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -1/+0 |
* | Add missing compat/libav.h includes | wm4 | 2012-11-12 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 5 | -34/+34 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 5 | -0/+1689 |