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-08-05avconv: support -t as an input option.Anton Khirnov
2013-08-05avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov
2013-07-07cmdutils: wrap exit explicitlyLuca Barbato
2013-06-29avconv: Don't include colorspace.hDerek Buitenhuis
2013-06-22avconv: report the error for codec open failureLuca Barbato
2013-06-22avconv: drop additional strerror fallbackLuca Barbato
2013-06-04avconv: check that the output format context exists before accessing itAnton Khirnov
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-05-03avconv: improve -re implementationAnton Khirnov
2013-04-30avconv: make output -ss insert trim/atrim filters.Anton Khirnov
2013-04-30avconv: make -t insert trim/atrim filters.Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton 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-08avconv: convert to new refcounted AVFrame APIAnton 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-20avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö
2012-12-18avconv: use new options parser.Anton Khirnov
2012-12-05avconv: deprecate the -vol optionJustin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-08avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles
2012-11-02avconv: do not free muxed packet on streamcopy.Anton Khirnov
2012-10-29avconv: Drop unused function argument from do_video_stats()Diego Biurrun
2012-10-25avconv: fix bitrate report when writing to /dev/nullJanne Grunau
2012-10-24avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov
2012-10-23Include sys/time.h before sys/resource.hMans Rullgard
2012-10-22avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-03avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-10-01avconv: improve sample format negotiation for decoder requestJustin Ruggles
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-17avconv: flush filtered frames before reconfiguring filtersJanne Grunau
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-26avconv: prefer user-forced input framerate when choosing output framerateAnton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-08avconv: allow no input files.Anton Khirnov
2012-08-08avconv: prevent invalid reads in transcode_init()Anton Khirnov
2012-08-08avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov
2012-08-08avconv: split the code for processing input packets out of transcode()Anton Khirnov
2012-08-08avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov
2012-08-08avconv: get rid of pointless temporary variable.Anton Khirnov
2012-08-08avconv: simplify transcode().Anton Khirnov