summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-231-0/+73
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-2/+2
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-311-3/+0
* avconv: stop accessing AVStream.parserAnton Khirnov2013-10-291-1/+8
* avconv: drop a now useless variableAnton Khirnov2013-10-271-2/+0
* avconv: support -t as an input option.Anton Khirnov2013-08-051-0/+11
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-051-4/+6
* cmdutils: wrap exit explicitlyLuca Barbato2013-07-071-31/+31
* avconv: Don't include colorspace.hDerek Buitenhuis2013-06-291-1/+0
* avconv: report the error for codec open failureLuca Barbato2013-06-221-2/+8
* avconv: drop additional strerror fallbackLuca Barbato2013-06-221-4/+5
* avconv: check that the output format context exists before accessing itAnton Khirnov2013-06-041-1/+1
* avconv: make -aspect work with streamcopyAnton Khirnov2013-05-271-7/+8
* avconv: remove -deinterlaceAnton Khirnov2013-05-071-44/+0
* avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov2013-05-031-0/+19
* avconv: improve -re implementationAnton Khirnov2013-05-031-17/+11
* avconv: make output -ss insert trim/atrim filters.Anton Khirnov2013-04-301-5/+0
* avconv: make -t insert trim/atrim filters.Anton Khirnov2013-04-301-5/+1
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-1/+0
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+0
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-281-0/+1
* avconv: convert to new refcounted AVFrame APIAnton Khirnov2013-03-081-62/+68
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-071-0/+4
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-281-0/+2
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-231-0/+1
* avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö2013-01-201-1/+1
* avconv: use new options parser.Anton Khirnov2012-12-181-14/+5
* avconv: deprecate the -vol optionJustin Ruggles2012-12-051-59/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles2012-11-081-0/+2
* avconv: do not free muxed packet on streamcopy.Anton Khirnov2012-11-021-1/+0
* avconv: Drop unused function argument from do_video_stats()Diego Biurrun2012-10-291-3/+2
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-251-1/+8
* avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov2012-10-241-4/+0
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-231-0/+1
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-211-19/+17
* De-doxygenize some top-level filesDiego Biurrun2012-10-121-9/+6
* avconv: remove -same_quantAnton Khirnov2012-10-091-13/+3
* avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun2012-10-031-1/+1
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-28/+28
* avconv: improve sample format negotiation for decoder requestJustin Ruggles2012-10-011-7/+26
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-2/+2
* avconv: flush filtered frames before reconfiguring filtersJanne Grunau2012-09-171-0/+4
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-1/+1
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-301-1/+3
* avconv: prefer user-forced input framerate when choosing output framerateAnton Khirnov2012-08-261-1/+5
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-7/+8
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-131-1/+1
* avconv: allow no input files.Anton Khirnov2012-08-081-5/+0
OpenPOWER on IntegriCloud