aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.h
Commit message (Expand)AuthorAge
* 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
* video: increase avi pts buffer sizeGravatar wm42015-11-06
* video: fix base for --no-correct-ptsGravatar wm42015-10-06
* video: increase maximum number of buffered AVI pts samplesGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* player: make decoding cover art more robustGravatar wm42015-06-18
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* 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: change everythingGravatar wm42014-05-02
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* 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: 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: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar 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
* player: merge no-correct-pts with correct-pts codeGravatar wm42013-11-25
* player: change semantics of --no-correct-ptsGravatar 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: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* 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: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* dec_video: remove unused declaration of a former global variableGravatar wm42013-10-31
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video: add vaapi decode and output supportGravatar wm42013-08-12
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* video: redo how colorspaces are handledGravatar wm42013-07-16
* video: unify colorspace setupGravatar wm42013-07-15
* dec_video: add vd_control wrapperGravatar wm42013-07-15
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* core: always pass data via packet fields to video decodersGravatar wm42013-03-28