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-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
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