Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Remove some unnecessary #undefs. | Diego Biurrun | 2012-01-25 | 1 | -2/+0 |
| | |||||
* | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 1 | -10/+14 |
| | |||||
* | pktdumper: Use usleep instead of sleep | Martin Storsjö | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | MinGW doesn't have sleep, only _sleep (which is deprecated), Sleep (which is defined in winbase.h and not in the standard C headers) and usleep. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | tools/pktdumper: update to recent avformat api | Janne Grunau | 2011-10-28 | 1 | -3/+3 |
| | |||||
* | Replace deprecated av_find_stream_info() by avformat_find_stream_info(). | Diego Biurrun | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | tools: Check the return value of write(). | Diego Biurrun | 2011-05-16 | 1 | -1/+5 |
| | | | | | This fixes several warnings of the type: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
| | | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use new packet reading API, fixes a memory leak. | Zdenek Kabelac | 2009-05-01 | 1 | -0/+3 |
| | | | | | | patch by Zdenek Kabelac, zdenek.kabelac gmail com Originally committed as revision 18728 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix #include path, headers from other directories need to have | Diego Biurrun | 2008-08-20 | 1 | -1/+1 |
| | | | | | | the directory name prefixed now. Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add '#undef strcat' to fix compilation. | Diego Biurrun | 2008-01-14 | 1 | -0/+2 |
| | | | | Originally committed as revision 11529 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | create and populate "tools" directory | Måns Rullgård | 2007-07-13 | 1 | -0/+117 |
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk |