32 Commits (4cda23f1f146211825edbf7a4aed0feeaa00711f)

Author SHA1 Message Date
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Diego Biurrun cd7b6deeaa tools: Wording and formatting cosmetics 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Martin Storsjö 21411a4102 pktdumper: Use a custom define instead of PATH_MAX for buffers 12 years ago
Martin Storsjö bcc44873d9 pktdumper: Use av_strlcpy instead of strncpy 12 years ago
Martin Storsjö 372de27df7 pktdumper: Use sizeof(variable) instead of the direct buffer length 12 years ago
Martin Storsjö 212ec5faf9 tools: Include io.h for open/read/write/close if unistd.h doesn't exist 12 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Diego Biurrun d55fa1cb25 tools: Remove some unnecessary #undefs. 13 years ago
Diego Biurrun 4e81b5f517 tools: K&R reformatting cosmetics 13 years ago
Martin Storsjö 7072a6a4bb pktdumper: Use usleep instead of sleep 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Janne Grunau d830264abd tools/pktdumper: update to recent avformat api 13 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 13 years ago
Diego Biurrun d39facc783 tools: Check the return value of write(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Zdenek Kabelac 92147b6bec Use new packet reading API, fixes a memory leak. 16 years ago
Diego Biurrun 3ef6182556 Fix #include path, headers from other directories need to have 16 years ago
Diego Biurrun 6878026ada Add '#undef strcat' to fix compilation. 17 years ago
Måns Rullgård c07ed8c8a2 create and populate "tools" directory 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 15ea54d581 Add standard license header. 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
François Revol 2d216336f8 "don't quit" option to attach a debugger /check mem leaks 20 years ago
François Revol 15b34f6386 s/\t/ /g for indentation fairies 20 years ago
François Revol 0fa04b7fde pktdumper debugging utility for demuxers. This tool dumps each AVPacket demuxed to a stamped file. 20 years ago