aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAge
* build: add preliminary LGPL modeGravatar wm42017-09-21
* video: add metadata handling for spherical videoGravatar wm42017-08-21
* options: --priority can be LGPLGravatar wm42017-08-03
* options: drop --video-aspect-method=hybridGravatar wm42017-07-21
* options: kill --field-dominanceGravatar wm42017-07-21
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataGravatar Niklas Haas2017-06-18
* dec_video: change license to LGPL (almost)Gravatar wm42017-06-18
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* player: add experimental stream recording featureGravatar wm42017-02-07
* video: make decoder EOF reporting explicitGravatar wm42017-01-11
* video: restructure decode loopGravatar wm42017-01-10
* player: change aspects of cover art handlingGravatar wm42017-01-10
* options: deprecate codec family selection in --vd/--adGravatar wm42016-12-23
* dec_video: don't spam missing PTS warningsGravatar wm42016-11-09
* dec_video, dec_audio: avoid full reinit on switches to the same segmentGravatar wm42016-11-09
* demux: expose demuxer colorimetry metadata to playerGravatar Niklas Haas2016-11-08
* command: add a video-dec-params propertyGravatar wm42016-09-20
* video: handle override video parameters in a better placeGravatar wm42016-09-20
* command: change update handling of some video-related propertiesGravatar wm42016-09-20
* dec_video: always redisplay cover art after a seekGravatar wm42016-03-11
* dec_video: reduce scope of variableGravatar wm42016-03-11
* video: fix coverart decodingGravatar wm42016-03-07
* video: fix hr-seekGravatar wm42016-02-28
* video: allow the decoder to consume packets partiallyGravatar wm42016-02-19
* video: move packet timestamp fudgingGravatar wm42016-02-19
* video: move unreliable-packet-PTS checkGravatar wm42016-02-19
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* video: approximate AVI timestamps via DTS handlingGravatar wm42016-02-11
* player: fix crash if no video decoder can be initializedGravatar wm42016-02-10
* video: remove AVI timestamps for dropped framesGravatar wm42016-02-04
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* video: fix broken-PTS fallback determinationGravatar wm42016-01-29
* video: cleanup pts/dts passing between decoder componentsGravatar wm42016-01-25
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* video: fix interactively changing aspect ratioGravatar wm42016-01-14
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14
* video: refactor: shuffle code aroundGravatar wm42016-01-14
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* video: readd codec delay estimationGravatar wm42015-12-02
* video: fix base for --no-correct-ptsGravatar wm42015-10-06
* video: don't sort AVI pts samplesGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* video: disable framedrop if avi-style timestamps are usedGravatar wm42015-10-06
* video: remove codec delay estimationGravatar wm42015-10-03
* video: cosmetics: remove trailing whitespaceGravatar wm42015-10-03
* video: make --field-dominance set interlaced flagGravatar Kevin Mitchell2015-09-10