101466 Commits (f4f5da0d9167bb3ebf7519ded2a9965bac5404bf)
 

Author SHA1 Message Date
Andreas Rheinhardt f4f5da0d91 avcodec/libilbc: Support newer libiLBC versions 4 years ago
James Almer e36eb94048 avutil: use the buffer_size_t typedef where required 4 years ago
James Almer 5d9af1670e avfilter: use the buffer_size_t typedef where required 4 years ago
James Almer f7abb53cb4 avdevice: use the buffer_size_t typedef where required 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 4 years ago
James Almer 42e68fe015 avformat/utils: change AVStream side data related public function and struct size types to size_t 4 years ago
James Almer d79e0fe65c avcodec/packet: change side data related public function and struct size types to size_t 4 years ago
James Almer dbd47b7990 avutil/frame: change av_frame_new_side_data() size parameter type to size_t 4 years ago
James Almer 14040a1d91 avutil/buffer: change public function and struct size parameter types to size_t 4 years ago
Paul B Mahol 3e3c408e3f avfilter/af_dynaudnorm: make better check for available samples 4 years ago
Andreas Rheinhardt 2ae73b74bb avfilter/vf_nnedi: Fix use of uninitialized value 4 years ago
Marton Balint 573f05a753 fftools/ffplay: do not write out of rdft visualization texture 4 years ago
sfan5 a7425f712a avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when available 4 years ago
sfan5 1a033008e8 avcodec/mediacodec_wrapper: check if codec is software earlier 4 years ago
Michael Niedermayer c35e456f54 avformat/mvdec: Allocate extradata only once 4 years ago
Ovchinnikov Dmitrii 1a549efefb libavcodec/amfenc_hevc: Recommend values for min and max video quantizer scale. 4 years ago
Andreas Rheinhardt 295f32ec98 avcodec/decode: Reindent after previous commits 4 years ago
Andreas Rheinhardt b5a2481122 avcodec/decode: Don't needlessly copy side-data for subtitles 4 years ago
Andreas Rheinhardt e12923f683 avcodec/decode: Avoid stack packets when decoding subtitles 4 years ago
Andreas Rheinhardt f0dc8faeb1 avcodec/qsvdec: Make functions used only here static, remove header 4 years ago
Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 4 years ago
Linjie Fu 74b5564fb5 mailmap: add entry for myself 4 years ago
Michael Niedermayer b4ebf483bc avcodec/dcadsp: Fix integer overflow in dmix_add_c() 4 years ago
Michael Niedermayer 09e5e406c7 avformat/flvdec: Check double before cast in parse_keyframes_index() 4 years ago
Michael Niedermayer bcb1e9d3b9 avformat/paf: Check for EOF before allocation in read_header() 4 years ago
Michael Niedermayer 12aca5d7b0 tools/target_dec_fuzzer: Adjust flv1 threshold 4 years ago
Michael Niedermayer 633924539a avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld() 4 years ago
Michael Niedermayer 1957095e80 avformat/swfdec: Check outlen before allocation 4 years ago
Paul B Mahol e6ff5d0fac avcodec/mpeg4videodec: add forgotten flags to mpeg4_options 4 years ago
Florian Nouwt f067fcb9df mobiclip: fix copyright headers 4 years ago
Andreas Rheinhardt e8c646e975 avcodec/ylc: Reindent after previous commit 4 years ago
Andreas Rheinhardt d7d33c0376 avcodec/ylc: Avoid code duplication when creating and freeing VLCs 4 years ago
Andreas Rheinhardt 50645e5044 avcodec/ylc: Use only one temporary buffer 4 years ago
Andreas Rheinhardt 6b48076f9d avcodec/ylc: Remove write-only variable 4 years ago
Andreas Rheinhardt 7f1207cb79 avcodec/h261dec: Remove parse_context cruft 4 years ago
Anton Khirnov 54e5d21aca lavc: clarify thread_safe_callbacks doxy 4 years ago
Anton Khirnov 781fc06f8e lscrdec: add copyright header 4 years ago
Anton Khirnov 2644a5d418 lavc: remove tests/options 4 years ago
Anton Khirnov 8369a2873c tests/api-flac-test: reindent 4 years ago
Anton Khirnov f942e14884 tests/api-flac-test: convert to new encoding/decoding API 4 years ago
Anton Khirnov ba30fd6c81 tests/api-flac-test: ensure the frame is writable before writing to it 4 years ago
Anton Khirnov 2f004b357e mjpegdec: handle lowres with AVID cropping 4 years ago
Andreas Rheinhardt e3c4e1f0c4 avcodec/jpeglsenc: Allocate buffers together 4 years ago
Andreas Rheinhardt 017baa8106 avcodec/jpeglsenc: Avoid allocation of JLSState 4 years ago
Andreas Rheinhardt 3aee27a975 avcodec/jpeglsenc: Only use one line at a time as spare buffer 4 years ago
Andreas Rheinhardt fefe69c5c9 avcodec/jpeglsenc: Move check out of loop 4 years ago
Andreas Rheinhardt 0788a74876 avcodec/jpeglsenc: Don't modify frame we don't own 4 years ago
Andreas Rheinhardt 130d89d786 avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes 4 years ago
Andreas Rheinhardt 3065532a0e avcodec/codec: Update init_static_data doxygen 4 years ago