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-13avformat/matroskadec: workaround the field_order bug in the Matroska muxerJames Almer
2016-10-13lavf/riff: Support Verint NetDVR II ("VSM4") h263 video in asf.Carl Eugen Hoyos
2016-10-13avformat: bump minor version after the Matroska field order enum fixJames Almer
2016-10-13avformat/matroska: fix MatroskaVideoFieldOrder enum valuesJames Almer
2016-10-12lavf/riffenc: Always write unexpected channel_mask.Carl Eugen Hoyos
2016-10-12avformat/matroskaenc: don't write a FlagInterlaced element if it would write ...James Almer
2016-10-11lavf/matroskaenc: Always write V_QUICKTIME extradata.Carl Eugen Hoyos
2016-10-11lavf/aiffenc: Write extradata also for qcelp.Carl Eugen Hoyos
2016-10-11lavf/aiffdec: Default to full rate qcelp as QT does.Carl Eugen Hoyos
2016-10-11lavf/mxfenc: Do not print a useless error message.Carl Eugen Hoyos
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