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-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
2013-04-08avio.h: fix indentionMichael Niedermayer
2013-04-08Merge remote-tracking branch 'mbouron/master'Michael Niedermayer
2013-04-08flvenc: dont call avio_flush() unconditionalMichael Niedermayer
2013-04-08mux: also call avio_flush() when flushing the muxerMichael Niedermayer
2013-04-08avformat: add writeout_count statisticMichael Niedermayer
2013-04-08lavf/mxfdec: handle identification metadataMatthieu Bouron
2013-04-07asfenc: convert asserts to av_assertMichael Niedermayer
2013-04-06lavf/http: use a more compatible default user agent.Clément Bœsch
2013-04-05img2dec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05img2dec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-04-05rawvideodec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05rawvideodec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-04-05rawdec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-04-05bintext: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05bintext: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-04-05tty: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05tty: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-04-05Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer
2013-04-05rtpdec: Increase max rtp packet size to 8192Andrew Van Til
2013-04-05rtsp/rtp_read_header: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til
2013-04-04img2: Add j2k file extension for JPEG 2000Nicolas Bertrand
2013-04-04matroskadec: Check EBML lace sizes.Michael Niedermayer
2013-04-04matroskadec: Check for overflows in xiph lace decodingMichael Niedermayer
2013-04-04matroskadec: fix return code for too long xiph lacesMichael Niedermayer
2013-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-04Merge commit 'd1016dccdcb10486245e5d7c186cc31af54b2a9c'Michael Niedermayer
2013-04-04Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer
2013-04-04Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-04-04Merge commit '8a96df7b70be509dae9ceec82d2c10a20361356d'Michael Niedermayer
2013-04-04xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov
2013-04-04xmv: check audio track parameters validity.Anton Khirnov
2013-04-04id3v2: pad the APIC packets as required by lavc.Anton Khirnov
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-04-04oggdec: Support byte based seekingMichael Niedermayer
2013-04-04avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer
2013-04-04matroskadec: fix display_width/height = 0 handlingMichael Niedermayer
2013-04-03Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos
2013-04-03smacker: fix off by one errorPaul B Mahol
2013-04-03matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato