summaryrefslogtreecommitdiffstats
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* vd_lavc: fix a small memory leak on init errorwm42014-09-291-1/+0
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-3/+0
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-221-0/+2
* player: hide audio/video codec and file format messageswm42014-05-311-2/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-2/+2
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-2/+2
* video: better handling for (very) broken timestampswm42014-05-271-1/+9
* options: remove deprecated --identifyMartin Herkt2014-05-041-1/+0
* video: change everythingwm42014-05-021-2/+0
* video: handle colorspace and aspect overrides separatelywm42014-05-021-2/+2
* video: improve error messageswm42014-04-301-1/+1
* player: add a --dump-stats optionwm42014-04-171-1/+3
* video: fix --no-aspectwm42014-02-111-2/+2
* video: fix --brightness etc. optionswm42013-12-291-11/+0
* codecs: mp_msg conversionwm42013-12-211-1/+1
* video/decode: mp_msg conversionswm42013-12-211-34/+30
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-9/+9
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* 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