144 Commits (d24e9a99a40166bf881ccd2e3ae5688af4726658)

Author SHA1 Message Date
Lou Logan 700687ebe0 qt-faststart: Add a note about the -movflags +faststart feature 11 years ago
Martin Storsjö ea7f79f937 qt-faststart: Avoid unintentionally sign extending BE_32 11 years ago
Michael Niedermayer bb95334c34 qt-faststart: Check offset_count before reading from the moov_atom buffer 11 years ago
Michael Niedermayer 6384885425 qt-faststart: Check the ftello() return codes 11 years ago
Michael Niedermayer 03c2a66fcf qt-faststart: Fix the signedness of variables keeping the ftello return values 11 years ago
Michael Niedermayer 5612244351 qt-faststart: Check fseeko() return codes 11 years ago
Michael Niedermayer ea15a9a5d8 qt-faststart: Simplify code by using a MIN() macro 11 years ago
Martin Storsjö 3cbc7ef3d6 qt-faststart: Increase the copy buffer size to 64 KB 11 years ago
Martin Storsjö 87acd33c09 aviocat: Add support for specifying the input duration 11 years ago
Martin Storsjö 03f2de5856 aviocat: Check the argv array length before reading element i+1 11 years ago
Diego Biurrun 82c86d0b18 graph2dot: Add missing #include for av_get_channel_layout_string() 11 years ago
Diego Biurrun 48715285f6 graph2dot: Fix use of deprecated API 11 years ago
Martin Storsjö a4435f9235 ismindex: Change the duration field to int64_t 11 years ago
Martin Storsjö 583a287f6f ismindex: Calculate the file duration among the included tracks 11 years ago
Martin Storsjö d347a7b248 ismindex: Use the individual stream duration instead of the global one 11 years ago
Diego Biurrun bea3d6f436 ismindex: Replace mkdir ifdeffery by os_support.h #include 11 years ago
Diego Biurrun cd7b6deeaa tools: Wording and formatting cosmetics 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Martin Storsjö 4abf6fa095 ismindex: Check the return value of allocations 12 years ago
Martin Storsjö 7c147900b8 ismindex: Factorize code for printing chunk duration lists 12 years ago
Martin Storsjö f05e9beb4a ismindex: Rename structs and fields from "file" to "track" 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov b7f1010c8f tools: do not use av_pix_fmt_descriptors directly. 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Martin Storsjö 18d8825517 trasher: Include all the necessary headers 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ö 09d5e02ab0 graph2dot: Use the fallback getopt implementation if needed 12 years ago
Martin Storsjö 212ec5faf9 tools: Include io.h for open/read/write/close if unistd.h doesn't exist 12 years ago
Martin Storsjö dd4169ab92 qt-faststart: Use other seek/tell functions on MSVC than on mingw 12 years ago
Martin Storsjö bff714ad4c ismindex: Include direct.h for _mkdir on windows 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 7c29377b70 lavfi: reclassify showfiltfmts as a TESTPROG 13 years ago
Diego Biurrun fa2d747352 graph2dot: fix printf format specifier 13 years ago
Martin Storsjö 30327865f3 ismindex: Verify that all bitrate variants match 13 years ago
Martin Storsjö 1be8c90847 ismindex: Properly report errors reading the MFRA atom 13 years ago
Diego Biurrun 09f211987c misc typo and wording fixes 13 years ago
Mans Rullgard 896bb0d742 Replace usleep() calls with av_usleep() 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Diego Biurrun ffae713a5b Fix a bunch of common typos. 13 years ago
Martin Storsjö 8801fac365 ismindex: Fix build on mingw 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
Martin Storsjö 33ec9ef96d Add a tool for creating smooth streaming manifests 13 years ago
Martin Storsjö 7ba34575fd aviocat: Remove useless includes 13 years ago