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
2013-04-19Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer
2013-04-19avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer
2013-04-19lavf/http: remove duplicated dec flag.Clément Bœsch
2013-04-19lavf/gif: avoid forward declaration.Clément Bœsch
2013-04-19lavf/gif: correct the delay after the first frame.Clément Bœsch
2013-04-19mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer
2013-04-19lavf/gif: fix timing.Clément Bœsch
2013-04-19gif: use only one graphic control extension block per image.Clément Bœsch
2013-04-19mxfdec: fix return variable type for avio_seekMarton Balint
2013-04-19avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer
2013-04-19subtitles: introduce ASS codec id and use it.Clément Bœsch
2013-04-18lavf/gif: support only GIF codec.Clément Bœsch
2013-04-18lavf/gif: merge gif_write_{packet,video}.Clément Bœsch
2013-04-18lavf/gif: trim unnecessarily long netscape ext code.Clément Bœsch
2013-04-18lavf/gif: remove unused fields.Clément Bœsch
2013-04-18lavf/gif: simplify streams type checking.Clément Bœsch
2013-04-18lavf/gif: fix assert in avio API after dfb3231.Clément Bœsch
2013-04-18gif: remove outdated comments.Clément Bœsch
2013-04-18lavf/gif: simplify palette writing.Clément Bœsch
2013-04-18gif: reindent after previous commits.Clément Bœsch
2013-04-18Cleanse GIF muxer and encoder.Clément Bœsch
2013-04-17rmdec: dont return uninitialized dataMichael Niedermayer
2013-04-17Remove two anonymous arrays.Carl Eugen Hoyos
2013-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-16flvenc: do not mux more than one stream per typeRafaël Carré
2013-04-15dfa: support decoding version=1.0Michael Niedermayer
2013-04-15lavf/libquvi: fix error reporting.Clément Bœsch
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2013-04-13oggenc: Fix pref_duration AVOption typeMichael Niedermayer
2013-04-13lavf/mxfdec: validate month/day before date formattingHendrik Leppkes
2013-04-13lavf/mxf: fix parsing of timestampsMatthieu Bouron
2013-04-13lavf/mxfdec: use more widely supported time format stringHendrik Leppkes
2013-04-13lavf/mxf: fix parsing of the month from mxf timestampsHendrik Leppkes
2013-04-11Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer
2013-04-11avienc: fix overflow of audio sample countTobias Rapp
2013-04-11avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-04-10lavf: add libquvi demuxer.Clément Bœsch
2013-04-10Replace all occurrences of PRI in sscanf() calls with SCNJames Almer
2013-04-10avformat/avisynth: Cosmeticsd s
2013-04-10avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s
2013-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-09srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTHMartin Storsjö
2013-04-09rtpdec: Increase max rtp packet size to 8192Andrew Van Til
2013-04-09lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til
2013-04-08lavf/wavdec: skip padding byteMatthieu Bouron
2013-04-08rtsp: add option to set the socket timeout of the lower protocol.Michael Niedermayer