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-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
2014-02-24avconv: remove a write-only variableAnton Khirnov
2014-02-20avconv: Do not divide by zeroLuca Barbato
2014-01-17avconv: print a warning when falling back to default 25fpsAnton Khirnov
2013-12-11avconv: do not call avcodec_get_frame_defaults()Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-31lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov
2013-10-29avconv: stop accessing AVStream.parserAnton Khirnov
2013-10-28avconv: drop a now useless variableAnton Khirnov
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