]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2021-03-10 James Almeravfilter: use the buffer_size_t typedef where required
2021-03-10 James Almeravdevice: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-10 James Almeravcodec: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat/utils: change AVStream side data related publi...
2021-03-10 James Almeravcodec/packet: change side data related public functio...
2021-03-10 James Almeravutil/frame: change av_frame_new_side_data() size...
2021-03-10 James Almeravutil/buffer: change public function and struct size...
2021-03-10 Paul B Maholavfilter/af_dynaudnorm: make better check for available...
2021-03-10 Andreas Rheinhardtavfilter/vf_nnedi: Fix use of uninitialized value
2021-03-10 Marton Balintfftools/ffplay: do not write out of rdft visualization...
2021-03-10 sfan5avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwa...
2021-03-10 sfan5avcodec/mediacodec_wrapper: check if codec is software...
2021-03-09 Michael Niedermayeravformat/mvdec: Allocate extradata only once
2021-03-09 Ovchinnikov... libavcodec/amfenc_hevc: Recommend values for min and...
2021-03-09 Andreas Rheinhardtavcodec/decode: Reindent after previous commits
2021-03-09 Andreas Rheinhardtavcodec/decode: Don't needlessly copy side-data for...
2021-03-09 Andreas Rheinhardtavcodec/decode: Avoid stack packets when decoding subtitles
2021-03-09 Andreas Rheinhardtavcodec/qsvdec: Make functions used only here static...
2021-03-09 Andreas Rheinhardtavcodec: Constify some AVPackets
2021-03-09 Linjie Fumailmap: add entry for myself
2021-03-08 Michael Niedermayeravcodec/dcadsp: Fix integer overflow in dmix_add_c()
2021-03-08 Michael Niedermayeravformat/flvdec: Check double before cast in parse_keyf...
2021-03-08 Michael Niedermayeravformat/paf: Check for EOF before allocation in read_h...
2021-03-08 Michael Niedermayertools/target_dec_fuzzer: Adjust flv1 threshold
2021-03-08 Michael Niedermayeravcodec/aacdec_template: Avoid undefined negation in...
2021-03-08 Michael Niedermayeravformat/swfdec: Check outlen before allocation
2021-03-08 Paul B Maholavcodec/mpeg4videodec: add forgotten flags to mpeg4_options
2021-03-08 Florian Nouwtmobiclip: fix copyright headers
2021-03-08 Andreas Rheinhardtavcodec/ylc: Reindent after previous commit
2021-03-08 Andreas Rheinhardtavcodec/ylc: Avoid code duplication when creating and...
2021-03-08 Andreas Rheinhardtavcodec/ylc: Use only one temporary buffer
2021-03-08 Andreas Rheinhardtavcodec/ylc: Remove write-only variable
2021-03-08 Andreas Rheinhardtavcodec/h261dec: Remove parse_context cruft
2021-03-08 Anton Khirnovlavc: clarify thread_safe_callbacks doxy
2021-03-08 Anton Khirnovlscrdec: add copyright header
2021-03-08 Anton Khirnovlavc: remove tests/options
2021-03-08 Anton Khirnovtests/api-flac-test: reindent
2021-03-08 Anton Khirnovtests/api-flac-test: convert to new encoding/decoding API
2021-03-08 Anton Khirnovtests/api-flac-test: ensure the frame is writable befor...
2021-03-08 Anton Khirnovmjpegdec: handle lowres with AVID cropping
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Allocate buffers together
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Avoid allocation of JLSState
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Only use one line at a time as spare...
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Move check out of loop
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't modify frame we don't own
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't use put bits API for byte...
2021-03-08 Andreas Rheinhardtavcodec/codec: Update init_static_data doxygen
2021-03-08 Andreas Rheinhardtavcodec/avcodec: Don't suggest calling deprecated avcod...
2021-03-08 Andreas Rheinhardtavformat/dashdec: Don't needlessly strdup metadata
2021-03-08 Andreas Rheinhardtavformat/dashdec: Remove limit on length of id
2021-03-07 James Almeravcodec/codec: add doxy to AVCodec.decode()
2021-03-07 James Almeravcodec/codec: use the correct name for all AVCodec...
2021-03-07 James Almeravcodec/codec: remove outdated comment about AVCodec...
2021-03-07 Andreas Rheinhardtavfilter/buffersink: Postpone removal of av_[a]buffersi...
2021-03-07 Andreas Rheinhardtavfilter/avfilter: Remove avfilter_link_set_closed...
2021-03-07 Andreas Rheinhardtdoc/muxers.texi: Readd documentation removed accidentally
2021-03-06 Andreas Rheinhardtavformat/http: Fix leak when using deprecated option
2021-03-06 Andreas Rheinhardtavcodec/libxvid: Remove unnecessary header
2021-03-06 Paul B Maholavfilter: add msad video filter
2021-03-06 Paul B Maholavfilter: add identity video filter
2021-03-06 Andreas Rheinhardtavcodec/parser: Schedule av_parser_change for removal
2021-03-05 Jan Ekströmavformat: add TTML muxer
2021-03-05 Jan Ekströmavcodec: add TTML encoder
2021-03-05 Jan Ekströmavcodec: enable usage of err_recognition for encoders
2021-03-05 Jan Ekströmffprobe: switch to av_bprint_escape for XML escaping
2021-03-05 Stefano Sabatiniavutil/{avstring,bprint}: add XML escaping from ffprobe...
2021-03-05 Andreas Rheinhardtavcodec/decode: Check size before opening iconv
2021-03-05 Andreas Rheinhardtavcodec/decode: Return early upon failure
2021-03-05 Andreas Rheinhardttests/fate: Don't keep unnecessary temp files
2021-03-05 Andreas Rheinhardtavformat/aadec: Replace strncpy by av_strlcpy
2021-03-05 Andreas Rheinhardtavformat/aadec: Use smaller scope for variables, remove...
2021-03-04 Carl Eugen... lavf/sga: Silence several warnings because of wrong...
2021-03-04 Marton Balintavformat/mxfdec: add support for getting product versio...
2021-03-04 Marton Balintavformat/mxfdec: change toolkit_version metadata field...
2021-03-04 Paul B Maholavcodec/speedhq: fix decoding non 444 subsampling when...
2021-03-03 James Almeravcodec/decode: constify the source packet parameter...
2021-03-03 James Almeravcodec/utils: free last_pkt_props on avcodec_open2...
2021-03-03 James Almeravcodec/decode: port last_pkt_props to AVFifoBuffer
2021-03-03 Michael Niedermayeravformat/lxfdec: Fix multiple integer overflows related...
2021-03-03 Michael Niedermayeravformat/mccdec: Use av_sat_add64() for fs
2021-03-03 Michael Niedermayeravutil/parseutils: Check sign in av_parse_time()
2021-03-03 Michael Niedermayeravformat/mspdec: Check packet_size more completely
2021-03-03 Michael Niedermayeravformat/aiffdec: Check that SSND is at least 8 bytes
2021-03-03 Michael Niedermayeravformat/dcstr: Check sample rate
2021-03-03 Andreas Rheinhardtavformat/frmdec: Simplify finding pixel format
2021-03-03 Andreas Rheinhardtavformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demu...
2021-03-03 Ronald S. Bultjeivfenc: write duration for frame_cnt=1.
2021-03-03 Paul B Maholavcodec/float2half: fix minor style issue
2021-03-03 Paul B Maholavcodec/half2float: fix integer overflows in convertman...
2021-03-03 Michael Niedermayeravcodec/mobiclip: Avoid undefined integer overflow...
2021-03-03 Michael Niedermayeravcodec/alsdec: Check bitstream input in read_block()
2021-03-02 Paul B Maholavcodec/exr: add lut oriented half to float conversion...
2021-03-02 Paul B Maholavcodec/exrenc: move float2half code to own header
2021-03-02 Paul B Maholavcodec/exr: add DWA decompression support
2021-03-02 Paul B Maholavcodec/svq1dec: use av_fast_padded_malloc() for alloca...
2021-03-02 Andreas Rheinhardtavformat/dashdec: Increase size of id buffer
2021-03-02 Andreas Rheinhardtavformat/dashdec: Ensure strings are zero-terminated
2021-03-02 Andreas Rheinhardtfftools: Switch to const AVCodec * where possible
2021-03-02 Andreas Rheinhardtavcodec/mpegvideo: Schedule unused, deprecated rc_strat...
next