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-06-01avconv: do not use the stream codec context for encodingAnton Khirnov
2014-06-01avconv: do not use the stream codec context for decodingAnton Khirnov
2014-05-11avconv: Support VDA hwaccelAnton Khirnov
2014-05-03avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov
2014-05-03avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov
2014-04-29configure: rework dxva in avconv handlingAnton Khirnov
2014-04-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-03-30avconv_opt: fix avio_open2() return code checkTimothy Gu
2014-02-24avconv: support forcing codec tags for input streamsAnton Khirnov
2013-12-03avconv: initialize hwaccel_pix_fmtAnton Khirnov
2013-11-23avconv: add support for VDPAU decodingAnton Khirnov
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-10-22avplay: Accept cpuflags optionLuca Barbato
2013-08-05avconv: support -t as an input option.Anton Khirnov
2013-08-05avconv: make input -ss accurate when transcodingAnton Khirnov
2013-08-05avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov
2013-07-31avconv: add -n option to immediately exit when output files already existVittorio Giovara
2013-07-31avconv: Call exit_program instead of exit in avconv_opt as wellMartin Storsjö
2013-05-27avconv: make -aspect work with streamcopyAnton Khirnov
2013-05-07avconv: remove -deinterlaceAnton Khirnov
2013-05-03avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov
2013-04-30avconv_opt: allocate an OutputFile before the streams.Anton Khirnov
2013-04-11avconv: print filter options in -h full output.Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-15avconv: mark attachment streams as immediately finishedAnton Khirnov
2013-03-08avconv: do not silently ignore unused codec AVOptions.Anton Khirnov
2013-03-08avconv: fix a typoAnton Khirnov
2013-03-08avconv: use a local variable for InputFile in open_input_file().Anton Khirnov
2013-03-08avconv: use a local variable for OutputFile in open_output_file().Anton Khirnov
2013-03-08avconv: print an error on applying options of the wrong type.Anton Khirnov
2013-03-07lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje
2013-02-28avconv: Apply codec options to streams that are copied as wellMartin Storsjö
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato
2012-12-20cmdutils: pass number of groups to split_commandline().Anton Khirnov
2012-12-18avconv: pass the actually selected decoder to filter_codec_opts().Anton Khirnov
2012-12-18avconv: use new options parser.Anton Khirnov
2012-12-18cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov
2012-11-25avconv: fix copying per-stream metadata.Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-31avconv_opt, cmdutils: Add missing function parameter DoxygenDiego Biurrun
2012-10-23avconv: only apply presets when we have an encoder.Anton Khirnov
2012-10-16avconv: fix disabling auto mappings with -map_metadataAnton Khirnov
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-10avconv: remove bogus warning when using avconv -h without parameterJanne Grunau
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-09avconv: simplify memory allocation in copy_chaptersJanne 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ò