101775 Commits (61ea0e3191de67b981ef5b846592fc2b55d5afc1)
 

Author SHA1 Message Date
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
Andreas Rheinhardt 9b776cd542 avcodec/roqvideoenc: Reuse buffers instead of alloc+free for each frame 4 years ago
Andreas Rheinhardt 1a4a5fb640 avcodec/roqvideo: Use dedicated context for encoder 4 years ago
Paul B Mahol 4cb989e836 avcodec/exr: add fast path for case when powf() isn't needed 4 years ago
Michael Niedermayer f01d522cf3 avcodec/dxtory: Fix undefined shift with negative linesize 4 years ago
Andreas Rheinhardt 3072438429 doc/codecs.texi: Remove removed or ineffective options 4 years ago
Andreas Rheinhardt f9b5cef1d3 avcodec/libx264: Don't use init_static_data for newer versions 4 years ago
Andreas Rheinhardt 546e3964dd avformat/webmdashenc: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt 0f906be430 avformat/matroskadec: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt ea5bf12a9a avformat/avio: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt bd85c63d1d fftools/cmdutils: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt 514ee8770d avutil/spherical: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt 13e98f1daf avutil/stereo3d: Use av_strstart instead of strncmp 4 years ago
Andreas Rheinhardt 114603d0b9 avutil/pixdesc: Use av_strstart where appropriate 4 years ago
Andreas Rheinhardt 3d79ce0c29 avformat/pcmdec: Beautify pcm_read_header 4 years ago
Andreas Rheinhardt 5f8e015225 avformat/pcmdec: Simplify parsing MIME type 4 years ago
Andreas Rheinhardt b9b0c96db7 avformat/pcmdec: Fix NULL + 1 4 years ago
Andreas Rheinhardt 301ae25e99 avformat/pcm(dec|enc): Don't include disabled (de)muxers 4 years ago
Andreas Rheinhardt 90723d1721 avformat/movenc: Only check for timecodes if they are used 4 years ago
Andreas Rheinhardt cb5a223a7e fftools/ffmpeg, ffplay: Don't set refcounted_frames 4 years ago
Andreas Rheinhardt 13101f916f avformat/movenc: Don't check for disabled muxers 4 years ago
Andreas Rheinhardt f87b33b5bf avformat/movenc: Remove always true check 4 years ago
Paul B Mahol 85ab9deb98 avcodec/exr: handle case when |im - IM| == 1 for huff compression 4 years ago
Vadym Bezdushnyi bc04ea39a5 avformat/movenccenc: Fix memory leak for muxing CENC-encrypted files 4 years ago
Marton Balint 2d32aed85c avdevice: use av_gettime_relative() for elapsed time calculations 4 years ago
Marton Balint 529bf5daf2 avdevice/timefilter: remove obsolete comments from the docs 4 years ago