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-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
2019-07-05avformat/rpl: Fix detection of 8-bit linear formatsCameron Cawley
2019-07-05avformat/dashdec: fix code style in dash_read_packetSteven Liu
2019-07-04avformat/dashdec: refine and fix code style of dash_read_headerSteven Liu
2019-07-04avformat/dashdec: simplified code in open_demux_for_componentSteven Liu
2019-07-03ifv: populate creation_timePeter Ross
2019-07-03lavf/dump: More disposition flag dumpJun Zhao
2019-07-03lavf/utils: Respect default disposition when select the AVStreamJun Zhao
2019-07-01libavformat/subfile: Improve AVSEEK_SIZE/SEEK_END seekingAndreas Rheinhardt
2019-07-01avformat/dashdec: Fix reading values from SegmentTimeline inside Periodsfan5
2019-07-01avformat/hlsenc: changing all filename length to MAX_URL_SIZEBela Bodecs
2019-06-30avformat/aviobuf: Delay buffer downsizing until asserts are metMichael Niedermayer
2019-06-29avformat/vqf: Check header_sizeMichael Niedermayer
2019-06-28avformat/hlsenc: temp_file usage for master playlist and vtt playlistBela Bodecs
2019-06-28libavformat/mux: Fix mixed delarations and codeAndreas Rheinhardt
2019-06-27avformat/sccdec: display last caption even when there is no empty last linePaul B Mahol
2019-06-27hlsenc: Add option to set custom HTTP headersDerek Buitenhuis
2019-06-26libavformat/mux: Fix audio_preloadAndreas Rheinhardt
2019-06-25avformat/oggparseogm: sync avctx w/ codecparChris Cunningham
2019-06-25avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer
2019-06-25avformat/img2dec: Fix probe_buffer leak in ff_img_read_header()Michael Niedermayer
2019-06-25avformat/vividas: check length in read_vblock()Michael Niedermayer
2019-06-25avformat/dashenc: split extension for MP4 into .mp4 or .m4sAlfred E. Heggestad
2019-06-25lavf/flvenc: add automatic bitstream filteringJun Zhao
2019-06-25avformat/matroskadec: Improve error/EOF checks IIIAndreas Rheinhardt
2019-06-25avformat/matroskadec: Improve read error/EOF checks IIAndreas Rheinhardt
2019-06-25avformat/matroskadec: Improve read error/EOF checks IAndreas Rheinhardt
2019-06-25avformat/matroskadec: Properly check return valuesAndreas Rheinhardt
2019-06-25avformat/matroskadec: Don't zero unnecessarilyAndreas Rheinhardt
2019-06-24avformat/hlsenc: better error log message for var_stream_map contentBela Bodecs
2019-06-24avformat/matroskadec: Treat SimpleBlock as EBML_BINAndreas Rheinhardt
2019-06-23avformat/matroskadec: Don't keep old blocksAndreas Rheinhardt
2019-06-23avformat/matroskadec: Remove redundant initializationAndreas Rheinhardt
2019-06-23avformat/matroskadec: Set offset of first clusterAndreas Rheinhardt
2019-06-23avformat/matroskadec: Get rid of cluster size field assumptionAndreas Rheinhardt
2019-06-23avformat/matroskadec: Remove non-incremental parsing of clustersAndreas Rheinhardt
2019-06-23avformat/matroskadec: Use generic size check for signed integersAndreas Rheinhardt