summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-30
* avconv: add an assert to silence an uninitialized variable warning.Anton Khirnov2012-06-26
* avconv: shut up an uninitialized variable warning.Anton Khirnov2012-06-26
* avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov2012-06-26
* avconv: fix -force_key_framesAnton Khirnov2012-06-26
* avconv: remove a forgotten debugging printf.Anton Khirnov2012-06-24
* avconv: use more descriptive names for hardcoded filters.Anton Khirnov2012-06-24
* avconv: remove redundant handling of async.Anton Khirnov2012-06-24
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* avconv: don't try to free threads that were not initialized.Anton Khirnov2012-06-14
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* avconv: support only native pthreads.Anton Khirnov2012-06-12
* avconv: multithreaded demuxing.Anton Khirnov2012-06-10
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-05
* avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-05
* avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-05
* avconv: check output stream recording time before each frame returned from fi...Anton Khirnov2012-06-04
* avconv: split selecting input file out of transcode().Anton Khirnov2012-06-04
* avconv: split checking for active outputs out of transcode().Anton Khirnov2012-06-04
* avconv: extend -r to work on any input stream.Anton Khirnov2012-05-29
* avconv: don't print filters inserted by avconv in stream mappings.Anton Khirnov2012-05-29
* avconv: merge configuration code for complex and simple filtersAnton Khirnov2012-05-29
* avconv: split configuring input filters out of configure_complex_filterAnton Khirnov2012-05-29
* avconv: Display the error returned by avformat_write_headerMartin Storsjö2012-05-26
* avconv: rename transcode_audio/video to decode_audio/video.Anton Khirnov2012-05-22
* avconv: reindentAnton Khirnov2012-05-18
* avconv: replace -vsync cfr code with the fps filter.Anton Khirnov2012-05-18
* avconv: add support for audio in complex filtergraphs.Anton Khirnov2012-05-18
* avconv: fix behavior with -ss as an output option.Anton Khirnov2012-05-17
* avconv: automatically insert asyncts when -async is used.Anton Khirnov2012-05-14
* avconv: add support for audio filters.Anton Khirnov2012-05-14
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
* avconv: use lrint() for rounding double timestampsMans Rullgard2012-05-10
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09
* avconv: remove stray useless comment.Anton Khirnov2012-05-06
* avutil: add av_parse_cpu_flags() functionMans Rullgard2012-04-25
* avconv: use libavresampleJustin Ruggles2012-04-24
* avconv: fix a segfault on -c copy with -filter_complex.Anton Khirnov2012-04-24
* avconv: fix off by one check in complex_filterLuca Barbato2012-04-22
* ARM: allow runtime masking of CPU featuresMans Rullgard2012-04-22
* Remove lowres video decodingMans Rullgard2012-04-21
* avconv: fix a segfault when default encoder for a format doesn't exist.Anton Khirnov2012-04-21
* avconv: check for an incompatible changing channel layoutJustin Ruggles2012-04-18
* avconv: only set the "channels" option when it exists for the specified input...Justin Ruggles2012-04-16
* avconv: flush decoders immediately after an EOF.Anton Khirnov2012-04-15
* avconv: send EOF to vsrc_buffer.Anton Khirnov2012-04-15
* avconv: reindent.Anton Khirnov2012-04-15
* avconv: add support for complex filtergraphs.Anton Khirnov2012-04-15