aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* video: un-discourage "vaapi-copy" hwdec modeGravatar wm42015-02-20
* vd_lavc: uninit the hwdec backend after closing the decoderGravatar wm42015-02-14
* video: work around libswscale for PNG pixel formatsGravatar wm42015-02-06
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* dxva2: copy mp_image attributes to sw_imgGravatar James Ross-Gowan2015-01-07
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* vd_lavc: fix error handling pathGravatar wm42014-12-13
* Check some mallocsGravatar wm42014-12-12
* vd_lavc: use avcodec_is_open()Gravatar wm42014-12-02
* vd_lavc: don't crash if codec could not be openedGravatar wm42014-12-01
* vd_lavc: flush frames before uninitializing hw decoderGravatar wm42014-11-20
* dxva2: use gpu_memcpy with unmatched stridesGravatar James Ross-Gowan2014-10-27
* dxva2: fix copying surfaces with different strideGravatar James Ross-Gowan2014-10-27
* dxva2: fix crash on initialization failureGravatar wm42014-10-26
* dxva2: gpu_memcpy: fix build for GCC 4.8.3Gravatar James Ross-Gowan2014-10-26
* dxva2: use optimized memcpyGravatar James Ross-Gowan2014-10-26
* video: initial dxva2 supportGravatar wm42014-10-25
* vd_lavc: fix a small memory leak on init errorGravatar wm42014-09-29
* Remove mpbswap.hGravatar wm42014-09-25
* video: remove BITMAPINFOHEADER from internal demuxer APIGravatar wm42014-09-25
* build: handle insane libavcodec API bullshitGravatar wm42014-09-05
* video: initial Matroska 3D supportGravatar wm42014-08-30
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* vaapi: we need more surfacesGravatar wm42014-08-18
* video: move display and timing to a separate threadGravatar wm42014-08-12
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* vaapi: fix uninitialized value readGravatar wm42014-08-11
* video: remove "hard" framedrop modeGravatar wm42014-08-09
* Improve setting AVOptionsGravatar wm42014-08-02
* vda: only support the new hwaccel 1.2 API (remove old code)Gravatar Stefano Pigozzi2014-08-01
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* options: Expose --colormatrix-primaries to the userGravatar Niklas Haas2014-06-22
* video: Add support for non-BT.709 primariesGravatar Niklas Haas2014-06-22
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* vd_lavc: use option parser for skip suboptionsGravatar wm42014-06-13
* vd_lavc: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* video: add --video-rotate option for controlling auto-rotationGravatar wm42014-05-24
* vdpau: don't fallback to software decoding on preemptionGravatar wm42014-05-18