avs: check ff_set_dimensions return value
[platform/upstream/libav.git] / tools /
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-07-03 Martin Storsjöismindex: Add an option for outputting files elsewhere...
2014-07-03 Martin Storsjöismindex: Allow adding a path prefix to the generated...
2014-02-28 Lou Loganqt-faststart: Add a note about the -movflags +faststart...
2014-02-28 Martin Storsjöqt-faststart: Avoid unintentionally sign extending...
2014-02-28 Michael Niedermayerqt-faststart: Check offset_count before reading from...
2014-02-28 Michael Niedermayerqt-faststart: Check the ftello() return codes
2014-02-28 Michael Niedermayerqt-faststart: Fix the signedness of variables keeping...
2014-02-28 Michael Niedermayerqt-faststart: Check fseeko() return codes
2014-02-28 Michael Niedermayerqt-faststart: Simplify code by using a MIN() macro
2014-02-28 Martin Storsjöqt-faststart: Increase the copy buffer size to 64 KB
2014-01-17 Martin Storsjöaviocat: Add support for specifying the input duration
2014-01-17 Martin Storsjöaviocat: Check the argv array length before reading...
2013-11-04 Diego Biurrungraph2dot: Add missing #include for av_get_channel_layo...
2013-11-04 Diego Biurrungraph2dot: Fix use of deprecated API
2013-10-04 Martin Storsjöismindex: Change the duration field to int64_t
2013-10-04 Martin Storsjöismindex: Calculate the file duration among the include...
2013-10-04 Martin Storsjöismindex: Use the individual stream duration instead...
2013-08-05 Diego Biurrunismindex: Replace mkdir ifdeffery by os_support.h ...
2013-07-06 Diego Biurruntools: Wording and formatting cosmetics
2013-05-03 Diego Biurrunsilly typo fixes
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-13 Martin Storsjöismindex: Check the return value of allocations
2013-03-13 Martin Storsjöismindex: Factorize code for printing chunk duration...
2013-03-13 Martin Storsjöismindex: Rename structs and fields from "file" to...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-12 Anton Khirnovtools: do not use av_pix_fmt_descriptors directly.
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-13 Martin Storsjötrasher: Include all the necessary headers
2012-08-30 Martin Storsjöpktdumper: Use a custom define instead of PATH_MAX...
2012-08-30 Martin Storsjöpktdumper: Use av_strlcpy instead of strncpy
2012-08-30 Martin Storsjöpktdumper: Use sizeof(variable) instead of the direct...
2012-08-28 Martin Storsjögraph2dot: Use the fallback getopt implementation if...
2012-08-28 Martin Storsjötools: Include io.h for open/read/write/close if unistd...
2012-08-28 Martin Storsjöqt-faststart: Use other seek/tell functions on MSVC...
2012-08-28 Martin Storsjöismindex: Include direct.h for _mkdir on windows
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-04 Mans Rullgardlavfi: reclassify showfiltfmts as a TESTPROG
2012-07-04 Diego Biurrungraph2dot: fix printf format specifier
2012-07-03 Martin Storsjöismindex: Verify that all bitrate variants match
2012-07-03 Martin Storsjöismindex: Properly report errors reading the MFRA atom
2012-07-03 Diego Biurrunmisc typo and wording fixes
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-03-09 Diego BiurrunFix a bunch of common typos.
2012-01-25 Martin Storsjöismindex: Fix build on mingw
2012-01-25 Diego Biurruntools: Remove some unnecessary #undefs.
2012-01-25 Diego Biurruntools: K&R reformatting cosmetics
2012-01-25 Martin Storsjöpktdumper: Use usleep instead of sleep
2012-01-25 Martin StorsjöAdd a tool for creating smooth streaming manifests
2012-01-21 Martin Storsjöaviocat: Remove useless includes
2012-01-20 Martin Storsjöaviocat: Flush the output before closing
2012-01-20 Martin StorsjöAdd a tool that uses avio to read and write, doing...
2012-01-11 Diego BiurrunFix a bunch of platform name and other typos.
2012-01-02 Diego BiurrunFix a bunch of typos.
2011-12-30 Diego Biurrunqt-faststart: K&R reformatting; fix comment typos
2011-12-29 Martin Storsjöqt-faststart: Fix up indentation
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-08 Diego Biurruntests/tools/examples: Replace direct exit() calls by...
2011-12-04 Diego Biurrundoc: document preferred Doxygen syntax and make patchec...
2011-10-28 Janne Grunautools/pktdumper: update to recent avformat api
2011-08-26 Diego BiurrunReplace deprecated av_find_stream_info() by avformat_fi...
2011-06-05 Diego BiurrunRemove some unused scripts from tools/.
2011-05-16 Diego Biurruncws2fws: Improve error message wording.
2011-05-16 Diego Biurruntools: Check the return value of write().
2011-05-12 Peter Rosspatcheck: warn about assert usage
2011-04-23 Diego BiurrunReplace `` by $() syntax in shell scripts.
2011-04-23 Bradpatcheck: Allow overiding grep program(s) through envir...
2011-04-15 Diego BiurrunReplace references to ffmpeg-devel with libav-devel...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Stefano SabatiniIn graph2dot, print more specific audio information...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-12 Stefano SabatiniPrint link audio format name in tools/graph2dot.
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-15 Aurelien Jacobsprobetest: replace usage of deprecated first_iformat...
2010-10-10 Stefano SabatiniMake graph2dot print information related to the link...
2010-10-10 Michael NiedermayerClarify whitespace nitpicks in patcheck.
2010-10-09 Michael NiedermayerTool to analyze multimedia files and create directories...
2010-10-08 Michael NiedermayerCheck for more 'indent -kr' whitespace details.
2010-08-17 Stefano SabatiniSet the correct type for the output links.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-06 Måns Rullgårdshowfiltfmts: destroy filter context before exit
2010-08-06 Måns Rullgårdshowfiltfmts: set media type of links to that of corres...
2010-08-02 Benoit FouetIssue a warning when fed with misformatted one-line...
2010-08-01 Måns Rullgårdlavfi-showfiltfmts: print one format per line
2010-07-28 Michael NiedermayerWarn about "/** text" comments.
2010-07-25 Rafaël CarréAccept stdin as input for patcheck.
2010-07-15 Rafaël Carrégrep Changelog entry from unified diffs
2010-07-02 Michael NiedermayerCheck for doxy filetag with filename
2010-06-28 Eli FriedmanAdd patcheck checks for assignments that look like...
2010-06-21 Baptiste Coudurierfail if input and output are the same
2010-06-11 Benoit FouetImprove rule for possibly never read variables.
2010-05-24 Stefano SabatiniAdd libavfilter 1-input - 1-output regression test...
2010-05-13 Martin Storsjöqt-faststart: Abort scanning of the input file if a...
next