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
2015-10-09avformat/srtdec: make sure we probe a numberClément Bœsch
2015-10-09lavf/matroskadec: drop indexes that appear brokenRodger Combs
2015-10-07avformat/flvdec: Print stream type in case a new stream is discovered after t...Michael Niedermayer
2015-10-07avformat/httpauth: Add space after commas in HTTP/RTSP auth headerAndrey Utkin
2015-10-06avformat/flvdec: Remove dead loopMichael Niedermayer
2015-10-05avformat/omadec: Fix { typoMichael Niedermayer
2015-10-05isom: add support for DNxHR codec familyChristophe Gisquet
2015-10-05Merge commit 'f56a08559334b7eb6b3fedbc0cc741887f6067ae'Hendrik Leppkes
2015-10-05concatdec: fix metadata memleak on errorMarton Balint
2015-10-05libavformat/tls_securetransport: fix argument evalulation order UBRodger Combs
2015-10-04all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde
2015-10-04avformat/flacdec: support fast-seekChing Yi, Chan
2015-10-04lavf: add chromaprint muxerRodger Combs
2015-10-04libavformat/hlsenc: Use of uninitialized memory unlinking old filesDHE
2015-10-03lavf/mlpdec: Simplify mlp/thd probe function.Carl Eugen Hoyos
2015-10-03lavf/shortendec: Autodetect raw Shorten streams.Carl Eugen Hoyos
2015-10-03matroskaenc: Don't write a track language tagJohn Stebbins
2015-10-03lavf/hls: allow subtitles to be read despite incomplete handlingRodger Combs
2015-10-03Merge commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'Hendrik Leppkes
2015-10-03lavf/utils: avoid giving up probing early with long subtitle eventsRodger Combs
2015-10-02avformat/flvdec: accept sizes if they are off by 11Michael Niedermayer
2015-10-02lavf/rawdec: Autodetect raw TrueHD streams.Carl Eugen Hoyos
2015-10-02avformat/rtmpproto: Fix 2 more cases of the 2nd packet size being wrongMichael Niedermayer
2015-10-01lavf/rawdec: Autodetect raw mlp streams.Carl Eugen Hoyos
2015-10-01hls: Check av_opt_set_dict return value as wellLuca Barbato
2015-10-01avformat/srtdec: more lenient first line probingClément Bœsch
2015-10-01avformat/srtdec: fix number check for the first characterClément Bœsch
2015-09-30Screenpresso SPV1 decoderVittorio Giovara
2015-09-30avformat/async: Allow compilation with native threads.Matt Oliver
2015-09-30libavformat/mov.c: Add parsing for DDTS atom for DTS audioShawn Singh
2015-09-29lavf/rawenc: Force one stream for hevc and m4v.Carl Eugen Hoyos
2015-09-29lavf/img2dec: Fix memory leakPrzemysław Sobala
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29riff: Add support for RV40 codec in AVIThierry Foucu
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-09-29Merge commit 'cc8db760616a7ec3bd39b22ca45888c01326db13'Hendrik Leppkes
2015-09-29libavformat/flvdec.c: free always the packet after a resync.Thierry Foucu
2015-09-28mpegts: use avcodec_get_type() to set codec_typewm4
2015-09-26avformat/hls: remove unused functionGanesh Ajjanagadde
2015-09-25avformat/iff: check for possible overflow in 2nd argument of av_new_packetPaul B Mahol
2015-09-25avformat/hls: Update Cookies response with SetcookieLucas de Andrade
2015-09-25Return EOF for ICO when the end is reachedMichael Bradshaw
2015-09-23avformat/brstm: fix overflowPaul B Mahol
2015-09-22hls: only seek if there is an offsetAndreas Cadhalpun
2015-09-22avformat/hls: fix some cases of HLS streams which require cookieswm4
2015-09-21avformat/assdec: do not drop duplicate subtitleswm4
2015-09-21avformat/vobsub: do not attempt to check duplicate subtitleswm4
2015-09-21avformat/subtitles: make dropping duplicate events optionalwm4
2015-09-21avformat/vobsub: compare correct packet stream IDswm4
2015-09-21mpjpeg: CRLF terminating a sequence of MIME headers should not cause an errorAlex Agranovsky