102 Commits (4b806081b25ffa15e174a8c7a86343ea63f51670)

Author SHA1 Message Date
Anton Khirnov e481458bc3 h264: factor out pred weight table parsing into a separate file 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Hendrik Leppkes c198295ded dxva2_h264: fix size alignment asserts 9 years ago
Matt Oliver 109dfed7fc lavc/dxva2_h264: Fix incorrect assert statement. 9 years ago
Hendrik Leppkes 406f30072e dxva2_h264: fix reference field marking in long slice struct 9 years ago
Luca Barbato 08377f9c3b dxva: Include last the internal header 9 years ago
Michael Niedermayer 5cddfc5357 avcodec/dxva2_h264: Fix "may be used uninitialized" warnings 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Hendrik Leppkes ae4f5d944c dxva2_h264: fix slice offset in long slice structs 10 years ago
Hendrik Leppkes cf1fba0fb8 dxva2_h264: fix slice offset in long slice structs 10 years ago
Anton Khirnov a12d3188cb h264: use a smaller struct for the ref lists 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 9951907f6f h264: move redundant_pic_count into the per-slice context 10 years ago
Anton Khirnov a9b201cacf h264: move cabac_init_idc into the per-slice context 10 years ago
Anton Khirnov e6c90ce94f h264: move loopfilter parameters into the per-slice context 10 years ago
Anton Khirnov 95eb35f305 h264: move the ref lists variables into the per-slice context 10 years ago
Anton Khirnov 066aafced4 h264: move direct_spatial_mv_pred into the per-slice context 10 years ago
Anton Khirnov 56febc993b h264: move the slice type variables into the per-slice context 10 years ago
Anton Khirnov d231e84b06 h264: move the quantizers into the per-slice context 10 years ago
Anton Khirnov 92c6c2a605 h264: split weighted pred-related vars into per-slice context 10 years ago
Diego Biurrun 4600a85eaa dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer() 10 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Michael Niedermayer b2b4afe811 hwaccel: fix dxva2 & vaapi loop filter parameters 11 years ago
Hendrik Leppkes ed4b757177 dxva2_h264: add a workaround for old Intel GPUs 11 years ago
Hendrik Leppkes 2fcef90bee dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Michael Niedermayer 678e455f1d dxva2: Directly use AVFrames 11 years ago
Michael Niedermayer 29be9b5301 avcodec/dxva2: fix pointers after H264Picture 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara 9b749c8274 h264: move relevant fields from Picture to H264Picture 11 years ago
Hendrik Leppkes 8b2a130d3f dxva2_h264: add a workaround for old intel GPUs 11 years ago
Hendrik Leppkes 276839b8de dxva2_h264: set the correct ref frame index in the long slice struct 11 years ago
Michael Niedermayer 0ad8f73f13 avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop filter parameters 11 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov ad0c9f2d5d lavc: move AVFrame.hwaccel_picture_private to Picture. 12 years ago
Diego Biurrun c57a593670 hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
jamal 64c53fa16a dxva2: Fix some warnings about incompatible pointer type 12 years ago
Hendrik Leppkes ea1c5011b3 dxva2_h264: fix signaling of mbaff frames 13 years ago
Hendrik Leppkes b5e6aa6c33 dxva2_h264: fix signaling of mbaff frames 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Carl Eugen Hoyos bcb1555489 dxva2_h264: pass the correct 8x8 scaling lists 13 years ago
Joakim Plate dcce09d64b dxva: Add ability to enable workaround for older ATI cards 13 years ago
Carl Eugen Hoyos 3039c68626 Fix dxva2 decoding for some H264 samples. 13 years ago
Jean-Baptiste Kempf 58ef4ecff8 DxVA2: unbreak build after [657ccb5ac7] 14 years ago
Joakim Plate a7d3a51dd1 cosmetic: reindent of dxva2 zigzag workaround 14 years ago