summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avconv: prevent invalid reads in transcode_init()Anton Khirnov2012-08-081-4/+6
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-081-8/+7
* avconv: split the code for processing input packets out of transcode()Anton Khirnov2012-08-081-90/+135
* avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov2012-08-081-14/+8
* avconv: get rid of pointless temporary variable.Anton Khirnov2012-08-081-3/+2
* avconv: simplify transcode().Anton Khirnov2012-08-081-19/+21
* avconv: cosmeticsAnton Khirnov2012-08-081-1/+1
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-081-16/+23
* avconv: remove commented out cruft.Anton Khirnov2012-08-081-5/+0
* avconv: maintain sync on lavfi outputs.Anton Khirnov2012-08-081-60/+102
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-081-529/+0
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-081-2147/+16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-11/+11
* rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-051-4/+2
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-4/+4
* avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje2012-07-281-2/+3
* avconv: print an error message when demuxing fails.Anton Khirnov2012-07-171-0/+5
* avconv: propagate fatal errors from lavfi.Anton Khirnov2012-07-091-1/+3
* avconv: use only meaningful timestamps in start time check.Anton Khirnov2012-07-061-4/+5
* avconv: fix the check for -ss as an output option.Anton Khirnov2012-07-061-1/+1
* avconv: fix parsing of -force_key_frames option.Reimar Döffinger2012-07-051-1/+9
* avconv: Set audio filter time base to the sample rateMartin Storsjö2012-07-051-1/+5
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-301-2/+2
* avconv: add an assert to silence an uninitialized variable warning.Anton Khirnov2012-06-261-0/+1
* avconv: shut up an uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
* avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov2012-06-261-1/+0
* avconv: fix -force_key_framesAnton Khirnov2012-06-261-27/+32
* avconv: remove a forgotten debugging printf.Anton Khirnov2012-06-241-1/+0
* avconv: use more descriptive names for hardcoded filters.Anton Khirnov2012-06-241-12/+32
* avconv: remove redundant handling of async.Anton Khirnov2012-06-241-28/+0
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-4/+4
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* avconv: don't try to free threads that were not initialized.Anton Khirnov2012-06-141-1/+1
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-6/+8
* avconv: support only native pthreads.Anton Khirnov2012-06-121-11/+7
* avconv: multithreaded demuxing.Anton Khirnov2012-06-101-2/+155
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-051-142/+0
* avconv: don't use InputStream in the buffer management code.Anton Khirnov2012-06-051-20/+21
* avconv: fix exiting when max frames is reached.Anton Khirnov2012-06-051-1/+1
* avconv: check output stream recording time before each frame returned from fi...Anton Khirnov2012-06-041-2/+2
* avconv: split selecting input file out of transcode().Anton Khirnov2012-06-041-19/+24
* avconv: split checking for active outputs out of transcode().Anton Khirnov2012-06-041-18/+33
OpenPOWER on IntegriCloud