]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once
[ffmpeg] / libavcodec /
2020-10-08 Andreas Rheinhardtavcodec/mjpegdec: Remove redundant initialization
2020-10-08 Andreas Rheinhardtavcodec/mjpegdec: Remove use_static from build_vlc()
2020-10-08 Andreas Rheinhardtavcodec/mjpegdec: Use correct number of codes when...
2020-10-08 Andreas Rheinhardtavcodec/mjpegdec: Use correct number of codes for VLC...
2020-10-08 ManojGuptaBondaVP9 Profile 2 VDPAU support
2020-10-07 Paul B Maholavcodec/mjpegdec: improve decoding of DNG files
2020-10-07 Paul B Maholavcodec/tiff: do not abort decoding if strips are available
2020-10-07 Paul B Maholavcodec: add Cintel RAW decoder
2020-10-06 James Almeravcodec/av1dec: avoid probing with av1dec
2020-10-05 hwrenlavc/avs2_parser.c: optimize code style
2020-10-05 hwrenlavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefix
2020-10-05 hwrenlavc,doc: add libuavs3d video decoder wrapper
2020-10-05 hwrenlavc/avs3_parser: add avs3 parser
2020-10-05 hwrenlavc/avs3.h: add AVS3 related definitions
2020-10-05 hwrenlavc: add AVS3 codec id and desc
2020-10-05 James Almeravcodec/h264_slice: use av_buffer_replace() to simplify...
2020-10-04 Andreas Rheinhardtavcodec/qsv: Fix leak of options on error
2020-10-04 Andreas Rheinhardtavcodec/dvenc: Fix undefined left shift of negative...
2020-10-04 Michael Niedermayeravcodec/dxtory: Fix negative stride shift in dx2_decode...
2020-10-04 James Almeravcodec/av1dec: partially clean state on frame decoding...
2020-10-02 Lynnelibwavpackenc: remove libwavpackenc wrapper
2020-10-02 Michael Niedermayeravcodec/vc1_block: Fix integer overflow in ac value
2020-10-02 James Almeravcodec/utils: add missing FF_API_TAG_STRING check
2020-10-02 James Almeravcodec/options: add missing FF_API_COPY_CONTEXT checks
2020-10-02 James Almeravcodec/libvpxenc: add missing FF_API_ERROR_FRAME check
2020-10-01 Timo Rothenpieleravcodec/cuviddec: avoid copy of uninitialized extradata...
2020-10-01 Timo Rothenpieleravcodec/cuviddec: use correct type for extradata_size
2020-10-01 Timo Rothenpieleravcodec/cuviddec: fix copy&paste error
2020-10-01 Andreas Rheinhardtavcodec/utils: Reindentation
2020-10-01 Andreas Rheinhardtavcodec/utils: Also free encoder extradata on avcodec_o...
2020-10-01 Andreas Rheinhardtavcodec/utils: Don't forget cleaning up when allocating...
2020-10-01 Andreas Rheinhardtavcodec/utils: Improve check for freeing codec private...
2020-10-01 Andreas Rheinhardtavcodec/utils: Remove always-true check
2020-10-01 Anton Khirnovopusdec: do not fail when LBRR frames are present
2020-09-30 James Almeravcodec/av1dec: call ff_cbs_flush() on decoder flush
2020-09-30 James Almeravcodec/av1dec: fix check for active sequence header
2020-09-30 James Almeravcodec/av1dec: parse dimensions from the sequence...
2020-09-30 James Almeravcodec/cbs_vp9: implement a CodedBitstreamType.flush...
2020-09-30 James Almeravcodec/cbs_h2645: implement CodedBitstreamType.flush...
2020-09-30 James Almeravcodec/cbs_av1: implement a CodedBitstreamType.flush...
2020-09-30 James Almeravcodec/cbs: add a flush callback to CodedBitstreamType
2020-09-29 Timo Rothenpieleravcodec/cuviddec: handle arbitrarily sized extradata
2020-09-29 Andreas Rheinhardtavcodec/utils: Only call codec->close if init has been...
2020-09-29 Rick Kernlibavcodec/videotoolboxenc: Fix crash when frame receiv...
2020-09-29 Tian Qiavcodec/videotoolboxenc: move pthread_cond_signal after...
2020-09-29 Tian Qiavcodec/videotoolboxenc: don't wait when flushing data
2020-09-29 Zhao Zhiliavcodec/videotoolboxenc: fix use after destroy
2020-09-29 Zhao Zhiliavcodec/videotoolboxenc: fix align issue
2020-09-29 Harry Mallonavcodec/videotoolboxenc: Allow full range 10bit pixel...
2020-09-29 Harry Mallonavcodec/videotoolboxenc: Set profile (main/main10)...
2020-09-28 Michael Niedermayeravcodec/mv30: Fix several integer overflows in idct_1d()
2020-09-28 Michael Niedermayeravcodec/pgxdec: Fix invalid shift in write_frame_*
2020-09-28 Anton Khirnovpthread_frame: use av_buffer_replace() to simplify...
2020-09-28 Anton Khirnovmpegvideo: use av_buffer_replace() to simplify code
2020-09-28 Anton Khirnovhevcdec: use av_buffer_replace() to simplify code
2020-09-27 Paul B Maholavcodec: add Argonaut Games Video decoder
2020-09-26 Andriy Gelmanavcodec/v4l2_buffers: remove unused function argument
2020-09-26 Andreas Rheinhardtavcodec/fraps: Use cached bitstream reader
2020-09-26 Andreas Rheinhardtavcodec/fraps: Use unchecked bitstream reader
2020-09-26 Andreas Rheinhardtavcodec/utvideo: Move stuff only used by Ut encoder...
2020-09-26 Andreas Rheinhardtavcodec/utvideo: Remove unused array
2020-09-26 Andreas Rheinhardtavcodec/utvideodec: Avoid qsort when creating Huffman...
2020-09-26 Andreas Rheinhardtavcodec/utvideodec: Remove code duplication when creati...
2020-09-26 Andreas Rheinhardtavcodec/utvideodec/enc: Fix edge case of creating Huffm...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Don't waste stack space
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Avoid AV_QSORT when creating Huffman...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Fix edge case of building Huffman...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Don't invert order unnecessarily
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Replace implicit checks for overread...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Use const uint8_t* for pointer to...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Don't use GetBit API for byte-aligned...
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Check early for invalid slices
2020-09-26 Andreas Rheinhardtavcodec/diracdsp: Remove unused variable
2020-09-26 Andreas Rheinhardtavcodec/magicyuv: Improve overread check when parsing...
2020-09-26 Andreas Rheinhardtavcodec/bytestream: Add unchecked bytestream2 peek...
2020-09-26 Andreas Rheinhardtavcodec/photocd: Simplify parsing Huffman tables a bit
2020-09-26 Michael Niedermayeravcodec/dxtory: Fix negative shift in dx2_decode_slice_...
2020-09-26 Michael Niedermayeravcodec/dxtory: Fix negative shift in dxtory_decode_v1_...
2020-09-26 Michael Niedermayeravcodec/dxtory: Fix get_raw_size() for YUV
2020-09-26 Haihao Xianglavc/qsvdec: Add QSV AV1 decoder
2020-09-25 Paul B Maholavcodec/mpeg12dec: remove inter block calls in IPU...
2020-09-25 Paul B Maholavcodec/mpeg12dec: add support for MPEG1 blocks in...
2020-09-25 Michael Niedermayeravcodec/mobiclip: Move quantizer check into setup_qtables()
2020-09-25 Michael Niedermayeravcodec/sonic: Check channels before deallocating
2020-09-24 Paul B Maholavcodec: add IPU Video decoder and parser
2020-09-23 Paul B Maholavcodec/cfhd: check that lowpass_height is >= 3 when...
2020-09-23 Shaofei Wanglibavcodec/vp8dec: fix the multi-thread HWAccel decode...
2020-09-23 James Almeravcodec/h264_slice: sync User Data Unregistered SEI...
2020-09-23 James Almeravcodec/hevcdec: sync User Data Unregistered SEI buffer...
2020-09-23 James Almeravcodec/hevcdec: sync SEI derived AVCodecContext fields...
2020-09-22 Paul B Maholavcodec/magicyuv: add support for recently added new...
2020-09-20 Michael Niedermayeravcodec/ansi: Check nb_args for overflow
2020-09-19 Andreas Rheinhardtavcodec/mpegaudiodec*: Cleanup generically on init...
2020-09-19 Andreas Rheinhardtavcodec/mpegaudiodec_float: Avoid indirection with...
2020-09-19 Andreas Rheinhardtavcodec/mpegaudiodec_template: Check return value of...
2020-09-19 Andreas Rheinhardtavcodec/ljpegenc: Don't free buffer known to be NULL
2020-09-19 Andreas Rheinhardtavcodec/j2kenc: Fix leaks on init failure
2020-09-19 Andreas Rheinhardtavcodec/indeo3: Cleanup generically after init failure
2020-09-19 Andreas Rheinhardtavcodec/imc: Avoid indirection when calling float dsp...
2020-09-19 Andreas Rheinhardtavcodec/hq_hqadata: Make local arrays static
next