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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-11avformat/matroskaenc: fix targets for attachment tagsJames Almer
2016-10-10avformat/movenc: Check frame rate in mov_write_uuidprof_tag()Michael Niedermayer
2016-10-10avformat/movenc: Switch mov_write_uuidprof_tag() to avg_frame_rateMichael Niedermayer
2016-10-10avformat/utils: Update codec_id before using it in the parser initMichael Niedermayer
2016-10-09lavf: fix typosMoritz Barsnick
2016-10-07avformat/matroskaenc: fix Tags master on seekable output if there are tags af...James Almer
2016-10-07avformat/matroskaenc: Fix () errorMichael Niedermayer
2016-10-07avformat/matroskaenc: add an option to disable writting CRC32 elementsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on InfoJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on TagsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on AttachmentsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on ChaptersJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on TracksJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on CuesJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on SeekHeadJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on each ClusterJames Almer
2016-10-06avformat/matroskaenc: always use a dynamic buffer when writting clustersJames Almer
2016-10-06avformat/matroskaenc: print debug message with cluster offsets only if the ou...James Almer
2016-10-06avformat/matroskadec: check for more reserved values on some Colour elementsJames Almer
2016-10-06avformat/matroskaenc: don't write an empty Colour master elementJames Almer
2016-10-06lavf/utils: avoid using programs for duration when there's only oneRodger Combs
2016-10-06lavf/utils: ignore outlier subtitle and data stream end times as wellRodger Combs
2016-10-06avformat/riffenc: added possibility to set first to ninth audio language for ...Florian Diemer
2016-10-05avformat/matroskaenc: don't reserve space for stream duration tags if the out...James Almer
2016-10-05avformat/matroska: write FlagInterlaced element in WebMJames Almer
2016-10-04lavf/mpegtsenc: fix autobsf when the first NAL is 0x1<XX> bytesRodger Combs
2016-10-04avformat/hlsenc: support multi level path in m3u8 with filenameSteven Liu
2016-10-04lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes
2016-10-03lavf/bink.c: fix warning due to misleading indentationAdriano Pallavicino
2016-10-01avformat/hlsenc: support mkdir_p for use_localtime_mkdirSteven Liu
2016-09-29avformat/tee: Copy interrupt callback and flags to slaveJan Sebechlebsky
2016-09-29lavf/movenc: Put correct display aspect ratio in ARES atom.Carl Eugen Hoyos
2016-09-29lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos
2016-09-29movenc: Add support for writing language codes into ISML manifestsJan Ekström
2016-09-29lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva
2016-09-29movenc: use similar logic to DASH when writing bit rate to ISMLJan Ekström
2016-09-28avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com
2016-09-28lavf/mpegtsenc: Set min PID for data pkt to 0x0010.Sylvain Laurent
2016-09-28avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-09-28avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-28avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer
2016-09-28avformat/matroskadec: retain error codes in matroska_resync() and matroska_re...Sophia Wang
2016-09-27avformat: add av_stream_get_codec_timebase()James Almer
2016-09-26lavf/movenc: Allow to disable writing the timecode track.Carl Eugen Hoyos
2016-09-25avformat/avidec: remove warning about deprecated declarationsJames Almer
2016-09-25avformat/avidec: Fix memleak with dv in aviMichael Niedermayer
2016-09-24lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos
2016-09-24lavf/aacdec: Do not autodetect a single frame inside the file.Carl Eugen Hoyos
2016-09-24avformat/hls: Fix handling of EXT-X-BYTERANGE streams over 2GBAnssi Hannula
2016-09-24avformat/hlsenc: refine EXT-X-BYTERANGE support for segmentsSteven Liu