43900 Commits (d6912294d39b5d15cba0236e06e5a3710e57a1a0)

Author SHA1 Message Date
hwren 8e74d98a29 lavc: add AVS3 codec id and desc 4 years ago
James Almer 0b6541368d avcodec/h264_slice: use av_buffer_replace() to simplify code 4 years ago
Andreas Rheinhardt c9ceec1f1f avcodec/qsv: Fix leak of options on error 4 years ago
Andreas Rheinhardt 6770057ac9 avcodec/dvenc: Fix undefined left shift of negative numbers 4 years ago
Michael Niedermayer 3291d994b7 avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420() 4 years ago
James Almer 05872c67a4 avcodec/av1dec: partially clean state on frame decoding errors 4 years ago
Lynne 45070eec4c
libwavpackenc: remove libwavpackenc wrapper 4 years ago
Michael Niedermayer 3056e19e68 avcodec/vc1_block: Fix integer overflow in ac value 4 years ago
James Almer 137a36bdfc avcodec/utils: add missing FF_API_TAG_STRING check 4 years ago
James Almer 0191f2d29c avcodec/options: add missing FF_API_COPY_CONTEXT checks 4 years ago
James Almer bd52b41444 avcodec/libvpxenc: add missing FF_API_ERROR_FRAME check 4 years ago
Timo Rothenpieler 13c74291ec avcodec/cuviddec: avoid copy of uninitialized extradata pointer 4 years ago
Timo Rothenpieler c75756d047 avcodec/cuviddec: use correct type for extradata_size 4 years ago
Timo Rothenpieler bba6262080 avcodec/cuviddec: fix copy&paste error 4 years ago
Andreas Rheinhardt 66eadb3926 avcodec/utils: Reindentation 4 years ago
Andreas Rheinhardt b8e0ceda11 avcodec/utils: Also free encoder extradata on avcodec_open2() error 4 years ago
Andreas Rheinhardt d1dcc20126 avcodec/utils: Don't forget cleaning up when allocating priv_data fails 4 years ago
Andreas Rheinhardt c6e54d14c5 avcodec/utils: Improve check for freeing codec private options 4 years ago
Andreas Rheinhardt 502c5fe101 avcodec/utils: Remove always-true check 4 years ago
Anton Khirnov 33b4b788aa opusdec: do not fail when LBRR frames are present 4 years ago
James Almer aa5e49e46d avcodec/av1dec: call ff_cbs_flush() on decoder flush 4 years ago
James Almer 3392c1b05e avcodec/av1dec: fix check for active sequence header 4 years ago
James Almer ea4b10249d avcodec/av1dec: parse dimensions from the sequence header in extradata 4 years ago
James Almer 421906dddb avcodec/cbs_vp9: implement a CodedBitstreamType.flush() callback 4 years ago
James Almer 0c84253353 avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacks 4 years ago
James Almer dfd184eed5 avcodec/cbs_av1: implement a CodedBitstreamType.flush() callback 4 years ago
James Almer 515b6419ca avcodec/cbs: add a flush callback to CodedBitstreamType 4 years ago
Timo Rothenpieler a96743a05c avcodec/cuviddec: handle arbitrarily sized extradata 4 years ago
Andreas Rheinhardt 5bc74d06da avcodec/utils: Only call codec->close if init has been called 4 years ago
Rick Kern adcdf0bc60 libavcodec/videotoolboxenc: Fix crash when frame received after error 4 years ago
Tian Qi 9837f5a643 avcodec/videotoolboxenc: move pthread_cond_signal after add buffer to the queue 4 years ago
Tian Qi 1cbea3f9ca avcodec/videotoolboxenc: don't wait when flushing data 4 years ago
Zhao Zhili d80d91d213 avcodec/videotoolboxenc: fix use after destroy 4 years ago
Zhao Zhili 419d2524a8 avcodec/videotoolboxenc: fix align issue 4 years ago
Harry Mallon e16788a323 avcodec/videotoolboxenc: Allow full range 10bit pixel format input 4 years ago
Harry Mallon 80384a6ec3 avcodec/videotoolboxenc: Set profile (main/main10) on HEVC encode 4 years ago
Michael Niedermayer ddf2ba5497 avcodec/mv30: Fix several integer overflows in idct_1d() 4 years ago
Michael Niedermayer 165d6b876b avcodec/pgxdec: Fix invalid shift in write_frame_* 4 years ago
Anton Khirnov 56ff01e6ec pthread_frame: use av_buffer_replace() to simplify code 4 years ago
Anton Khirnov 16f8b96dfa mpegvideo: use av_buffer_replace() to simplify code 4 years ago
Anton Khirnov eff289ce9f hevcdec: use av_buffer_replace() to simplify code 4 years ago
Paul B Mahol a3a6b56200 avcodec: add Argonaut Games Video decoder 4 years ago
Andriy Gelman ff5fcd0be0 avcodec/v4l2_buffers: remove unused function argument 5 years ago
Andreas Rheinhardt a162e78cd5 avcodec/fraps: Use cached bitstream reader 5 years ago
Andreas Rheinhardt bc6838deb9 avcodec/fraps: Use unchecked bitstream reader 5 years ago
Andreas Rheinhardt bb16dbc002 avcodec/utvideo: Move stuff only used by Ut encoder to Ut encoder 5 years ago
Andreas Rheinhardt 5f5f0b06cf avcodec/utvideo: Remove unused array 5 years ago
Andreas Rheinhardt 341914495e avcodec/utvideodec: Avoid qsort when creating Huffman tables 5 years ago
Andreas Rheinhardt 9c8b85f5fa avcodec/utvideodec: Remove code duplication when creating Huffman tables 5 years ago
Andreas Rheinhardt 099feb9411 avcodec/utvideodec/enc: Fix edge case of creating Huffman table 5 years ago