aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
...
* vd_lavc: change VDCTRL_REINIT_VO behaviorGravatar wm42013-05-18
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* vd_lavc: hack-fix vdpau decoding with non mod 16 videoGravatar wm42013-05-14
* video: add --hwdec-codecs option to whitelist codecs for hw decodingGravatar wm42013-05-04
* vd_lavc: allow explicitly selecting vdpau hw decodersGravatar wm42013-05-04
* vd_lavc: fix decoder init failure pathGravatar wm42013-04-27
* core: always pass data via packet fields to video decodersGravatar wm42013-03-28
* video: make use of libavcodec refcountingGravatar wm42013-03-13
* video: prepare for libavcodec refcountingGravatar wm42013-03-13
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESGravatar wm42013-02-26
* vd_lavc: better warning message for software decoding fallbackGravatar wm42013-02-26
* vd_lavc: fix software decoding fallbackGravatar wm42013-02-21
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlyGravatar wm42013-02-10
* demux_lavf, ad_lavc, vd_lavc: refactor, cleanupGravatar wm42013-02-10
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xGravatar wm42013-01-24
* Silence two compiler warningsGravatar wm42013-01-16
* vd_lavc: remove -lavdopts vstats suboptionGravatar wm42013-01-13
* vd_lavc: remove lowres decodingGravatar wm42013-01-13
* vd_lavc: prefer AVFrame over AVCodecContext fieldsGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* mp_image: simplify image allocationGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* vd_lavc: use refcountingGravatar wm42013-01-13
* vd_lavc: add DR1 supportGravatar wm42013-01-13
* video: different way to enable hardware decoding, add software fallbackGravatar wm42013-01-13
* vd_lavc: remove codec DRGravatar wm42013-01-13
* video: make vdpau hardware decoding not use DR code pathGravatar wm42013-01-13
* vd_lavc: do not mutate global threads optionGravatar wm42013-01-13
* vd_lavc: cosmetics: move debugging code out of the wayGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* video: make vdpau hardware decoding not use slices code pathGravatar wm42013-01-13
* Add missing compat/libav.h includesGravatar wm42012-11-12
* 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