summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-19
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-19
* avconv: drop update_sample_fmt()Anton Khirnov2015-07-19
* avconv: do not stop processing the input packet on decoding errorAnton Khirnov2015-06-27
* avconv: factor out flushing the filtersAnton Khirnov2015-06-27
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-02
* avconv: Avoid theoretical NULL dereferencesHimangi Saraogi2015-04-04
* avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov2015-04-03
* avconv: Print the avfilter errorsLuca Barbato2015-03-20
* avconv: do not abort immediately if initializing hwaccel failsAnton Khirnov2015-03-10
* avconv: copy stream-level side data when streamcopyingAnton Khirnov2014-10-24
* avconv: Use av_gettime_relativeMartin Storsjö2014-10-24
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-18
* avconv: check return valueVittorio Giovara2014-10-17
* avconv: replace AVCodecContext.time_base with framerateAnton Khirnov2014-10-15
* avconv: Use only audio and video to guess discontinuitiesLuca Barbato2014-09-26
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* avconv: rename output_packet() to process_input_packet()Anton Khirnov2014-08-13
* avconv: set the output stream timebaseAnton Khirnov2014-07-09
* Use av_packet_rescale_ts() to simplify code.Anton Khirnov2014-06-20
* avconv: use the correct variable in comparisonAnton Khirnov2014-06-17
* avconv: make -shortest work with streamcopyAnton Khirnov2014-06-12
* avconv: Report the codec and the encoder separatelyLuca Barbato2014-06-04
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-01
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-01
* avconv: do not use poorly defined and undocumented AVStream.ptsAnton Khirnov2014-05-19
* avconv: set the "encoder" tag when transcodingAnton Khirnov2014-05-18
* avconv: set output avg_frame_rate when knownAnton Khirnov2014-05-18
* avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-03
* avconv: remove a useless lineAnton Khirnov2014-05-03
* avconv: rename 'codec' to 'enc_ctx'Anton Khirnov2014-05-03
* avconv: rename 'icodec' to 'dec_ctx'Anton Khirnov2014-05-03
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-03
* avconv: simplify exit_program() by using more local varsAnton Khirnov2014-05-03
* avconv: always reset packet pts after decoding an audio frameAnton Khirnov2014-04-22
* 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