summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: Print the avfilter errorsLuca Barbato2015-03-201-5/+13
* avconv: do not abort immediately if initializing hwaccel failsAnton Khirnov2015-03-101-1/+1
* avconv: copy stream-level side data when streamcopyingAnton Khirnov2014-10-241-0/+20
* avconv: Use av_gettime_relativeMartin Storsjö2014-10-241-6/+6
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-181-2/+1
* avconv: check return valueVittorio Giovara2014-10-171-1/+3
* avconv: replace AVCodecContext.time_base with framerateAnton Khirnov2014-10-151-5/+5
* avconv: Use only audio and video to guess discontinuitiesLuca Barbato2014-09-261-1/+3
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* avconv: rename output_packet() to process_input_packet()Anton Khirnov2014-08-131-4/+4
* avconv: set the output stream timebaseAnton Khirnov2014-07-091-0/+2
* Use av_packet_rescale_ts() to simplify code.Anton Khirnov2014-06-201-18/+3
* avconv: use the correct variable in comparisonAnton Khirnov2014-06-171-1/+1
* avconv: make -shortest work with streamcopyAnton Khirnov2014-06-121-11/+16
* avconv: Report the codec and the encoder separatelyLuca Barbato2014-06-041-4/+26
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-011-42/+49
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-011-32/+34
* 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
OpenPOWER on IntegriCloud