101461 Commits (d8a18c8fc2907004448cb45e704dc82bcd2df528)
 

Author SHA1 Message Date
  James Almer d8a18c8fc2 avcodec: use the buffer_size_t typedef where required 5 years ago
  James Almer 42e68fe015 avformat/utils: change AVStream side data related public function and struct size types to size_t 5 years ago
  James Almer d79e0fe65c avcodec/packet: change side data related public function and struct size types to size_t 5 years ago
  James Almer dbd47b7990 avutil/frame: change av_frame_new_side_data() size parameter type to size_t 5 years ago
  James Almer 14040a1d91 avutil/buffer: change public function and struct size parameter types to size_t 5 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 5 years ago
  sfan5 a7425f712a avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when available 5 years ago
  sfan5 1a033008e8 avcodec/mediacodec_wrapper: check if codec is software earlier 5 years ago
  Michael Niedermayer c35e456f54 avformat/mvdec: Allocate extradata only once 5 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 5 years ago
  Andreas Rheinhardt b5a2481122 avcodec/decode: Don't needlessly copy side-data for subtitles 5 years ago
  Andreas Rheinhardt e12923f683 avcodec/decode: Avoid stack packets when decoding subtitles 5 years ago
  Andreas Rheinhardt f0dc8faeb1 avcodec/qsvdec: Make functions used only here static, remove header 5 years ago
  Andreas Rheinhardt 74bffc00c5 avcodec: Constify some AVPackets 5 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() 5 years ago
  Michael Niedermayer 09e5e406c7 avformat/flvdec: Check double before cast in parse_keyframes_index() 5 years ago
  Michael Niedermayer bcb1e9d3b9 avformat/paf: Check for EOF before allocation in read_header() 5 years ago
  Michael Niedermayer 12aca5d7b0 tools/target_dec_fuzzer: Adjust flv1 threshold 5 years ago
  Michael Niedermayer 633924539a avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld() 5 years ago
  Michael Niedermayer 1957095e80 avformat/swfdec: Check outlen before allocation 5 years ago
  Paul B Mahol e6ff5d0fac avcodec/mpeg4videodec: add forgotten flags to mpeg4_options 5 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 5 years ago
  Anton Khirnov 54e5d21aca lavc: clarify thread_safe_callbacks doxy 5 years ago
  Anton Khirnov 781fc06f8e lscrdec: add copyright header 5 years ago
  Anton Khirnov 2644a5d418 lavc: remove tests/options 5 years ago
  Anton Khirnov 8369a2873c tests/api-flac-test: reindent 5 years ago
  Anton Khirnov f942e14884 tests/api-flac-test: convert to new encoding/decoding API 5 years ago
  Anton Khirnov ba30fd6c81 tests/api-flac-test: ensure the frame is writable before writing to it 5 years ago
  Anton Khirnov 2f004b357e mjpegdec: handle lowres with AVID cropping 5 years ago
  Andreas Rheinhardt e3c4e1f0c4 avcodec/jpeglsenc: Allocate buffers together 5 years ago
  Andreas Rheinhardt 017baa8106 avcodec/jpeglsenc: Avoid allocation of JLSState 5 years ago
  Andreas Rheinhardt 3aee27a975 avcodec/jpeglsenc: Only use one line at a time as spare buffer 5 years ago
  Andreas Rheinhardt fefe69c5c9 avcodec/jpeglsenc: Move check out of loop 5 years ago
  Andreas Rheinhardt 0788a74876 avcodec/jpeglsenc: Don't modify frame we don't own 5 years ago
  Andreas Rheinhardt 130d89d786 avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes 5 years ago
  Andreas Rheinhardt 3065532a0e avcodec/codec: Update init_static_data doxygen 5 years ago
  Andreas Rheinhardt 136dd5b592 avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all() 5 years ago
  Andreas Rheinhardt ea3953ad40 avformat/dashdec: Don't needlessly strdup metadata 5 years ago
  Andreas Rheinhardt 9a38e6ff97 avformat/dashdec: Remove limit on length of id 5 years ago
  James Almer b7e7813e7a avcodec/codec: add doxy to AVCodec.decode() 5 years ago
  James Almer c063d556a8 avcodec/codec: use the correct name for all AVCodec.decode() parameters 5 years ago