101400 Commits (a0eec776b6212b0126f04bbac6bd6af0f6530b76)
 

Author SHA1 Message Date
Jan Ekström a0eec776b6 avcodec: enable usage of err_recognition for encoders 4 years ago
Jan Ekström c8c6c9f5d9 ffprobe: switch to av_bprint_escape for XML escaping 4 years ago
Stefano Sabatini 0f6bf94eb7 avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil 4 years ago
Andreas Rheinhardt a272f382d3 avcodec/decode: Check size before opening iconv 4 years ago
Andreas Rheinhardt 684e501cb9 avcodec/decode: Return early upon failure 4 years ago
Andreas Rheinhardt 94bf3f90e9 tests/fate: Don't keep unnecessary temp files 4 years ago
Andreas Rheinhardt 491a30c79c avformat/aadec: Replace strncpy by av_strlcpy 4 years ago
Andreas Rheinhardt 80038fd524 avformat/aadec: Use smaller scope for variables, remove initializations 4 years ago
Carl Eugen Hoyos b6fe10fa39 lavf/sga: Silence several warnings because of wrong format specifiers. 4 years ago
Marton Balint 088f35f036 avformat/mxfdec: add support for getting product version number metadata 4 years ago
Marton Balint 7cb40b270c avformat/mxfdec: change toolkit_version metadata field to toolkit_version_num 4 years ago
Paul B Mahol 433227d452 avcodec/speedhq: fix decoding non 444 subsampling when width is not multiple of 16 4 years ago
James Almer f7840917da avcodec/decode: constify the source packet parameter in extract_packet_props() 4 years ago
James Almer 77ce903f7a avcodec/utils: free last_pkt_props on avcodec_open2() failure 4 years ago
James Almer b34d1de8dc avcodec/decode: port last_pkt_props to AVFifoBuffer 4 years ago
Michael Niedermayer 7819412f44 avformat/lxfdec: Fix multiple integer overflows related to track_size 4 years ago
Michael Niedermayer 6c5121379a avformat/mccdec: Use av_sat_add64() for fs 4 years ago
Michael Niedermayer 5d7f17e885 avutil/parseutils: Check sign in av_parse_time() 4 years ago
Michael Niedermayer 787501db16 avformat/mspdec: Check packet_size more completely 4 years ago
Michael Niedermayer 460d3dc41f avformat/aiffdec: Check that SSND is at least 8 bytes 4 years ago
Michael Niedermayer fdcb966f4a avformat/dcstr: Check sample rate 4 years ago
Andreas Rheinhardt 6a3f345c1a avformat/frmdec: Simplify finding pixel format 4 years ago
Andreas Rheinhardt 2ff40b98ec avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bump 4 years ago
Ronald S. Bultje d29ec02d48 ivfenc: write duration for frame_cnt=1. 4 years ago
Paul B Mahol 82131293b0 avcodec/float2half: fix minor style issue 4 years ago
Paul B Mahol 3be33703c6 avcodec/half2float: fix integer overflows in convertmantissa() 4 years ago
Michael Niedermayer 4dc039b4c7 avcodec/mobiclip: Avoid undefined integer overflow in MV computation 4 years ago
Michael Niedermayer 53d739db4e avcodec/alsdec: Check bitstream input in read_block() 4 years ago
Paul B Mahol 6cc3ba4be6 avcodec/exr: add lut oriented half to float conversion code 4 years ago
Paul B Mahol cf2f8dcc6a avcodec/exrenc: move float2half code to own header 4 years ago
Paul B Mahol cc85ca1cb3 avcodec/exr: add DWA decompression support 4 years ago
Paul B Mahol 2fc309e699 avcodec/svq1dec: use av_fast_padded_malloc() for allocation pmv only when necessary 4 years ago
Andreas Rheinhardt 98c5d6b845 avformat/dashdec: Increase size of id buffer 4 years ago
Andreas Rheinhardt ec5663d0a7 avformat/dashdec: Ensure strings are zero-terminated 4 years ago
Andreas Rheinhardt 988deae6da fftools: Switch to const AVCodec * where possible 4 years ago
Andreas Rheinhardt c17915fd64 avcodec/mpegvideo: Schedule unused, deprecated rc_strategy for removal 4 years ago
Andreas Rheinhardt efa012cbdb fate/matroska: Test remuxing tracks for hearing/visually impaired 4 years ago
Andreas Rheinhardt 9b06c4c10d avformat/matroskaenc: Add support for FlagOriginal 4 years ago
Andreas Rheinhardt b243be85d9 avformat/matroskadec: Add support for FlagOriginal 4 years ago
Michael Niedermayer 74c4c53953 avformat/mov: Extend data_size check in mov_read_udta_string() 4 years ago
Michael Niedermayer bcc7d14453 avformat/aadec: Check for EOF while reading chapters 4 years ago
Michael Niedermayer ee50f72715 avcodec/h2645_parse: Reduce the initial skipped_bytes_pos size with small inputs 4 years ago
Michael Niedermayer 52f75181bf avformat/voc_packet: Add a basic check on max_size 4 years ago
Paul B Mahol 498be38e32 avformat/sga: improve probing for valid files 4 years ago
Paul B Mahol c6c82428af avformat: add Digital Pictures SGA game demuxer 4 years ago
Paul B Mahol 6b43e1a86c avcodec: add SGA Video decoder 4 years ago
Paul B Mahol 5111707df6 avcodec: add SGA PCM decoder 4 years ago
Andreas Rheinhardt 0e645b98c6 Remove double ';' 4 years ago
Andreas Rheinhardt 590f491b0a avcodec/roqvideoenc: Avoid allocating buffers separately 4 years ago
Andreas Rheinhardt ed89ebb12e avcodec/roqvideoenc: Avoid intermediate buffer 4 years ago