aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* 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
* vd_lavc: factor out libavcodec thread setupGravatar wm42013-12-04
* vd_lavc: don't check required hwdec fieldsGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrameGravatar wm42013-11-25
* vd_lavc: improve a commentGravatar wm42013-11-24
* vd_lavc: when falling back to software, revert filter error statusGravatar 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
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* vd_lavc: select correct hw decoder profile for constrained baseline h264Gravatar wm42013-11-14
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
| * vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnessGravatar wm42013-10-31
* core: add --force-windowGravatar wm42013-10-02
* video: let sh_video->aspect always be container aspect ratioGravatar wm42013-09-26
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25
* vd_lavc: allow process_image to change image formatGravatar wm42013-09-25
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()Gravatar xylosper2013-09-13
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* video/decode: change fix_image callbackGravatar wm42013-08-15
* vd_lavc: fix comment, document hwdec video frame size trickinessGravatar wm42013-08-15
* video/decode: pass parameters directly to hwdec allocate_image callbackGravatar wm42013-08-15
* video: add vaapi decode and output supportGravatar wm42013-08-12
* video: redo hw decoding initialization, add --hwdec=autoGravatar wm42013-08-11
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vd_lavc: print warning if hardware decoding API is not availableGravatar wm42013-07-30
* vd_lavc: fix CONFIG_VDPAU checkGravatar wm42013-07-30
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* vd: add VDCTRL_GET_PARAMSGravatar wm42013-07-15
* Remove old demuxersGravatar wm42013-07-07
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* options: remove -lavdopts debug suboptionGravatar wm42013-06-28
* core: add common function to initialize AVPacketGravatar wm42013-06-03
* options: remove some questionable -lavdopts suboptionsGravatar wm42013-05-29