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-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
2014-05-03avconv: simplify exit_program() by using more local varsAnton Khirnov
2014-04-22avconv: always reset packet pts after decoding an audio frameAnton Khirnov
2014-03-25avconv: More descriptive message about framedropVittorio Giovara
2014-03-24avconv: don't warn on multiple frames per packet for codecs that expect itAnton Khirnov
2014-03-24avconv: print verbose per-stream transcoding statisticsAnton Khirnov
2014-03-24avconv: split printing the final statistics into a separate functionAnton Khirnov
2014-03-24avconv: rewrite output data size trackingAnton Khirnov
2014-03-24avconv: explicitly report when the muxing overhead is unknownAnton Khirnov
2014-03-24avconv: remove unused nb_frames_dupAnton Khirnov
2014-03-24avconv: add stream-global side data to the first demuxed packetAnton Khirnov