summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: More descriptive message about framedropVittorio Giovara2014-03-25
* avconv: don't warn on multiple frames per packet for codecs that expect itAnton Khirnov2014-03-24
* avconv: print verbose per-stream transcoding statisticsAnton Khirnov2014-03-24
* avconv: split printing the final statistics into a separate functionAnton Khirnov2014-03-24
* avconv: rewrite output data size trackingAnton Khirnov2014-03-24
* avconv: explicitly report when the muxing overhead is unknownAnton Khirnov2014-03-24
* avconv: remove unused nb_frames_dupAnton Khirnov2014-03-24
* avconv: add stream-global side data to the first demuxed packetAnton Khirnov2014-03-24
* avconv: remove a write-only variableAnton Khirnov2014-02-24
* avconv: Do not divide by zeroLuca Barbato2014-02-20
* avconv: print a warning when falling back to default 25fpsAnton Khirnov2014-01-17
* avconv: do not call avcodec_get_frame_defaults()Anton Khirnov2013-12-11
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-23
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
* avconv: stop accessing AVStream.parserAnton Khirnov2013-10-29
* avconv: drop a now useless variableAnton Khirnov2013-10-27
* avconv: support -t as an input option.Anton Khirnov2013-08-05
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-05
* cmdutils: wrap exit explicitlyLuca Barbato2013-07-07
* avconv: Don't include colorspace.hDerek Buitenhuis2013-06-29
* avconv: report the error for codec open failureLuca Barbato2013-06-22
* avconv: drop additional strerror fallbackLuca Barbato2013-06-22
* avconv: check that the output format context exists before accessing itAnton Khirnov2013-06-04
* avconv: make -aspect work with streamcopyAnton Khirnov2013-05-27
* avconv: remove -deinterlaceAnton Khirnov2013-05-07
* avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov2013-05-03
* avconv: improve -re implementationAnton Khirnov2013-05-03
* avconv: make output -ss insert trim/atrim filters.Anton Khirnov2013-04-30
* avconv: make -t insert trim/atrim filters.Anton Khirnov2013-04-30
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-28
* avconv: convert to new refcounted AVFrame APIAnton Khirnov2013-03-08
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-28
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-23
* avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö2013-01-20
* avconv: use new options parser.Anton Khirnov2012-12-18
* avconv: deprecate the -vol optionJustin Ruggles2012-12-05
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles2012-11-08
* avconv: do not free muxed packet on streamcopy.Anton Khirnov2012-11-02
* avconv: Drop unused function argument from do_video_stats()Diego Biurrun2012-10-29
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-25
* avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov2012-10-24
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-23
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-21