summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-10
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-10
* avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol2021-03-10
* avfilter/vf_nnedi: Fix use of uninitialized valueAndreas Rheinhardt2021-03-10
* fftools/ffplay: do not write out of rdft visualization textureMarton Balint2021-03-10
* avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan52021-03-10
* avcodec/mediacodec_wrapper: check if codec is software earliersfan52021-03-10
* avformat/mvdec: Allocate extradata only onceMichael Niedermayer2021-03-09
* libavcodec/amfenc_hevc: Recommend values for min and max video quantizer scale.Ovchinnikov Dmitrii2021-03-09
* avcodec/decode: Reindent after previous commitsAndreas Rheinhardt2021-03-09
* avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt2021-03-09
* avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt2021-03-09
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-09
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* mailmap: add entry for myselfLinjie Fu2021-03-09
* avcodec/dcadsp: Fix integer overflow in dmix_add_c()Michael Niedermayer2021-03-08
* avformat/flvdec: Check double before cast in parse_keyframes_index()Michael Niedermayer2021-03-08
* avformat/paf: Check for EOF before allocation in read_header()Michael Niedermayer2021-03-08
* tools/target_dec_fuzzer: Adjust flv1 thresholdMichael Niedermayer2021-03-08
* avcodec/aacdec_template: Avoid undefined negation in imdct_and_windowing_eld()Michael Niedermayer2021-03-08
* avformat/swfdec: Check outlen before allocationMichael Niedermayer2021-03-08
* avcodec/mpeg4videodec: add forgotten flags to mpeg4_optionsPaul B Mahol2021-03-08
* mobiclip: fix copyright headersFlorian Nouwt2021-03-08
* avcodec/ylc: Reindent after previous commitAndreas Rheinhardt2021-03-08
* avcodec/ylc: Avoid code duplication when creating and freeing VLCsAndreas Rheinhardt2021-03-08
* avcodec/ylc: Use only one temporary bufferAndreas Rheinhardt2021-03-08
* avcodec/ylc: Remove write-only variableAndreas Rheinhardt2021-03-08
* avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt2021-03-08
* lavc: clarify thread_safe_callbacks doxyAnton Khirnov2021-03-08
* lscrdec: add copyright headerAnton Khirnov2021-03-08
* lavc: remove tests/optionsAnton Khirnov2021-03-08
* tests/api-flac-test: reindentAnton Khirnov2021-03-08
* tests/api-flac-test: convert to new encoding/decoding APIAnton Khirnov2021-03-08
* tests/api-flac-test: ensure the frame is writable before writing to itAnton Khirnov2021-03-08
* mjpegdec: handle lowres with AVID croppingAnton Khirnov2021-03-08
* avcodec/jpeglsenc: Allocate buffers togetherAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Avoid allocation of JLSStateAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Only use one line at a time as spare bufferAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Move check out of loopAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Don't modify frame we don't ownAndreas Rheinhardt2021-03-08
* avcodec/jpeglsenc: Don't use put bits API for byte-aligned writesAndreas Rheinhardt2021-03-08
* avcodec/codec: Update init_static_data doxygenAndreas Rheinhardt2021-03-08
* avcodec/avcodec: Don't suggest calling deprecated avcodec_register_all()Andreas Rheinhardt2021-03-08
* avformat/dashdec: Don't needlessly strdup metadataAndreas Rheinhardt2021-03-08
* avformat/dashdec: Remove limit on length of idAndreas Rheinhardt2021-03-08
* avcodec/codec: add doxy to AVCodec.decode()James Almer2021-03-07
* avcodec/codec: use the correct name for all AVCodec.decode() parametersJames Almer2021-03-07