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
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2013-07-07Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d'Michael Niedermayer
2013-07-06tools: Wording and formatting cosmeticsDiego Biurrun
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31pktdumper: Use a custom define instead of PATH_MAX for buffersMartin Storsjö
2012-08-31pktdumper: Use av_strlcpy instead of strncpyMartin Storsjö
2012-08-31pktdumper: Use sizeof(variable) instead of the direct buffer lengthMartin Storsjö
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-29tools: Include io.h for open/read/write/close if unistd.h doesn't existMartin Storsjö
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-01-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-25tools: Remove some unnecessary #undefs.Diego Biurrun
2012-01-25tools: K&R reformatting cosmeticsDiego Biurrun
2012-01-25pktdumper: Use usleep instead of sleepMartin Storsjö
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-28tools/pktdumper: update to recent avformat apiJanne Grunau
2011-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-26Replace deprecated av_find_stream_info() by avformat_find_stream_info().Diego Biurrun
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16tools: Check the return value of write().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2009-05-02Use new packet reading API, fixes a memory leak.Zdenek Kabelac
2008-08-21Fix #include path, headers from other directories need to haveDiego Biurrun
2008-01-15Add '#undef strcat' to fix compilation.Diego Biurrun
2007-07-14create and populate "tools" directoryMåns Rullgård