92870 Commits (f7745edeaaeeb3f4f9cc0a4f545d538cd86fa418)
 

Author SHA1 Message Date
  Mark Thompson 40b75a943b vaapi: Add VP8 decode hwaccel 8 years ago
  Mark Thompson 9f00fa5369 vp8: Add hwaccel hooks 8 years ago
  Mark Thompson efd0612fdc vaapi: Make the decode profile matching more explicit 8 years ago
  Mark Thompson b0cd14fb1d ffmpeg: Use codec hardware config to configure hwaccels 8 years ago
  Mark Thompson 3a71bcc213 lavc: Mark all AVHWAccel structures as const 8 years ago
  Mark Thompson da4e02b196 lavc: Delete all fake hwaccels 8 years ago
  Mark Thompson 9bd326ac46 lavc: Remove register mechanism for hwaccels 8 years ago
  Mark Thompson 3536a3efb9 lavc: Deprecate av_hwaccel_next() and av_register_hwaccel() 8 years ago
  Mark Thompson 67e81d79cc lavc: Use hardware config information in ff_get_format() 8 years ago
  Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 8 years ago
  Mark Thompson 24cc0a53e9 lavc: Add codec metadata to indicate hardware support 8 years ago
  Michael Niedermayer 2779d33ed9 avformat/aacdec: Fix leak in adts_aac_read_packet() 8 years ago
  Michael Niedermayer 2b6964f764 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi* 8 years ago
  Derek Buitenhuis e7af1394ec vorbisenc: Check the return value of av_frame_clone 8 years ago
  Mark Thompson 37c57df18e doc/ffmpeg: Document opencl for -init_hw_device 8 years ago
  Mark Thompson 022ddff0b2 doc/fftools: Remove documentation for old -opencl_bench option 8 years ago
  Mark Thompson 3fbd4fc476 nvenc: Include config.h before checking for D3D11 support 8 years ago
  Mark Thompson 6e0e3e1d8d hwcontext_vaapi: Do not assume that sw_format is transferable 8 years ago
  Derek Buitenhuis 52a44d50be h264_picture: Actually return error during alloc failure 8 years ago
  Paul B Mahol ffc01280be avfilter: add lv2 wrapper filter 8 years ago
  Rostislav Pehlivanov 3701d499f8 error_resilience: remove avpriv_atomic usage 8 years ago
  Rostislav Pehlivanov 590136e78d libavcodec/utils.c: simplify avcodec locking with atomics 8 years ago
  Rostislav Pehlivanov 3154f4417a lavc/utils.c: use C11 atomics for entangled thread handling 8 years ago
  James Almer abf669479c avformat/mov_esds: check return value of ff_mp4_read_dec_config_descr 8 years ago
  James Almer 08b294bf5f avformat/isom: return proper error values in ff_mp4_read_dec_config_descr 8 years ago
  Martin Vignali 8794e0c037 fate/hapAlphaOnly : add test for hap alpha only decoding 8 years ago
  Martin Vignali 21c06c4095 avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0 8 years ago
  Martin Vignali 07e427aa56 avcodec/texturedsp : add rgtc1u gray decoding 8 years ago
  Jan Ekström f6d49a0dc8 hwcontext_d3d11va: properly reset values after release/close 8 years ago
  Mikulas Patocka fbdd78fa3e avcodec/fft: fix INTERL macro on 3dnow 8 years ago
  Mark Thompson f4e319d8a9 hwcontext_opencl: Reset internal command queue on device_uninit 8 years ago
  Mark Thompson 8bbf2dacbf hwcontext_d3d11: Log adapter details on device creation 8 years ago
  James Almer 4af050c46e configure: remove superfluous cuvid and nvdec checks 8 years ago
  Mark Thompson 8921689575 doc/APIchanges: Fix lavu versions for OpenCL changes 8 years ago
  Mark Thompson e1d1924427 lavu/pixfmt: Remove gap in the middle of enum AVPixelFormat 8 years ago
  Mark Thompson b26dd5ae2f Merge commit '136e7cf64ce9e78de7158d6720539d51cb96b743' 8 years ago
  Richard Ling 7d4fe0c5cb avfilter: add normalize filter 8 years ago
  Mikulas Patocka 279d2599dd ffmpeg libopusdec: fix missing include file in libopusdec.c 8 years ago
  John Stebbins bdddcb7b03 lavf/mov: fix crash in mov_read_sidx 8 years ago
  Karthick J a1f8f1340a avformat/dashenc: Associate mpd extension with dash muxer 8 years ago
  Michael Niedermayer 12a511f2c2 avcodec/sbrdsp_fixed: Fix integer overflow 8 years ago
  James Almer 31de45d20b avformat/utils: fix mixed declarations and code 8 years ago
  Philip Langdale 4186a77f26 avcodec/nvdec: Round up odd width/height values 8 years ago
  Li, Zhong b843b343d8 qsvenc: cavlc option is only available for h264 8 years ago
  James Almer fa4121507c avformat/ttaenc: add tta_init() 8 years ago
  James Almer e97667c82f avformat/ttaenc: buffer packets directly 8 years ago
  Dale Curtis 9648cc6d7f avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. 8 years ago
  Dale Curtis 03fbc0daa7 avformat/utils: Prevent undefined shift with wrap_bits > 64. 8 years ago
  Paul B Mahol 63826a0b82 avfilter/af_amix: make use of av_asprintf() 8 years ago
  Paul B Mahol ec5328aa6f avfilter: add mix filter 8 years ago