summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: do not use poorly defined and undocumented AVStream.ptsAnton Khirnov2014-05-191-1/+1
* avconv: set the "encoder" tag when transcodingAnton Khirnov2014-05-181-0/+30
* avconv: set output avg_frame_rate when knownAnton Khirnov2014-05-181-0/+2
* avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-031-7/+7
* avconv: remove a useless lineAnton Khirnov2014-05-031-1/+0
* avconv: rename 'codec' to 'enc_ctx'Anton Khirnov2014-05-031-61/+61
* avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov2014-05-031-35/+35
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-031-5/+5
* avconv: simplify exit_program() by using more local varsAnton Khirnov2014-05-031-24/+33
* avconv: always reset packet pts after decoding an audio frameAnton Khirnov2014-04-221-3/+2
* avconv: More descriptive message about framedropVittorio Giovara2014-03-251-1/+3
* avconv: don't warn on multiple frames per packet for codecs that expect itAnton Khirnov2014-03-241-1/+2
* avconv: print verbose per-stream transcoding statisticsAnton Khirnov2014-03-241-1/+90
* avconv: split printing the final statistics into a separate functionAnton Khirnov2014-03-241-30/+36
* avconv: rewrite output data size trackingAnton Khirnov2014-03-241-23/+23
* avconv: explicitly report when the muxing overhead is unknownAnton Khirnov2014-03-241-3/+7
* avconv: remove unused nb_frames_dupAnton Khirnov2014-03-241-4/+3
* avconv: add stream-global side data to the first demuxed packetAnton Khirnov2014-03-241-0/+17
* avconv: remove a write-only variableAnton Khirnov2014-02-241-1/+0
* avconv: Do not divide by zeroLuca Barbato2014-02-201-3/+7
* avconv: print a warning when falling back to default 25fpsAnton Khirnov2014-01-171-4/+13
* avconv: do not call avcodec_get_frame_defaults()Anton Khirnov2013-12-111-2/+1
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* 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
OpenPOWER on IntegriCloud