index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
pktdumper.c
Age
Commit message (
Expand
)
Author
2013-07-07
Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d'
Michael Niedermayer
2013-07-06
tools: Wording and formatting cosmetics
Diego Biurrun
2012-10-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-01
avformat: Remove non-compiling and/or silly commented-out printf/av_log state...
Diego Biurrun
2012-08-31
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-31
pktdumper: Use a custom define instead of PATH_MAX for buffers
Martin Storsjö
2012-08-31
pktdumper: Use av_strlcpy instead of strncpy
Martin Storsjö
2012-08-31
pktdumper: Use sizeof(variable) instead of the direct buffer length
Martin Storsjö
2012-08-29
Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'
Michael Niedermayer
2012-08-29
tools: Include io.h for open/read/write/close if unistd.h doesn't exist
Martin Storsjö
2012-06-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-22
Replace usleep() calls with av_usleep()
Mans Rullgard
2012-01-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-25
tools: Remove some unnecessary #undefs.
Diego Biurrun
2012-01-25
tools: K&R reformatting cosmetics
Diego Biurrun
2012-01-25
pktdumper: Use usleep instead of sleep
Martin Storsjö
2011-12-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-12
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-10-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-28
tools/pktdumper: update to recent avformat api
Janne Grunau
2011-08-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-26
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
Diego Biurrun
2011-05-17
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-16
tools: Check the return value of write().
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2009-05-01
Use new packet reading API, fixes a memory leak.
Zdenek Kabelac
2008-08-20
Fix #include path, headers from other directories need to have
Diego Biurrun
2008-01-14
Add '#undef strcat' to fix compilation.
Diego Biurrun
2007-07-13
create and populate "tools" directory
Måns Rullgård