summaryrefslogtreecommitdiffstats
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* video: display last frame, drain frames on video reconfigwm42013-12-101-0/+2
* video: move handling of brightness and deinterlacing controlwm42013-12-101-2/+38
* video: move video filter chain initialization from decoder to playerwm42013-12-101-9/+2
* video: create a separate context for video filter chainwm42013-12-071-48/+8
* video: remove --flipwm42013-12-051-15/+3
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-281-3/+8
* video: warn against non-monotonic PTS instead of decreasing PTSwm42013-11-281-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-281-0/+6
* video: replace d_video->pts field, change PTS jump checkswm42013-11-271-2/+6
* video: if PTS is missing, make something up using the frameratewm42013-11-271-3/+7
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-271-62/+94
* Move some code from player to audio/video reset functionswm42013-11-271-0/+7
* cosmetics: rename video/audio reset functionswm42013-11-271-7/+7
* video: remove commented codewm42013-11-271-13/+2
* video: use dts as fallback when determining pts by sortingwm42013-11-271-11/+10
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-261-3/+5
* video: move timestamp determination code to dec_videowm42013-11-251-0/+42
* video: disable PTS sorting fallback by defaultwm42013-11-251-2/+3
* player: merge no-correct-pts with correct-pts codewm42013-11-251-0/+3
* dec_video: fix function signaturewm42013-11-251-2/+3
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-251-2/+5
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-231-2/+15
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-231-3/+1
* dec_video: remove "initialized" fieldwm42013-11-231-11/+5
* video: move decoder context from sh_video into new structwm42013-11-231-96/+92
* video: remove vf_pp auto-insertionwm42013-11-231-18/+0
* video: merge vd.c into dec_video.cwm42013-11-231-0/+138
* demux: rename demux_packet.h to packet.hwm42013-11-181-1/+1
* video: handle video output levels with mp_image_paramswm42013-08-241-28/+0
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* video: redo how colorspaces are handledwm42013-07-161-43/+8
* video: unify colorspace setupwm42013-07-151-17/+29
* vf: add vf_control wrapperwm42013-07-151-6/+6
* dec_video: add vd_control wrapperwm42013-07-151-7/+11
* Cleanup some include statementswm42013-07-121-3/+1
* osdep: remove shmem wrapperwm42013-06-181-1/+0
* dec_video: get rid of two global variableswm42013-05-211-7/+2
* dec_video: remove emms usagewm42013-05-211-10/+0
* core: allow changing filter filters at runtimewm42013-05-181-0/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-181-2/+2
* core: always pass data via packet fields to video decoderswm42013-03-281-3/+1
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-261-4/+3
* dec_video: fix bogus assertwm42013-02-131-1/+1
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-149/+75
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-11/+4
* video: simplify decoder pixel format handlingwm42013-01-131-6/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-11/+11
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+448