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-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
2016-09-23avformat/utils: avoid using marked decoders for probingTimo Rothenpieler
2016-09-23avformat/movenc: write pasp atom even if sar.num == sar.denPaul B Mahol
2016-09-22avformat/utils: force native h264 decoder for probingTimo Rothenpieler
2016-09-21ffmpeg: switch to codecparClément Bœsch
2016-09-21avformat/mxfdec: use first valid sourceclip found if material track has multi...Mark Reid
2016-09-19lavf/mov: Add support for edit list parsing.Sasi Inguva
2016-09-19lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di...Sasi Inguva
2016-09-19avformat/avframe.h: Add a flag in AVIndexEntry to discard frame after decoding.Sasi Inguva
2016-09-17avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-09-16avformat/movenc: Make the packet check more tolerantMichael Niedermayer
2016-09-16avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer
2016-09-16avformat/movenc: Factor check_pkt() outMichael Niedermayer
2016-09-16libavformat/webm_chunk: Option to specify HTTP headerVignesh Venkatasubramanian