Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-08avformat/aadec: Use smaller scope for variablesAndreas Rheinhardt
2021-12-08avformat/aadec: Simplify data->hex conversionAndreas Rheinhardt
2021-12-08avformat/aadec: Simplify deriving file keyAndreas Rheinhardt
2021-12-08avformat/aadec: Don't unnecessarily reinitialize AVTEA contextAndreas Rheinhardt
2021-12-08avformat/aadec: Avoid copying data aroundAndreas Rheinhardt
2021-12-08avformat/aadec: Don't use the same loop counter in inner and outer loopAndreas Rheinhardt
2021-12-08avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt
2021-12-08avcodec/libkvazaar: Increase array sizeAndreas Rheinhardt
2021-12-07avformat/rtsp: fix the error code from ffurl_read_complete()Limin Wang
2021-12-07avformat/rtsp: add error code handling for ff_rtsp_skip_packet()Limin Wang
2021-12-07avformat/rtsp: free the alloc memory if failedLimin Wang
2021-12-07avformat/rtsp: remove redundant assignmentLimin Wang
2021-12-07avformat/concatf: ignore trailing whitespacesGyan Doshi
2021-12-07ffmpeg: handle errors in print_sdp()Anton Khirnov
2021-12-07ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov
2021-12-07ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov
2021-12-07FATE: stop using numeric arguments to -vsyncAnton Khirnov
2021-12-07ffmpeg: change vsync value to an enumAnton Khirnov
2021-12-07ffmpeg: drop useless framerate assignmentsAnton Khirnov
2021-12-07lavf/protocols: avoid discarding const in avio_enum_protocols()Anton Khirnov
2021-12-07lavf/img2enc: avoid a useless copy of the urlAnton Khirnov
2021-12-07lavf/ftp: check for truncation in snprintfAnton Khirnov
2021-12-07lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov
2021-12-07lavd/v4l2: detect device name truncationAnton Khirnov
2021-12-07lavd/v4l2: reduce variable scopeAnton Khirnov
2021-12-07lavd/v4l2: do not clobber the context FD in v4l2_get_device_list()Anton Khirnov
2021-12-07lavd/jack: increase buffer size for snprintf()Anton Khirnov
2021-12-07fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt
2021-12-07fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt
2021-12-07packet: add description for the AVPacket.time_base fieldLynne
2021-12-06avformat/mov: Disallow duplicate smdmMichael Niedermayer
2021-12-06avcodec/gemdec: Move all support checks before image allocationMichael Niedermayer
2021-12-06tools/target_dec_fuzzer: Adjust threshold for HQ_HQAMichael Niedermayer
2021-12-06tools/target_dec_fuzzer: adjust threshold for gemMichael Niedermayer
2021-12-06avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet()Michael Niedermayer
2021-12-06avformat/mov: Check for EOF in mov_read_glbl()Michael Niedermayer
2021-12-06avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overreadAndreas Rheinhardt
2021-12-06doc/filters: note duration range in xfadeGyan Doshi
2021-12-05avformat/smoothstreamingenc: Move buffers to the end of structsAndreas Rheinhardt
2021-12-05avformat/takdec: Simplify data->hex conversionAndreas Rheinhardt
2021-12-05avutil/frame: Treat frame as uninitialized in get_frame_defaults()Andreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid creating unnecessary referenceAndreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt
2021-12-05fftools/cmdutils: Use av_dynarray_add_nofree()Andreas Rheinhardt
2021-12-05fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt
2021-12-05fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt
2021-12-05fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt
2021-12-04lavu/frame: clarify doxyAnton Khirnov
2021-12-04lavu/frame: drop mentions of non-refcounted framesAnton Khirnov
2021-12-04doc/APIchanges: fix typoAnton Khirnov