aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* demux: export video rotation parameterGravatar wm42014-04-21
* vd_lavc: reinit hwdec on profile changesGravatar wm42014-03-17
* vd_lavc: remove unused fieldGravatar wm42014-03-16
* vd_lavc: reduce hardware decoder mid-stream reinitializationsGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* vd_lavc: ridiculous workaround for Libav 9 compatibilityGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegGravatar wm42014-01-11
* vd_lavc: matroska: remove weird realvideo special handlingGravatar wm42014-01-11
* vd_lavc: minor simplificationGravatar wm42014-01-11
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* vd_lavc: by default, output all frames, even corrupted onesGravatar wm42013-12-29
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* 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