| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -9/+7 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 1 | -0/+1 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 1 | -1/+0 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 1 | -0/+2 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 1 | -0/+2 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -1/+0 |
* | dec_video: don't spam missing PTS warnings | wm4 | 2016-11-09 | 1 | -0/+2 |
* | command: add a video-dec-params property | wm4 | 2016-09-20 | 1 | -1/+2 |
* | command: change update handling of some video-related properties | wm4 | 2016-09-20 | 1 | -1/+1 |
* | video: refactor how VO exports hwdec device handles | wm4 | 2016-05-09 | 1 | -1/+1 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 1 | -0/+3 |
* | audio/video: expose codec info as separate field | wm4 | 2016-02-15 | 1 | -0/+1 |
* | video: remove pointless parameter indirection | wm4 | 2016-02-15 | 1 | -1/+1 |
* | video: approximate AVI timestamps via DTS handling | wm4 | 2016-02-11 | 1 | -4/+0 |
* | audio/video: merge decoder return values | wm4 | 2016-02-01 | 1 | -6/+1 |
* | video: cleanup pts/dts passing between decoder components | wm4 | 2016-01-25 | 1 | -2/+2 |
* | player: fix some oversights in video refactoring | wm4 | 2016-01-22 | 1 | -5/+0 |
* | video: refactor: disentangle decoding/filtering some more | wm4 | 2016-01-16 | 1 | -9/+23 |
* | video: fix interactively changing aspect ratio | wm4 | 2016-01-14 | 1 | -0/+1 |
* | video: decouple filtering/decoding slightly more | wm4 | 2016-01-14 | 1 | -2/+0 |
* | video: refactor: shuffle code around | wm4 | 2016-01-14 | 1 | -5/+1 |
* | video: refactor: handle video format fixups closer to decoder | wm4 | 2016-01-14 | 1 | -3/+2 |
* | video: increase avi pts buffer size | wm4 | 2015-11-06 | 1 | -1/+1 |
* | video: fix base for --no-correct-pts | wm4 | 2015-10-06 | 1 | -2/+2 |
* | video: increase maximum number of buffered AVI pts samples | wm4 | 2015-10-06 | 1 | -1/+1 |
* | video: remove user-controllable PTS sorting (--pts-association-mode) | wm4 | 2015-10-06 | 1 | -6/+1 |
* | player: make decoding cover art more robust | wm4 | 2015-06-18 | 1 | -0/+2 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 1 | -1/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | video: don't keep multiple pointers to hwdec info struct | wm4 | 2014-08-11 | 1 | -1/+1 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -1/+0 |
* | audio: rename i_bps to 'bitrate' to avoid confusion | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio: change values from bytes-per-second to bits-per-second | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | video: change everything | wm4 | 2014-05-02 | 1 | -4/+2 |
* | video/decode: mp_msg conversions | wm4 | 2013-12-21 | 1 | -0/+2 |
* | video: display last frame, drain frames on video reconfig | wm4 | 2013-12-10 | 1 | -0/+3 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 1 | -1/+4 |
* | video: move video filter chain initialization from decoder to player | wm4 | 2013-12-10 | 1 | -3/+6 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 1 | -2/+1 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 1 | -0/+3 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 1 | -3/+0 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 1 | -6/+18 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 1 | -1/+1 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 1 | -1/+1 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 1 | -0/+2 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 1 | -0/+1 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 1 | -1/+0 |
* | dec_video: fix function signature | wm4 | 2013-11-25 | 1 | -2/+3 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 1 | -3/+5 |
* | 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 | 1 | -0/+2 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 1 | -2/+2 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 1 | -2/+3 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 1 | -10/+43 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 1 | -2/+0 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 1 | -14/+0 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 1 | -0/+2 |
* | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 1 | -0/+5 |
* | dec_video: remove unused declaration of a former global variable | wm4 | 2013-10-31 | 1 | -2/+0 |
* | video: handle video output levels with mp_image_params | wm4 | 2013-08-24 | 1 | -3/+0 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 1 | -0/+1 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -0/+6 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 1 | -1/+1 |
* | video: unify colorspace setup | wm4 | 2013-07-15 | 1 | -2/+2 |
* | dec_video: add vd_control wrapper | wm4 | 2013-07-15 | 1 | -0/+1 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 1 | -1/+1 |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 1 | -2/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -3/+3 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 1 | -1/+0 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -1/+1 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+51 |