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
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
2014-06-12avconv: make -shortest work with streamcopyAnton Khirnov
2014-06-04avconv: Report the codec and the encoder separatelyLuca Barbato
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-19avconv: do not use poorly defined and undocumented AVStream.ptsAnton Khirnov
2014-05-18avconv: set the "encoder" tag when transcodingAnton Khirnov
2014-05-18avconv: set output avg_frame_rate when knownAnton Khirnov
2014-05-03avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov
2014-05-03avconv: remove a useless lineAnton Khirnov
2014-05-03avconv: rename 'codec' to 'enc_ctx'Anton Khirnov
2014-05-03avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov
2014-05-03avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov