aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.c
Commit message (Expand)AuthorAge
* 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
* video: make container vs. bitstream aspect ratio configurableGravatar wm42015-08-30
* player: make decoding cover art more robustGravatar wm42015-06-18
* 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