]> git.sesse.net Git - ffmpeg/history - libavcodec
lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInternal
[ffmpeg] / libavcodec /
2020-10-16 Andriy Gelmanavcodec/movtextenc: cosmetics
2020-10-16 Andriy Gelmanavcodec/movtextenc: fix writing to bytestream on BE...
2020-10-15 Andreas Rheinhardtavcodec/asvenc: Inline constants
2020-10-15 Andreas Rheinhardtavcodec/asvdec: Use init_get_bits8()
2020-10-15 Andreas Rheinhardtavcodec/asvdec: Reduce the size of some VLCs
2020-10-15 Andreas Rheinhardtavcodec/ylc: Inline constants
2020-10-15 Andreas Rheinhardtavcodec/v3/408enc: Remove empty close functions
2020-10-15 Michael Niedermayeravcodec/exr: Fix overflow with many blocks
2020-10-15 James Almeravcodec/Makefile: add missing av1_cuvid entry
2020-10-15 Michael Niedermayeravcodec/vp9dsp_template: Fix integer overflows in idct1...
2020-10-15 Michael Niedermayeravcodec/ansi: Check initial dimensions
2020-10-15 Michael Niedermayeravcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp...
2020-10-15 Michael Niedermayeravcodec/sonic: Check for overread
2020-10-15 Michael Niedermayeravcodec/mobiclip: Check that Motion vectors are within...
2020-10-15 Michael Niedermayeravcodec/mobiclip: set the bitstream size to the input
2020-10-15 James Almeravcodec/allcodecs: move av1_cuvid below libaom_av1
2020-10-15 Roman Arzumanyanavcodec/cuviddec: add av1 support
2020-10-12 Andreas Rheinhardtavcodec/webp: Use LE VLC table for LE bitstream reader
2020-10-12 Andreas Rheinhardtavcodec/ivi: Avoid reversing BE VLC codes for LE bitstr...
2020-10-12 Andreas Rheinhardtavcodec/speedhq: Avoid reversing BE codes for LE bitstr...
2020-10-12 Andreas Rheinhardtavcodec/vlc, bitstream: Allow to use BE codes to initia...
2020-10-12 Andreas Rheinhardtavcodec/speedhq: Don't use ff_ prefix for static symbols
2020-10-12 Andreas Rheinhardtavcodec/speedhq: Don't pretend reading DC can fail
2020-10-12 Andreas Rheinhardtavcodec/indeo2: Remove #ifdef BITSTREAM_READER_LE cruft
2020-10-12 Michael Niedermayeravcodec/cbs_av1: Free content in cbs_av1_free_metadata()
2020-10-12 Paul B Maholavcodec/apedec: use proper macro and type for pivot...
2020-10-12 Paul B Maholavcodec/apedec: properly calculate and store absolute...
2020-10-12 Paul B Maholavcodec/apedec: fix decoding 24bit insane files with...
2020-10-12 Paul B Maholavformat/isom: add support for RAW ASC Bayer BGGR in mov
2020-10-12 Andreas Rheinhardtavcodec/mpeg12: Don't pretend reading dct_dc_size_...
2020-10-12 Andreas Rheinhardtavcodec/mpeg12: Reduce size of motion-vector VLC
2020-10-11 Carl Eugen Hoyoslavc, lavf: Remove newlines from calls to avpriv_reques...
2020-10-11 Michael Niedermayeravcodec/exr: Check line size for overflow
2020-10-11 Michael Niedermayeravcodec/exr: Check xdelta, ydelta
2020-10-11 Michael Niedermayeravcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX
2020-10-11 Michael Niedermayeravcodec/mobiclip: Fix multiple integer overflows
2020-10-11 James Almeravcodec/codec.h: add missing FF_API_NEXT wrapper
2020-10-11 Andreas Rheinhardtavcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU...
2020-10-10 Andreas Rheinhardtavcodec/sheervideo: Avoid code duplication when creatin...
2020-10-10 Andreas Rheinhardtavcodec/sheervideo: Reduce the size of static arrays
2020-10-10 Andreas Rheinhardtavcodec/sheervideo: Don't leave context in inconsistent...
2020-10-10 Andreas Rheinhardtavcodec/sheervideo: Inline compile-time constants
2020-10-10 Andreas Rheinhardtavcodec/sheervideo: Improve creating VLC tables
2020-10-10 Michael Niedermayeravcodec/celp_filters: Avoid invalid negation in ff_celp...
2020-10-10 Michael Niedermayeravcodec/takdsp: Fix negative shift in decorrelate_sf()
2020-10-10 James Almeravcodec/parsers: add missing FF_API_NEXT wrappers
2020-10-10 Andreas Rheinhardtavcodec/mpeg12dec: Optimize reading mpeg2 intra escape...
2020-10-08 Andreas Rheinhardtavcodec/magicyuvenc: Use more correct cast in compare...
2020-10-08 Andreas Rheinhardtavcodec/magicyuvenc: Avoid sorting Huffman table unnece...
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()
next