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
2019-10-14avformat/chromaprint: improve logging messageAndriy Gelman
2019-10-14avformat/chromaprint: Fix fp_format optionAndriy Gelman
2019-10-14avformat/Makefile: Fix aiffdec replaygain dependencyAndreas Rheinhardt
2019-10-12avformat/mov: parse sdtp atom and set the pkt disposable flag accordinglyMatthieu Bouron
2019-10-12avformat/mpjpegdec: ensure seekback for latest chunkMoritz Barsnick
2019-10-12avformat/mpjpegdec: fix strict boundary search stringMoritz Barsnick
2019-10-12avformat/mpjpegdec: fix finding multipart boundary parameterMoritz Barsnick
2019-10-12avformat/dv: free all allocated structs on dv_read_header failureJames Almer
2019-10-10avformat/iff: fix memleak when get st->codecpar->extradata failed in iff_read...Steven Liu
2019-10-10avformat/jvdec: fix memleak when read_header failedSteven Liu
2019-10-09avformat/ivfdec: Change the length field to 32 bitsRaphaël Zumer
2019-10-09avformat/ivfenc: Change the length fields to 32 bitsRaphaël Zumer
2019-10-09avformat/ivfenc: Comment the length field encoding processRaphaël Zumer
2019-10-08avformat/mpsubdec: Clear queue on errorMichael Niedermayer
2019-10-08avformat/mpeg: Remove set-but-unused variableAndreas Rheinhardt
2019-10-08avformat/hls: fix missing segment offset reset on last segment when http_mult...vectronic
2019-10-08avformat/hls: pass http offset options to http requestvectronic
2019-10-08avformat/http: add ff_http_do_new_request2 for optionsvectronic
2019-10-08avformat/hlsenc: replace with av_freep for all av_freeLimin Wang
2019-10-08avformat/hlsenc: replace with av_dirname to get the directoryLimin Wang
2019-10-08avformat/hlsenc: remove the unnecessary null pointer checkLimin Wang
2019-10-08avformat/mms: add logging context to logSteven Liu
2019-10-08avformat/mmst: add logging context to logSteven Liu
2019-10-08avformat/network: add logging context to logSteven Liu
2019-10-08avformat/avidec: add logging context to logSteven Liu
2019-10-08avformat/rtmpptoto: add logging context to logSteven Liu
2019-10-08avformat/udp: add logging context to logSteven Liu
2019-10-08avformat/hlsenc: add logging context to logSteven Liu
2019-10-07avformat/flac_picture: Avoid allocation of AVIOContextAndreas Rheinhardt
2019-10-06avformat/subtitles: Check nb_subs in ff_subtitles_queue_finalize()Michael Niedermayer
2019-10-06avformat/mpjpegdec: Avoid allocation of AVIOContextAndreas Rheinhardt
2019-10-06avformat/matroskaenc: use r_frame_rate as fallback to set a track's DefaultDu...James Almer
2019-10-06avformat/matroskadec: don't rescale mastering display valuesJames Almer
2019-10-05avformat/mpeg: better fix for MLP versus PCM-DVD misdetectionPaul B Mahol
2019-10-04avformat/matroskadec: Fix demuxing ProResAndreas Rheinhardt
2019-10-03avformat/aiffenc: Remove wrong and redundant checkAndreas Rheinhardt
2019-10-03avformat/aiffenc: Fix potential memleak upon failureAndreas Rheinhardt
2019-10-03avformat/aiffenc: Use standard packet list functionsAndreas Rheinhardt
2019-10-01avformat/electronicarts: If no packet has been read at the end do not treat i...Michael Niedermayer
2019-10-01lavf/avio: Print https warning also for avio_find_protocol_name().Carl Eugen Hoyos
2019-09-30lavf/utils: support duration estimate method dumpJun Zhao
2019-09-30lavf/utils: Cosmetics: fix indentation for estimate_timingsJun Zhao
2019-09-30lavf/utils: correct the duration estimation method for nut demuxerJun Zhao
2019-09-30lavf/nutdec: add logging context to logJun Zhao
2019-09-30lavf/utils: change the log level to warning if can't get durationJun Zhao
2019-09-29avformat/utils: Remove unnecessary initializationsAndreas Rheinhardt
2019-09-29avformat/utils: Improve parsing packetsAndreas Rheinhardt
2019-09-29avformat/utils: Avoid copying packets unnecessarilyAndreas Rheinhardt
2019-09-29avformat/utils: Don't create unnecessary referencesAndreas Rheinhardt
2019-09-29avformat/utils: Fix memleaks IIAndreas Rheinhardt