aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vd_lavc.c
Commit message (Expand)AuthorAge
...
* vd_lavc: add support for nvdec hwaccelGravatar wm42017-10-28
* vd_lavc: use avcodec_fill_hw_frames_parameters() APIGravatar wm42017-10-27
* vd_lavc: more aggressive frame dropping for intra only codecsGravatar wm42017-10-26
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* video: properly pass through ICC dataGravatar wm42017-10-16
* video: make it possible to always override hardware decoding formatGravatar wm42017-10-16
* hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC framesGravatar Aman Gupta2017-10-09
* hwdec: rename mediacodec to mediacodec-copyGravatar Aman Gupta2017-10-09
* build: switch preliminary LGPL mode from v3 to v2.1Gravatar wm42017-10-05
* vd_lavc: cuda requires setting hw_device_ctxGravatar wm42017-09-26
* video: remove old videotoolbox supportGravatar wm42017-09-26
* video: drop old cuda/cuvid hwaccelGravatar wm42017-09-26
* vd_lavc: revert accidental vaapi changes revertGravatar wm42017-09-22
* build: add preliminary LGPL modeGravatar wm42017-09-21
* Revert "vd_lavc: change auto-probe order to prefer cuda over vdpau-copy"Gravatar wm42017-09-19
* vd_lavc: change auto-probe order to prefer cuda over vdpau-copyGravatar wm42017-08-30
* vd_lavc: work around some more idiotic FFmpeg nonsenseGravatar wm42017-08-24
* vd_lavc: fix mid-stream hwdec fallbackGravatar wm42017-08-23
* vd_lavc: fix device leak with copy-mode hwaccelsGravatar wm42017-08-09
* vd_lavc: decode embedded ICC profilesGravatar Niklas Haas2017-08-03
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* vd_lavc: fix crashes with old hwaccelsGravatar wm42017-07-10
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()Gravatar wm42017-07-06
* vd_lavc: fix build with old FFmpeg/Libav versionsGravatar wm42017-07-04
* vd_lavc: remove unused hwaccel support codeGravatar wm42017-07-04
* vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccelsGravatar wm42017-07-04
* d3d: make DXVA2 support optionalGravatar wm42017-06-30
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataGravatar Niklas Haas2017-06-18
* video: refactor HDR implementationGravatar Niklas Haas2017-06-18
* vd, vd_lavc: change license to LGPL (almost)Gravatar wm42017-06-15
* d3d: add support for new libavcodec hwaccel APIGravatar wm42017-06-08
* videotoolbox: support new libavcodec APIGravatar wm42017-05-24
* vd_lavc: check for missing device_ctx refGravatar wm42017-05-24
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* vdpau: crappy hack to allow initializing hw decoding after preemptionGravatar wm42017-05-19
* cuda: add new way to set cuda context on cuvid codecsGravatar wm42017-05-05
* vd_lavc: fix build with FFmpeg 3.2Gravatar wm42017-05-04
* vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctxGravatar wm42017-05-03
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2Gravatar wm42017-04-23
* vd_lavc: fix return value in receive_frame()Gravatar wm42017-04-07
* vd_lavc: fix potential build failure with vaapiGravatar wm42017-03-23
* vdpau: support new vdpau libavcodec decode APIGravatar wm42017-03-23
* vd_lavc: disable videotoolbox hack with newer ffmpeg versionsGravatar wm42017-03-07
* vd_lavc: log pixel format requested from decoderGravatar wm42017-03-01
* vd_lavc: increase verbosity if requested hwaccel is not compiledGravatar wm42017-02-20
* vd_lavc, vaapi: move hw device creation to generic codeGravatar wm42017-02-20
* vd_lavc: fix inverted error checkGravatar wm42017-02-16
* vd_lavc: move most vaapi hwaccel setup code to generic codeGravatar wm42017-02-16
* vd_lavc: remove some leftover vaapi locking infrastructureGravatar wm42017-02-16
* vd_lavc: allocate 8 ref frames for VP9Gravatar wm42017-01-26