| Commit message (Expand) | Author | Age | Files | Lines |
* | graph2dot: Add missing #include for av_get_channel_layout_string() | Diego Biurrun | 2013-11-04 | 1 | -0/+1 |
* | graph2dot: Fix use of deprecated API | Diego Biurrun | 2013-11-04 | 1 | -2/+2 |
* | ismindex: Change the duration field to int64_t | Martin Storsjö | 2013-10-05 | 1 | -2/+2 |
* | ismindex: Calculate the file duration among the included tracks | Martin Storsjö | 2013-10-05 | 1 | -2/+4 |
* | ismindex: Use the individual stream duration instead of the global one | Martin Storsjö | 2013-10-05 | 1 | -2/+1 |
* | ismindex: Replace mkdir ifdeffery by os_support.h #include | Diego Biurrun | 2013-08-05 | 1 | -5/+1 |
* | tools: Wording and formatting cosmetics | Diego Biurrun | 2013-07-06 | 2 | -9/+9 |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
* | ismindex: Check the return value of allocations | Martin Storsjö | 2013-03-13 | 1 | -2/+13 |
* | ismindex: Factorize code for printing chunk duration lists | Martin Storsjö | 2013-03-13 | 1 | -22/+19 |
* | ismindex: Rename structs and fields from "file" to "track" | Martin Storsjö | 2013-03-13 | 1 | -149/+149 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -2/+2 |
* | tools: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+2 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -1/+0 |
* | trasher: Include all the necessary headers | Martin Storsjö | 2012-09-13 | 1 | -0/+2 |
* | pktdumper: Use a custom define instead of PATH_MAX for buffers | Martin Storsjö | 2012-08-31 | 1 | -2/+4 |
* | pktdumper: Use av_strlcpy instead of strncpy | Martin Storsjö | 2012-08-31 | 1 | -2/+3 |
* | pktdumper: Use sizeof(variable) instead of the direct buffer length | Martin Storsjö | 2012-08-31 | 1 | -4/+4 |
* | graph2dot: Use the fallback getopt implementation if needed | Martin Storsjö | 2012-08-29 | 1 | -0/+7 |
* | tools: Include io.h for open/read/write/close if unistd.h doesn't exist | Martin Storsjö | 2012-08-29 | 2 | -0/+12 |
* | qt-faststart: Use other seek/tell functions on MSVC than on mingw | Martin Storsjö | 2012-08-29 | 1 | -0/+3 |
* | ismindex: Include direct.h for _mkdir on windows | Martin Storsjö | 2012-08-29 | 1 | -2/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | lavfi: reclassify showfiltfmts as a TESTPROG | Mans Rullgard | 2012-07-04 | 1 | -102/+0 |
* | graph2dot: fix printf format specifier | Diego Biurrun | 2012-07-04 | 1 | -1/+1 |
* | ismindex: Verify that all bitrate variants match | Martin Storsjö | 2012-07-03 | 1 | -4/+26 |
* | ismindex: Properly report errors reading the MFRA atom | Martin Storsjö | 2012-07-03 | 1 | -4/+11 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
* | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 2 | -3/+4 |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 1 | -1/+2 |
* | Fix a bunch of common typos. | Diego Biurrun | 2012-03-09 | 2 | -2/+2 |
* | ismindex: Fix build on mingw | Martin Storsjö | 2012-01-26 | 1 | -0/+4 |
* | tools: Remove some unnecessary #undefs. | Diego Biurrun | 2012-01-25 | 2 | -3/+0 |
* | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 9 | -133/+158 |
* | pktdumper: Use usleep instead of sleep | Martin Storsjö | 2012-01-25 | 1 | -1/+1 |
* | Add a tool for creating smooth streaming manifests | Martin Storsjö | 2012-01-25 | 1 | -0/+514 |
* | aviocat: Remove useless includes | Martin Storsjö | 2012-01-21 | 1 | -5/+1 |
* | aviocat: Flush the output before closing | Martin Storsjö | 2012-01-21 | 1 | -0/+1 |
* | Add a tool that uses avio to read and write, doing a plain copy of data | Martin Storsjö | 2012-01-20 | 1 | -0/+97 |
* | Fix a bunch of platform name and other typos. | Diego Biurrun | 2012-01-11 | 1 | -1/+1 |
* | Fix a bunch of typos. | Diego Biurrun | 2012-01-02 | 1 | -1/+1 |
* | qt-faststart: K&R reformatting; fix comment typos | Diego Biurrun | 2011-12-30 | 1 | -45/+45 |
* | qt-faststart: Fix up indentation | Martin Storsjö | 2011-12-29 | 1 | -9/+9 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun | 2011-12-08 | 1 | -9/+9 |
* | doc: document preferred Doxygen syntax and make patcheck detect it | Diego Biurrun | 2011-12-04 | 1 | -0/+1 |