summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* core: add --force-windowwm42013-10-021-1/+0
* video: let sh_video->aspect always be container aspect ratiowm42013-09-261-6/+8
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-0/+2
* vd_lavc: allow process_image to change image formatwm42013-09-251-17/+20
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()xylosper2013-09-131-0/+1
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-3/+1
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-6/+4
* video/decode: change fix_image callbackwm42013-08-151-2/+2
* vd_lavc: fix comment, document hwdec video frame size trickinesswm42013-08-151-1/+4
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-151-1/+5
* video: add vaapi decode and output supportwm42013-08-121-0/+4
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-76/+118
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-7/+7
* vd_lavc: print warning if hardware decoding API is not availablewm42013-07-301-0/+3
* vd_lavc: fix CONFIG_VDPAU checkwm42013-07-301-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-71/+67
* Fix some -Wshadow warningswm42013-07-231-4/+4
* vd: add VDCTRL_GET_PARAMSwm42013-07-151-0/+3
* Remove old demuxerswm42013-07-071-4/+1
* vo_opengl: handle chroma locationwm42013-06-281-0/+3
* video: add a new method to configure filters and VOswm42013-06-281-6/+16
* options: remove -lavdopts debug suboptionwm42013-06-281-4/+0
* core: add common function to initialize AVPacketwm42013-06-031-11/+2
* options: remove some questionable -lavdopts suboptionswm42013-05-291-15/+0
* vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-181-1/+1
* vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-3/+16
* vd_lavc: allow explicitly selecting vdpau hw decoderswm42013-05-041-1/+11
* vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* core: always pass data via packet fields to video decoderswm42013-03-281-9/+8
* video: make use of libavcodec refcountingwm42013-03-131-6/+71
* video: prepare for libavcodec refcountingwm42013-03-131-46/+40
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-0/+2
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESwm42013-02-261-1/+3
* vd_lavc: better warning message for software decoding fallbackwm42013-02-261-1/+2
* vd_lavc: fix software decoding fallbackwm42013-02-211-1/+1
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-101-6/+11
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupwm42013-02-101-54/+61
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-69/+47
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-1/+1
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xwm42013-01-241-5/+8
* Silence two compiler warningswm42013-01-161-1/+0
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-94/+0
* vd_lavc: remove lowres decodingwm42013-01-131-11/+2
* vd_lavc: prefer AVFrame over AVCodecContext fieldswm42013-01-131-18/+17
* video: decouple internal pixel formats from FourCCswm42013-01-131-10/+9
* mp_image: change how palette is handledwm42013-01-131-14/+0
* mp_image: simplify image allocationwm42013-01-131-2/+2
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-40/+19
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* vd_lavc: use refcountingwm42013-01-131-14/+48
* vd_lavc: add DR1 supportwm42013-01-131-21/+5
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-66/+204
* vd_lavc: remove codec DRwm42013-01-131-189/+14
* video: make vdpau hardware decoding not use DR code pathwm42013-01-131-39/+107
* vd_lavc: do not mutate global threads optionwm42013-01-131-10/+9
* vd_lavc: cosmetics: move debugging code out of the waywm42013-01-131-75/+82
* video: simplify decoder pixel format handlingwm42013-01-131-31/+3
* video: remove slice based filtering and video outputwm42013-01-131-52/+1
* video: make vdpau hardware decoding not use slices code pathwm42013-01-131-2/+15
* Add missing compat/libav.h includeswm42012-11-121-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-11/+11
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+857