28571 Commits (81aa0f4604f98da692f2689c84968f90354a92ea)

Author SHA1 Message Date
Michael Niedermayer 96abdf2ffd avcodec/vda_h264: fix bistream typo 11 years ago
Michael Niedermayer 2856332719 avcodec/vda_h264: fix null pointer dereference 11 years ago
Michael Niedermayer 5e95551199 avcodec/dct: use av_malloc_array() 11 years ago
Michael Niedermayer e2c7816ab0 avcodec/cinepakenc: use av_malloc_array() 11 years ago
Anton Khirnov 67afcefb35 lavc: Add new VDA hwaccel 11 years ago
Anton Khirnov 31a46750c7 vda: use hwaccel private data for internal bitstream buffer 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Luca Barbato ebc29519d1 hwaccel: Support specific frame allocators 11 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Anton Khirnov 08bb256758 lavc: document which parts of AVHWAccel are private. 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Lukasz Marek ab57cbb7b1 lavc/on2avc: silent warnings about const params 11 years ago
Reimar Döffinger 97bcb05889 Add missing "const" to pointer arrays. 11 years ago
James Almer 8e07800001 hevcdsp: include stddef.h for ptrdiff_t definition 11 years ago
James Almer fa23190a7a hevcdsp: add missing header include 11 years ago
Matthew Lindner b372f67342 avcodec: better level/index printing 11 years ago
Michael Niedermayer 398e3a591f avcodec: replace uses of deprecated avcodec_set_dimensions() 11 years ago
nu774 9880a0d4b1 pcm-dvd: Fix 20bit decoding 11 years ago
Michael Niedermayer 2201d1a0f8 avcodec/hevc: Fix undefined shifts 11 years ago
Michael Niedermayer 0be95996d0 avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 11 years ago
Michael Niedermayer 341cacb9ac avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx 11 years ago
Michael Niedermayer e54c052bee avcodec/mpeg4videodec: print run/level/index values 11 years ago
Michael Niedermayer 6df33c4926 avcodec: include GET_RL_VLC() in trace output 11 years ago
plepere 63832e01c3 hvcodec/x86/hevcdsp: make macros more modular to support functions that are not sse4 11 years ago
Michael Niedermayer 126927c58e avcodec/exr: mark gama option as experimental / unsupported 11 years ago
Gonzalo Garramuno cd3daad77e avcodec/exr: Add a gamma flag to exr loader to avoid banding 11 years ago
Michael Niedermayer aff352be63 avcodec/mjpegdec: zero gb to silence warning about it being possibly uninitialized 11 years ago
Michael Niedermayer ce4ae18405 avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" warning 11 years ago
Michael Niedermayer 62a9725bc9 avcodec/dcadec: add an assert to silence a uninitialized variable warning 11 years ago
Michael Niedermayer 7e79d72c28 avcodec/dcadec: remove always true if() 11 years ago
Michael Niedermayer 364e8904ce avcodec/cinepakenc: Fix "may be used uninitialized in this function" warnings 11 years ago
Lukasz Marek 9b60d907ae lavc: use av_fifo_freep 11 years ago
Michael Niedermayer 9e58677438 avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental 11 years ago
Michael Niedermayer 54ae58802e avcodec/cinepakenc: drop coded_frame init 11 years ago
Michael Niedermayer a6e9448dc6 avcodec/cinepakenc: Zero AVPictures, silence "may be used uninitialized" warnings 11 years ago
Michael Niedermayer a779602584 avcodec/eamad: silence uninitialized variable warnings 11 years ago
Michael Niedermayer eeb48353ab avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" variables 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 326463893b avcodec/wavpack: initialize pointers to silence warning about them possibly being uninitialized 11 years ago
Michael Niedermayer 84655bdaed avcodec/hevc: remove unused variable 11 years ago
Michael Niedermayer fc7d0d8201 avcodec/x86/hevcdsp_init: fix SSE4 checks 11 years ago
Michael Niedermayer 7be230b5fa avcodec/x86/Makefile: remove duplicate line 11 years ago
Michael Niedermayer 3b3db02f2e avcodec/x86/hevcdsp_init: fix build on 32bit 11 years ago
plepere 7a2491c436 HEVC : added assembly MC functions 11 years ago
Mickaël Raulet 83976e40e8 hevc: C code update for new motion compensation 11 years ago
Matt Oliver ac9869ffb0 x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 11 years ago
Michael Niedermayer 7db0f9bef1 avcodec/mpeg4videoenc: fix alternative implementation of mpeg4_encode_dc() 11 years ago
Michael Niedermayer 141a84688f avcodec/mpeg4videodec: fix mcbpc error messages 11 years ago
Michael Niedermayer 2baf1c8c60 avcodec/snowenc: Fix "incompatible pointer type" warning 11 years ago