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
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
2012-07-19Print full compiler identification, not only version numberMans Rullgard
2012-07-08cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje
2012-06-30cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö
2012-06-05avtools: move buffer management code from avconv to cmdutils.Anton Khirnov
2012-05-10cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-04-25avconv: use libavresampleJustin Ruggles
2012-04-15avconv: get output pixel format from lavfi.Anton Khirnov
2012-03-18Read preset files with suffix .avpresetReinhard Tartler
2012-03-06avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov
2012-03-05cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov
2012-02-23Remove libpostproc.Diego Biurrun
2012-02-08cmdutils: update copyright year to 2012.Ronald S. Bultje
2012-01-27cmdutils: fix options starting with 'no'.Alexandra Khirnova
2012-01-25Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun
2012-01-19cosmetics: Rename ffsink to avsink.Diego Biurrun
2012-01-11No longer build libpostproc by defaultReinhard Tartler