171 Commits (547db1eaecd597031165a2bf637acaaacde52788)

Author SHA1 Message Date
Martin Storsjö e41daa6246 Remove support for building for mingw32ce (Windows CE) 7 years ago
Diego Biurrun 3e105d0884 build: Move entries related to building TOOLS to a subdirectory Makefile 8 years ago
Martin Storsjö 233d50b275 qt-faststart: Do not try to use fancy 64-bit seeking functions on mingw32ce 8 years ago
Luca Barbato 052b97855d aviocat: Support avio options 8 years ago
Diego Biurrun b8de14bcdf tools: Port to codec parameters API 9 years ago
Diego Biurrun 257f00ec1a Split global .gitignore file into per-directory files 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Luca Barbato 1a164e0a83 tools: Drop a stale header 9 years ago
Vittorio Giovara 87e5d8d78c ismindex: Use the correct abs() version 9 years ago
Vittorio Giovara 30dfc1dad4 cws2fws: Close file handles on error 10 years ago
Martin Storsjö 30a041887f ismindex: Calculate the pts duration of trun atoms, not the dts duration 10 years ago
Martin Storsjö 470c9db11f sidxindex: Remove parsing that isn't necessary any longer 10 years ago
Martin Storsjö 5cf6bda6e2 sidxindex: Don't adjust the Period start time depending on the track start time 10 years ago
Martin Storsjö 6f26f14f13 sidxindex: Write mimeType=audio/mp4 for audio-only representations 10 years ago
Martin Storsjö c302d034ba tools: Add a sidxindex tool 10 years ago
Olivier Langlois e205429fcf tools: Use av_gettime_relative 10 years ago
Mika Raento 979932378a ismindex: use tfhd default duration if no sample duration 10 years ago
Mika Raento 2bc220958c ismindex: handle discontinuous streams better 10 years ago
Mika Raento 00431bf874 ismindex: handle time discontinuities and nonzero start time 10 years ago
Martin Storsjö fcf597625c ismindex: Avoid writing ismf files if no base name has been specified 10 years ago
Mika Raento b21e989a3c ismindex: produce .ismf file 10 years ago
Mika Raento c487972ed0 ismindex: recover from completely empty streams 10 years ago
Mika Raento e48d1ea541 ismindex: improve diagnostics 10 years ago
Diego Biurrun 3526ab891c qt-faststart: Undefine fseeko/ftello before defining them 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Martin Storsjö f920d08953 ismindex: Add an option for outputting files elsewhere than in the current directory 11 years ago
Martin Storsjö 6bc4934b75 ismindex: Allow adding a path prefix to the generated .ism file 11 years ago
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