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-10-25avformat/wavdec: Fix smv packet interleavingMichael Niedermayer
2013-10-24avformat/rmdec: add some error messagesMichael Niedermayer
2013-10-24avformat/rmdec: fix return code of ff_rm_parse_packet()Michael Niedermayer
2013-10-24avformat/utils: Check size argument in ff_add_index_entry()Michael Niedermayer
2013-10-23avformat/framehash: add software version to framecrc/md5Michael Niedermayer
2013-10-23lavf/adtsenc: Add support for APE tagsJames Almer
2013-10-23Merge commit 'e01fba5562133ac56a4f44c6f214a80ee33cb388'Michael Niedermayer
2013-10-23movenc: Add an F4V muxerClément Bœsch
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-22Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-10-22avformat/bintext: protect against potential overflow of chars_per_frameMichael Niedermayer
2013-10-21lavf/tee: fix leak of bsfs array.Nicolas George
2013-10-21lavf/tee: fix leak of select option.Nicolas George
2013-10-21lavf/tee: fix leak of strdup/strtoked buffer.Nicolas George
2013-10-21avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato
2013-10-21avformat/mxfdec; parse random index pack to get last partition offset and use...Paul B Mahol
2013-10-20avformat/vobsub: fix invalid sub queue access while seeking.Clément Bœsch
2013-10-20avformat/utils: Check av_packet_new_side_data() return before using itMichael Niedermayer
2013-10-20avformat/oggparsespeex: Check for extradata allocation failureMichael Niedermayer
2013-10-20avformat/oggparseflac: check ff_alloc_extradata() return codeMichael Niedermayer
2013-10-20avformat/oggparsecelt/celt_header: fix memleakMichael Niedermayer
2013-10-20avformat/network: check for fcntl() failure in ff_socket()Michael Niedermayer
2013-10-20avformat/au: add assert to help source code analyzersMichael Niedermayer
2013-10-20avformat/oggdec: favor av_freep() over av_free()Michael Niedermayer
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-10-19avformat/wtvdec: drop SHIFT_SECTOR_BITS() macroMichael Niedermayer
2013-10-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-19avformat/wtv: rename to wtv_commonMichael Niedermayer
2013-10-18Fix decoding of G.726 in AIFF.Carl Eugen Hoyos
2013-10-18lavf/riff: Fix a comment.Carl Eugen Hoyos
2013-10-18avformat: Use G726LE decoder for Sun AU filesCarl Eugen Hoyos
2013-10-18Support 4k AVC-Intra in mov.Carl Eugen Hoyos
2013-10-18wtv: Seek by sector properlyLuca Barbato
2013-10-18avformat/flvdec: use avpriv_request_sample()Paul B Mahol
2013-10-17Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-10-17avformat/hevcdec: add more irap cases to hevc_probe()Dirk Farin
2013-10-17avformat/hevcdec: cosmetics, whitespacesDirk Farin
2013-10-17Add some necessary casts in the wtv demuxer.Carl Eugen Hoyos
2013-10-16Support HEVC in transport streams.Carl Eugen Hoyos
2013-10-16avformat/mov: fix "correctly" typoMichael Niedermayer
2013-10-16lavf/matroskadec: Support HEVC demuxing.Yusuke Nakamura
2013-10-16lavf/mov: Support HEVC demuxing.Yusuke Nakamura
2013-10-16hevc: add ts demux supportMickaël Raulet
2013-10-15avformat: rename a few more h.265 to HEVCMichael Niedermayer
2013-10-15lavf/segment: simplify logic and fix !=0 check on segment_end return valueStefano Sabatini
2013-10-15lavf/segment: log segments as they end to AV_LOG_VERBOSEBilly Shambrook
2013-10-15lavf/segment: simplify segment_count updateStefano Sabatini
2013-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-14matroskadec: Demux support for SeekPreRoll and CodecDelayVignesh Venkatasubramanian