Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-13avconv: Match stream idLuca Barbato
2014-01-06cmdutils: update copyright year to 2014.Johan Andersson
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-22avplay: Accept cpuflags optionLuca Barbato
2013-08-08cmdutils: Only do the windows-specific commandline parsing on _WIN32Diogo Franco
2013-07-07cmdutils: wrap exit explicitlyLuca Barbato
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-16cmdutils: Fix build with lavfi disabledAnton Khirnov
2013-04-11cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov
2013-04-11avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-03-08avconv: print an error on applying options of the wrong type.Anton Khirnov
2013-03-08avplay: switch to new refcounted frames APIAnton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-28cmdutils: Allow calling filter_codec_opts without a set encoderMartin Storsjö
2013-02-26cmdutils: only use libavresample when it is enabledJustin Ruggles
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles
2013-02-15get_buffer(): do not initialize the data.Anton Khirnov
2013-02-06qtrle: fix the topmost line for 1bitKostya Shishkov
2013-02-06fraps: fix off-by one bug for version 1.Anton Khirnov
2013-02-06aasc: fix output for msrle compression.Anton Khirnov
2013-02-06cmdutils: remove ansi from the list of broken codecs.Anton Khirnov
2013-02-06cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov
2013-01-03cmdutils: update copyright year to 2013Johan Andersson
2012-12-20cmdutils: pass number of groups to split_commandline().Anton Khirnov
2012-12-18cmdutils: don't log an error in opt_default().Anton Khirnov
2012-12-18cmdutils: add a commandline pre-parser.Anton Khirnov
2012-12-18cmdutils: split parse_option().Anton Khirnov
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-11-29cmdutils: Use a configure check for enabling CommandLineToArgvWMartin Storsjö
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-29cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun
2012-10-23Include sys/time.h before sys/resource.hMans Rullgard
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-09cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-09-15cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov
2012-08-24cmdutils: fix a memleak when specifying an option twice.Anton Khirnov
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19avtools: add -h demuxer/muxerAnton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19cmdutils: change semantics of show_help_options() and document it.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-18cmdutils: refactor -codecs option.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov