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-04-01avconv: Drop an unused variableLuca Barbato
2016-03-30avconv: fix -frames for videoAnton Khirnov
2016-03-30avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson
2016-03-23avconv: use new encode APIwm4
2016-03-23avconv: use new decode APIwm4
2016-03-20avconv: switch to the new BSF APIAnton Khirnov
2016-03-05avconv: remove sub-frame warningwm4
2016-02-23avconv: convert to codecparAnton Khirnov
2016-02-23avconv: switch opening decoders and encodersAnton Khirnov
2016-02-15avconv: pass the hw context from filters to the encoderAnton Khirnov
2016-01-04avconv: Drop an impossible checkLuca Barbato
2016-01-04avconv: Simplify poll_filters() return value checkLuca Barbato
2015-12-06avconv: pass the global codec side data to the muxerAnton Khirnov
2015-11-08avconv: set packet duration for CFR video streamsAnton Khirnov
2015-10-26avconv: support infinite loop for the loop optionAlexandra Hájková
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avformat: Always return ref-counted AVPacketLuca Barbato
2015-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
2015-10-13avformat: Do not use AVFMT_RAWPICTURELuca Barbato
2015-10-13avconv: Add loop option.Alexandra Hájková
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-19avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov
2015-07-19avconv: move the no streams failure to open_output_file()Anton Khirnov
2015-07-19avconv: factor out the output stream initializationAnton Khirnov
2015-07-19avconv: move handling the 2pass logfile into avconv_optAnton Khirnov
2015-07-19avconv: set the encoding/decoding_needed flags earlierAnton Khirnov
2015-07-19avconv: drop update_sample_fmt()Anton Khirnov
2015-06-27avconv: do not stop processing the input packet on decoding errorAnton Khirnov
2015-06-27avconv: factor out flushing the filtersAnton Khirnov
2015-05-02avconv: Add an option for automatically rotating video according to display m...Martin Storsjö
2015-04-04avconv: Avoid theoretical NULL dereferencesHimangi Saraogi
2015-04-03avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov
2015-03-20avconv: Print the avfilter errorsLuca Barbato
2015-03-10avconv: do not abort immediately if initializing hwaccel failsAnton Khirnov
2014-10-24avconv: copy stream-level side data when streamcopyingAnton Khirnov
2014-10-24avconv: Use av_gettime_relativeMartin Storsjö
2014-10-18lavc: deprecate unused me_threshold fieldAnton Khirnov
2014-10-17avconv: check return valueVittorio Giovara
2014-10-15avconv: replace AVCodecContext.time_base with framerateAnton Khirnov
2014-09-26avconv: Use only audio and video to guess discontinuitiesLuca Barbato
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-13avconv: rename output_packet() to process_input_packet()Anton Khirnov
2014-07-09avconv: set the output stream timebaseAnton Khirnov
2014-06-20Use av_packet_rescale_ts() to simplify code.Anton Khirnov
2014-06-17avconv: use the correct variable in comparisonAnton Khirnov