aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAge
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* video: change everythingGravatar wm42014-05-02
* video: handle colorspace and aspect overrides separatelyGravatar wm42014-05-02
* video: improve error messagesGravatar wm42014-04-30
* player: add a --dump-stats optionGravatar wm42014-04-17
* video: fix --no-aspectGravatar wm42014-02-11
* video: fix --brightness etc. optionsGravatar wm42013-12-29
* codecs: mp_msg conversionGravatar wm42013-12-21
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* dec_video: fix handling of timestamp resetsGravatar wm42013-12-12
* video: display last frame, drain frames on video reconfigGravatar wm42013-12-10
* video: move handling of brightness and deinterlacing controlGravatar wm42013-12-10
* video: move video filter chain initialization from decoder to playerGravatar wm42013-12-10
* video: create a separate context for video filter chainGravatar wm42013-12-07
* video: remove --flipGravatar wm42013-12-05
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* video: warn against non-monotonic PTS instead of decreasing PTSGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28
* video: replace d_video->pts field, change PTS jump checksGravatar wm42013-11-27
* video: if PTS is missing, make something up using the framerateGravatar wm42013-11-27
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* video: remove commented codeGravatar wm42013-11-27
* video: use dts as fallback when determining pts by sortingGravatar wm42013-11-27
* video: unbreak --no-correct-pts with demuxers that use DTSGravatar wm42013-11-26
* video: move timestamp determination code to dec_videoGravatar wm42013-11-25
* video: disable PTS sorting fallback by defaultGravatar wm42013-11-25
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25
* dec_video: fix function signatureGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* video: merge vd.c into dec_video.cGravatar wm42013-11-23
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video: redo how colorspaces are handledGravatar wm42013-07-16
* video: unify colorspace setupGravatar wm42013-07-15
* vf: add vf_control wrapperGravatar wm42013-07-15