232 Commits (185c2ef8495cf7a9bb5e6d0c02264a74b4ac60ae)

Author SHA1 Message Date
Anton Khirnov c661cb6672 cmdutils: pass number of groups to split_commandline(). 12 years ago
Anton Khirnov 0ec1642b60 cmdutils: don't log an error in opt_default(). 12 years ago
Anton Khirnov 8c9af5b205 cmdutils: add a commandline pre-parser. 12 years ago
Anton Khirnov a01c02bcff cmdutils: split parse_option(). 12 years ago
Anton Khirnov ff953fecff lavc: set frame properties in ff_get_buffer(). 12 years ago
Martin Storsjö 15caccb9be cmdutils: Use a configure check for enabling CommandLineToArgvW 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Diego Biurrun ab79966475 cmdutils: Conditionally compile libswscale-related bits 12 years ago
Mans Rullgard 3f65eff408 Include sys/time.h before sys/resource.h 12 years ago
Anton Khirnov b7f1010c8f tools: do not use av_pix_fmt_descriptors directly. 12 years ago
Janne Grunau b94e4acb48 cmdutils_read_file: increment *size after writing the trailing \0 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Anton Khirnov 990450c5bf cmdutils: avoid setting data pointers to invalid values in alloc_buffer() 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 12 years ago
Anton Khirnov e2785fa728 cmdutils: make -codecs print lossy/lossless flags. 12 years ago
Anton Khirnov a1bcc76e60 cmdutils: fix a memleak when specifying an option twice. 12 years ago
Anton Khirnov f9fada2704 avconv: split printing "main options" into global and per-file. 12 years ago
Anton Khirnov 1136bd362a avtools: add -h demuxer/muxer 12 years ago
Anton Khirnov a3ad68d36c cmdutils: extend -h to allow printing codec details. 12 years ago
Anton Khirnov 7c5012127f cmdutils: change semantics of show_help_options() and document it. 12 years ago
Anton Khirnov dc4c24a3d3 avtools: move some newlines to show_help_options(). 12 years ago
Anton Khirnov f617135bc9 avtools: fix show_foo() signatures. 12 years ago
Anton Khirnov 7c10194996 cmdutils: refactor -codecs option. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Mans Rullgard 45870f8b6e Print full compiler identification, not only version number 13 years ago
Ronald S. Bultje 66a297975d cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). 13 years ago
Martin Storsjö d3ed1c9571 cmdutils: Pass the actual chosen encoder to filter_codec_opts 13 years ago
Anton Khirnov d55c2e05b5 avtools: move buffer management code from avconv to cmdutils. 13 years ago
Diego Biurrun 7cf78b3476 cmdutils: Add fallback case to switch in check_stream_specifier(). 13 years ago
Anton Khirnov ac71230902 lavfi: add video buffer sink, and use it in avtools 13 years ago
Justin Ruggles bcb82fe1f4 avconv: use libavresample 13 years ago
Anton Khirnov b7327887ea avconv: get output pixel format from lavfi. 13 years ago
Reinhard Tartler 050dc12778 Read preset files with suffix .avpreset 13 years ago
Anton Khirnov 4138cd2907 avconv: add -cpuflags option for setting supported cpuflags. 13 years ago
Anton Khirnov 3faa141d15 cmdutils: use new avcodec_is_decoder/encoder() functions. 13 years ago
Diego Biurrun b315042c8c Remove libpostproc. 13 years ago
Ronald S. Bultje 21d0d1d64f cmdutils: update copyright year to 2012. 13 years ago
Alexandra Khirnova 570f6aaab1 cmdutils: fix options starting with 'no'. 13 years ago
Diego Biurrun abe655a472 Drop unnecessary prefix from *sink* variable and struct names. 13 years ago
Diego Biurrun 45f2908d02 cosmetics: Rename ffsink to avsink. 13 years ago
Reinhard Tartler 014f8d8106 No longer build libpostproc by default 13 years ago
Aneesh Dogra cbaef7d16e cmdutils: K&R reformatting cosmetics 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Stefano Sabatini b58dbb5b03 lavc: add a sample_aspect_ratio field to AVFrame 13 years ago
Mans Rullgard 85770d6e56 Add libavutil/mathematics.h #includes for INFINITY 13 years ago
Martin Storsjö 02170990fd cmdutils: Rename read_file to cmdutils_read_file 13 years ago
Janne Grunau d94c577d3c cmdutils: check fread() return value 13 years ago
Anton Khirnov 7a6cd9957d cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago