380 Commits (b25ac3c999b0b486018279283667129bbad06d08)

Author SHA1 Message Date
James Almer b22f96b736 Rename ffadler to ffhash and expand it using the generic hash API 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Stefano Sabatini 2a1b7dee6d tools: add zmqsend tool, useful to test the zmq filters 12 years ago
Stefano Sabatini 3a4c8788e3 tools/ffeval: use av_dynarray2_add() 12 years ago
Michael Niedermayer d9cb1e0e15 ffadler: fix duplicate \n on errors 12 years ago
Michael Niedermayer a11593189b ffadler: add multifile support 12 years ago
Michael Niedermayer 3d66ce17b7 tools: Add adler32 checksum tool 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Michael Niedermayer ebea370dc3 ismindex: check mkdir()s return code 12 years ago
Michael Niedermayer bc7330a840 tools/ismindex: dont ignore return code of write_fragments() 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
James Almer 89388a953a Replace all occurrences of PRI in sscanf() calls with SCN 12 years ago
Clément Bœsch ec1ef0838c tools: add audio normalize script example. 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
Stefano Sabatini 9767ec6b86 lavu: add escape API 12 years ago
Frederic Jean c53e8d9029 Include fix for building ismindex under MinGW 12 years ago
Nicolas George b92c7a8f4b tools: add seek_print. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Stefano Sabatini c92b6f347d tools: add plotframes script 12 years ago
Paul B Mahol d885cc41e5 Fix "knwon" typo and add a check in tools/patcheck 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Clément Bœsch 8b63744f48 Fix "bistream" typo and add a check in tools/patcheck. 12 years ago
Michael Niedermayer 0ea4742341 qt-faststart: Check offset_count 12 years ago
Nicolas George 160013736e lavf: TED Talks JSON captions demuxer. 12 years ago
Paul B Mahol 1acd2f6ba7 Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
Michael Niedermayer 976175fbe5 probetest: fix possible use of uninitialized data 12 years ago
Michael Niedermayer 1838961357 qt-faststart: fix signedness of variable used to hold return code 12 years ago
Michael Niedermayer 224afddc7c ismindex: check return value of avio_open_dyn_buf() 12 years ago
Michael Niedermayer 5b45b66220 cws2fws: check fstat return code. 12 years ago
Michael Niedermayer 86aba86b1b cws2fws: check lseek() return 12 years ago
Michael Niedermayer 59eae88429 cws2fws: check inflateInit return value 12 years ago
Stefano Sabatini 15f52e50fe tools: add ffescape utility 12 years ago
Michael Niedermayer 4a2297294f qt-faststart: check return of ftello() 12 years ago
Michael Niedermayer f68ff2e0e7 fourcc2pixfmt: fix compilation 12 years ago
Michael Niedermayer 0de41ead6f qt-faststart: check fseeko() return codes 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Stefano Sabatini 25f3827e1d tools/ffeval: do not use UNIX-specific /dev/std{in,out} files 13 years ago
Stefano Sabatini 22c5cc239c tools/ffeval: include compat/getopt.c in case of missing system getopt() 13 years ago
Michael Niedermayer 225d3cc1cc ffeval: avoid folding EOF onto a valid char 13 years ago
Michael Niedermayer 80db07adfe probetest: check command line arguments 13 years ago
Michael Niedermayer 8ab0b9caba trasher: check seek return value. 13 years ago
Anton Khirnov b7f1010c8f tools: do not use av_pix_fmt_descriptors directly. 13 years ago
Michael Niedermayer 92c3173c84 qt-faststart: fix printf argument type 13 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 13 years ago
Michael Niedermayer 59003fe7c0 qt-faststart: simplify code by using FFMIN 13 years ago
Michael Niedermayer 610efb6773 qt-faststart: dont allocate a bigger buffer than needed 13 years ago
Jan Ehrhardt f4d9148fe2 qt-faststart: speedup 13 years ago
Clément Bœsch 4390f8c28d Fix two "skiping" typo. 13 years ago