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
2016-03-20avconv: switch to the new BSF APIAnton Khirnov
2016-03-15cmdutils: update copyright year to 2016Sean McGovern
2016-02-23avconv: convert to codecparAnton Khirnov
2015-10-26cmdutils: Check for and report the correct codec capabilityVittorio Giovara
2015-10-15cmdutils: Print general codec capabilitiesVittorio Giovara
2015-10-15cmdutils: Add auto to threading capabilities reportVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-19avconv: use read_file() for reading the 2pass statsAnton Khirnov
2015-07-03lavu: add an API function to return the Libav version stringwm4
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-03-20cmdutils: Add a stream specifier to map usable streamsLuca Barbato
2015-01-04cmdutils: update copyright year to 2015.Johan Andersson
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-19cmdutils: check file access functions return valuesVittorio Giovara
2014-10-17cmdutils: Use the correct guardLuca Barbato
2014-09-16cmdutils: Print a more sensible message in show_filters() w/o libavfilterDiego Biurrun
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-13cmdutils: allow matching by metadata in stream specifiersAnton Khirnov
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ö