aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/dec_video.h
Commit message (Expand)AuthorAge
* 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
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12