aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAge
* video: cleanup some old log messagesGravatar wm42015-04-20
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* player: better handling of video with no timestampsGravatar wm42015-03-20
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* video: don't drop anamorphic scaling if it's too minorGravatar wm42015-03-16
* vd_lavc: fix a small memory leak on init errorGravatar wm42014-09-29
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* 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