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-07-21lavf/avio: remove ffio_open2_wrapper functionJun Zhao
2019-07-21avformat/aacdec: resync to the next adts frame on invalid data instead of abo...James Almer
2019-07-21avformat/aacdec: factorize the adts frame resync codeJames Almer
2019-07-20avformat/mux: correct error msg for when BSF filtering failsGyan Doshi
2019-07-19avformat/utils: Check rfps_duration_sum for overflowMichael Niedermayer
2019-07-19avformat/ifv: Check for EOF in read_index()Michael Niedermayer
2019-07-18matroskadec: Remove redundant constAndreas Rheinhardt
2019-07-18matroskadec: Add sizes to forward declarationsAndreas Rheinhardt
2019-07-18avformat/rawdec: Make the raw packet size configurableMichael Niedermayer
2019-07-18avformat/takdec: Check for multiple streaminfoMichael Niedermayer
2019-07-18avformat/takdec: Free buffer on error pathesMichael Niedermayer
2019-07-16avformat/matroskadec: Improve check for level 1 duplicatesAndreas Rheinhardt
2019-07-16avformat/matroskadec: Use file offsets for level 1 elementsAndreas Rheinhardt
2019-07-16avformat/matroskadec: Reindent after previous commitAndreas Rheinhardt
2019-07-16avformat/matroskadec: Accept more unknown-length elements IIAndreas Rheinhardt
2019-07-16avformat/matroskadec: Fix probing of unknown-length headersAndreas Rheinhardt
2019-07-16avformat/matroskadec: Accept more unknown-length elementsAndreas Rheinhardt
2019-07-16avformat/matroskadec: Improve invalid length error handlingAndreas Rheinhardt
2019-07-16avformat/matroskadec: Don't skip too much when unseekableAndreas Rheinhardt
2019-07-16avformat/matroskadec: Typos, nits and cosmeticsAndreas Rheinhardt
2019-07-16avformat/matroskadec: Reuse positionsAndreas Rheinhardt
2019-07-16avformat/matroskadec: Redo EOF handlingAndreas Rheinhardt
2019-07-16avformat/matroskadec: Combine arraysAndreas Rheinhardt
2019-07-16avformat/matroskadec: Don't reset cluster positionAndreas Rheinhardt
2019-07-16avformat/matroskadec: Make cluster parsing level compatibleAndreas Rheinhardt
2019-07-16avformat/matroskadec: Redo level handlingAndreas Rheinhardt
2019-07-16avformat/matroskadec: Link to parents in syntax tablesAndreas Rheinhardt
2019-07-16avformat/matroskadec: Introduce a "last known good" positionAndreas Rheinhardt
2019-07-16avformat/matroskadec: Refactor some functionsAndreas Rheinhardt
2019-07-16avformat/matroskadec: Use proper levels after discontínuityAndreas Rheinhardt
2019-07-16avformat/matroskadec: Add function to reset statusAndreas Rheinhardt
2019-07-16avformat/matroskadec: Don't abort resyncing upon seek failureAndreas Rheinhardt
2019-07-15avformat/hlsenc: use old way for fragment mp4 in HLS PUT methodSteven Liu
2019-07-14avformat/xmv: Make bitrate 64bitMichael Niedermayer
2019-07-14avformat/vividas: Fixes overflow in shift in recover_key()Michael Niedermayer
2019-07-13avformat: Don't suggest deprecated functionAndreas Rheinhardt
2019-07-12avformat/mpegts: respect program number when merging streamsMarton Balint
2019-07-12avformat/movenc: use unspecified language by defaultMarton Balint
2019-07-12lavf/webm_chunk: Correct duration if start time > 0Andreas Rheinhardt
2019-07-12lavf/webm_chunk: Fix NULL dereferenceAndreas Rheinhardt
2019-07-11avcodec/magicyuv: add support for recently added YUV444P10Paul B Mahol
2019-07-11avformat/hlsenc: use one handler for m3u8 and segmentsSteven Liu
2019-07-11avformat/http: change error message from numeric code to stringSteven Liu
2019-07-10avformat/rpl: Replace strcpy with av_strlcpyCameron Cawley
2019-07-10avformat/dashdec: fix code style and remove some empty lineSteven Liu
2019-07-08avformat/utils: Check timebase before use in estimate_timings()Michael Niedermayer
2019-07-08avformat/vividas: Check for input length in get_v()Michael Niedermayer
2019-07-06matroskadec: Fix overflow introduced in a569a7b3Andreas Rheinhardt
2019-07-05avformat/rpl: Calculate the duration of the video trackCameron Cawley
2019-07-05avformat/rpl: Allow a file to have audio, but not videoCameron Cawley