| Commit message (Expand) | Author | Age | Files | Lines |
* | video: have a generic context struct for hwdec backends | wm4 | 2015-01-22 | 2 | -8/+6 |
* | win32: request UTF-16 API variants, Vista+ APIs, and COM C macros | wm4 | 2015-01-07 | 1 | -7/+2 |
* | dxva2: copy mp_image attributes to sw_img | James Ross-Gowan | 2015-01-07 | 1 | -0/+1 |
* | player: print used number of threads in verbose mode | wm4 | 2015-01-05 | 1 | -1/+1 |
* | vd_lavc: fix error handling path | wm4 | 2014-12-13 | 1 | -11/+12 |
* | Check some mallocs | wm4 | 2014-12-12 | 1 | -0/+4 |
* | vd_lavc: use avcodec_is_open() | wm4 | 2014-12-02 | 1 | -1/+1 |
* | vd_lavc: don't crash if codec could not be opened | wm4 | 2014-12-01 | 1 | -1/+1 |
* | vd_lavc: flush frames before uninitializing hw decoder | wm4 | 2014-11-20 | 1 | -0/+3 |
* | dxva2: use gpu_memcpy with unmatched strides | James Ross-Gowan | 2014-10-27 | 1 | -8/+29 |
* | dxva2: fix copying surfaces with different stride | James Ross-Gowan | 2014-10-27 | 1 | -10/+18 |
* | dxva2: fix crash on initialization failure | wm4 | 2014-10-26 | 1 | -0/+2 |
* | dxva2: gpu_memcpy: fix build for GCC 4.8.3 | James Ross-Gowan | 2014-10-26 | 1 | -3/+10 |
* | dxva2: use optimized memcpy | James Ross-Gowan | 2014-10-26 | 2 | -11/+164 |
* | video: initial dxva2 support | wm4 | 2014-10-25 | 3 | -0/+611 |
* | vd_lavc: fix a small memory leak on init error | wm4 | 2014-09-29 | 2 | -8/+5 |
* | Remove mpbswap.h | wm4 | 2014-09-25 | 1 | -1/+0 |
* | video: remove BITMAPINFOHEADER from internal demuxer API | wm4 | 2014-09-25 | 1 | -14/+7 |
* | build: handle insane libavcodec API bullshit | wm4 | 2014-09-05 | 1 | -11/+25 |
* | video: initial Matroska 3D support | wm4 | 2014-08-30 | 1 | -0/+2 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -4/+2 |
* | vaapi: try dealing with Intel's braindamaged shit drivers | wm4 | 2014-08-21 | 3 | -0/+37 |
* | vaapi: we need more surfaces | wm4 | 2014-08-18 | 1 | -1/+2 |
* | video: move display and timing to a separate thread | wm4 | 2014-08-12 | 1 | -2/+2 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 2 | -3/+3 |
* | vaapi: fix uninitialized value read | wm4 | 2014-08-11 | 1 | -1/+1 |
* | video: remove "hard" framedrop mode | wm4 | 2014-08-09 | 1 | -5/+10 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -11/+3 |
* | vda: only support the new hwaccel 1.2 API (remove old code) | Stefano Pigozzi | 2014-08-01 | 1 | -145/+13 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 2 | -4/+0 |
* | options: Expose --colormatrix-primaries to the user | Niklas Haas | 2014-06-22 | 1 | -0/+2 |
* | video: Add support for non-BT.709 primaries | Niklas Haas | 2014-06-22 | 1 | -0/+1 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 1 | -1/+1 |
* | options: remove OPT_FLAG_CONSTANTS | wm4 | 2014-06-13 | 1 | -4/+4 |
* | vd_lavc: use option parser for skip suboptions | wm4 | 2014-06-13 | 1 | -22/+25 |
* | vd_lavc: make option struct local | wm4 | 2014-06-11 | 1 | -15/+34 |
* | Add more const | wm4 | 2014-06-11 | 1 | -1/+1 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -2/+1 |
* | vd_lavc: set video bitrate if available | Marcoen Hirschberg | 2014-05-28 | 1 | -0/+5 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 2 | -3/+3 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 2 | -3/+3 |
* | vaapi: fix destruction with --hwdec=haapi-copy | wm4 | 2014-05-28 | 1 | -2/+6 |
* | video: warn if an emulated hwdec API is used | wm4 | 2014-05-28 | 4 | -4/+17 |
* | video: better handling for (very) broken timestamps | wm4 | 2014-05-27 | 1 | -1/+9 |
* | video: add --video-rotate option for controlling auto-rotation | wm4 | 2014-05-24 | 1 | -0/+7 |
* | vdpau: don't fallback to software decoding on preemption | wm4 | 2014-05-18 | 1 | -7/+12 |
* | vda: Hwaccel 1.2 support | Luca Barbato | 2014-05-12 | 1 | -34/+69 |
* | vda: Simplify codec selection | Luca Barbato | 2014-05-12 | 1 | -28/+2 |
* | vd_lavc: Support hwaccel 1.2 and later | Luca Barbato | 2014-05-12 | 1 | -4/+4 |
* | vdpau: handle display preemption during decoding | wm4 | 2014-05-10 | 1 | -38/+13 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -1/+0 |
* | video: change everything | wm4 | 2014-05-02 | 2 | -6/+2 |
* | video: handle colorspace and aspect overrides separately | wm4 | 2014-05-02 | 1 | -2/+2 |
* | video: improve error messages | wm4 | 2014-04-30 | 1 | -1/+1 |
* | video: add a "hwdec" property to enable or disable hw decoding at runtime | wm4 | 2014-04-23 | 3 | -0/+11 |
* | demux: export video rotation parameter | wm4 | 2014-04-21 | 1 | -0/+1 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 1 | -1/+3 |
* | vdpau: remove pointer indirection for a field | wm4 | 2014-03-19 | 1 | -3/+3 |
* | vdpau: fix decoder init return value | wm4 | 2014-03-19 | 1 | -3/+3 |
* | vaapi: make struct va_surface private | wm4 | 2014-03-17 | 1 | -11/+8 |
* | vaapi: replace image pool implementation with mp_image_pool | wm4 | 2014-03-17 | 1 | -30/+29 |
* | vdpau: remove legacy pixel formats | wm4 | 2014-03-17 | 1 | -1/+1 |
* | vdpau: remove unused type | wm4 | 2014-03-17 | 1 | -6/+0 |
* | vd_lavc: reinit hwdec on profile changes | wm4 | 2014-03-17 | 2 | -2/+6 |
* | vd_lavc: remove unused field | wm4 | 2014-03-16 | 2 | -3/+0 |
* | vd_lavc: reduce hardware decoder mid-stream reinitializations | wm4 | 2014-03-16 | 1 | -1/+6 |
* | vd_lavc: remove compatibility crap | wm4 | 2014-03-16 | 7 | -798/+28 |
* | vd_lavc: ridiculous workaround for Libav 9 compatibility | wm4 | 2014-03-16 | 3 | -1/+23 |
* | video: initialize hw decoder in get_format | wm4 | 2014-03-10 | 4 | -46/+42 |
* | vdpau: change the error message when video too large | Andrey Morozov | 2014-02-24 | 1 | -1/+2 |
* | video: fix --no-aspect | wm4 | 2014-02-11 | 1 | -2/+2 |
* | vd_lavc: matroska: remove weird code setting extra_huff for mjpeg | wm4 | 2014-01-11 | 1 | -12/+0 |
* | vd_lavc: matroska: remove weird realvideo special handling | wm4 | 2014-01-11 | 1 | -16/+1 |
* | vd_lavc: minor simplification | wm4 | 2014-01-11 | 1 | -11/+2 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 1 | -19/+8 |
* | video: fix --brightness etc. options | wm4 | 2013-12-29 | 1 | -11/+0 |
* | vd_lavc: by default, output all frames, even corrupted ones | wm4 | 2013-12-29 | 1 | -0/+10 |
* | vda: attempt to fix build (2) | wm4 | 2013-12-22 | 1 | -2/+2 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 1 | -2/+2 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 1 | -1/+1 |
* | vaapi: mp_msg conversions | wm4 | 2013-12-21 | 1 | -26/+24 |
* | vdpau: mp_msg conversions | wm4 | 2013-12-21 | 2 | -11/+14 |
* | video/decode: mp_msg conversions | wm4 | 2013-12-21 | 5 | -65/+71 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -2/+0 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 5 | -13/+13 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 2 | -3/+3 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 2 | -20/+20 |
* | dec_video: fix handling of timestamp resets | wm4 | 2013-12-12 | 1 | -1/+0 |
* | video: display last frame, drain frames on video reconfig | wm4 | 2013-12-10 | 2 | -0/+5 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 2 | -3/+42 |
* | video: move video filter chain initialization from decoder to player | wm4 | 2013-12-10 | 5 | -62/+37 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 3 | -52/+11 |
* | video: remove --flip | wm4 | 2013-12-05 | 1 | -15/+3 |
* | vd_lavc: factor out libavcodec thread setup | wm4 | 2013-12-04 | 1 | -15/+1 |
* | vd_lavc: don't check required hwdec fields | wm4 | 2013-12-04 | 1 | -4/+3 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 1 | -2/+3 |
* | vo_opengl: support for vda hardware decoding | Stefano Pigozzi | 2013-12-02 | 1 | -0/+3 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 2 | -9/+9 |
* | vdpau: always let decoder output IMGFMT_VDPAU | wm4 | 2013-11-29 | 1 | -0/+1 |
* | vaapi: remove unused hw image formats, simplify | wm4 | 2013-11-29 | 1 | -2/+2 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 1 | -7/+1 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -3/+8 |
* | video: warn against non-monotonic PTS instead of decreasing PTS | wm4 | 2013-11-28 | 1 | -2/+2 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 2 | -0/+9 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 2 | -5/+6 |
* | video: if PTS is missing, make something up using the framerate | wm4 | 2013-11-27 | 1 | -3/+7 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 3 | -70/+113 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -0/+7 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 4 | -10/+10 |
* | video: remove commented code | wm4 | 2013-11-27 | 1 | -13/+2 |
* | video: use dts as fallback when determining pts by sorting | wm4 | 2013-11-27 | 1 | -11/+10 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 2 | -4/+6 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 2 | -0/+44 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -2/+3 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 1 | -4/+1 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 2 | -0/+4 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 1 | -1/+0 |
* | dec_video: fix function signature | wm4 | 2013-11-25 | 2 | -4/+6 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 4 | -17/+22 |
* | 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 |
* | |