| Commit message (Expand) | Author | Age | Files | Lines |
* | rational: add av_inv_q() returning the inverse of an AVRational | Mans Rullgard | 2012-08-05 | 1 | -4/+2 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -4/+4 |
* | avprobe/avconv: fix tentative declaration compile errors on MSVS. | Ronald S. Bultje | 2012-07-28 | 1 | -2/+3 |
* | avconv: print an error message when demuxing fails. | Anton Khirnov | 2012-07-17 | 1 | -0/+5 |
* | avconv: propagate fatal errors from lavfi. | Anton Khirnov | 2012-07-09 | 1 | -1/+3 |
* | avconv: use only meaningful timestamps in start time check. | Anton Khirnov | 2012-07-06 | 1 | -4/+5 |
* | avconv: fix the check for -ss as an output option. | Anton Khirnov | 2012-07-06 | 1 | -1/+1 |
* | avconv: fix parsing of -force_key_frames option. | Reimar Döffinger | 2012-07-05 | 1 | -1/+9 |
* | avconv: Set audio filter time base to the sample rate | Martin Storsjö | 2012-07-05 | 1 | -1/+5 |
* | cmdutils: Pass the actual chosen encoder to filter_codec_opts | Martin Storsjö | 2012-06-30 | 1 | -2/+2 |
* | avconv: add an assert to silence an uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -0/+1 |
* | avconv: shut up an uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
* | avconv: don't include vsrc_buffer.h, which doesn't exist anymore | Anton Khirnov | 2012-06-26 | 1 | -1/+0 |
* | avconv: fix -force_key_frames | Anton Khirnov | 2012-06-26 | 1 | -27/+32 |
* | avconv: remove a forgotten debugging printf. | Anton Khirnov | 2012-06-24 | 1 | -1/+0 |
* | avconv: use more descriptive names for hardcoded filters. | Anton Khirnov | 2012-06-24 | 1 | -12/+32 |
* | avconv: remove redundant handling of async. | Anton Khirnov | 2012-06-24 | 1 | -28/+0 |
* | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 1 | -4/+4 |
* | Remove unnecessary inclusions of [sys/]time.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | avconv: don't try to free threads that were not initialized. | Anton Khirnov | 2012-06-14 | 1 | -1/+1 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -6/+8 |
* | avconv: support only native pthreads. | Anton Khirnov | 2012-06-12 | 1 | -11/+7 |
* | avconv: multithreaded demuxing. | Anton Khirnov | 2012-06-10 | 1 | -2/+155 |
* | avtools: move buffer management code from avconv to cmdutils. | Anton Khirnov | 2012-06-05 | 1 | -142/+0 |
* | avconv: don't use InputStream in the buffer management code. | Anton Khirnov | 2012-06-05 | 1 | -20/+21 |
* | avconv: fix exiting when max frames is reached. | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | avconv: check output stream recording time before each frame returned from fi... | Anton Khirnov | 2012-06-04 | 1 | -2/+2 |
* | avconv: split selecting input file out of transcode(). | Anton Khirnov | 2012-06-04 | 1 | -19/+24 |
* | avconv: split checking for active outputs out of transcode(). | Anton Khirnov | 2012-06-04 | 1 | -18/+33 |
* | avconv: extend -r to work on any input stream. | Anton Khirnov | 2012-05-29 | 1 | -4/+42 |
* | avconv: don't print filters inserted by avconv in stream mappings. | Anton Khirnov | 2012-05-29 | 1 | -10/+33 |
* | avconv: merge configuration code for complex and simple filters | Anton Khirnov | 2012-05-29 | 1 | -258/+85 |
* | avconv: split configuring input filters out of configure_complex_filter | Anton Khirnov | 2012-05-29 | 1 | -37/+61 |
* | avconv: Display the error returned by avformat_write_header | Martin Storsjö | 2012-05-26 | 1 | -2/+6 |
* | avconv: rename transcode_audio/video to decode_audio/video. | Anton Khirnov | 2012-05-22 | 1 | -4/+4 |
* | avconv: reindent | Anton Khirnov | 2012-05-18 | 1 | -66/+66 |
* | avconv: replace -vsync cfr code with the fps filter. | Anton Khirnov | 2012-05-18 | 1 | -93/+57 |
* | avconv: add support for audio in complex filtergraphs. | Anton Khirnov | 2012-05-18 | 1 | -13/+133 |
* | avconv: fix behavior with -ss as an output option. | Anton Khirnov | 2012-05-17 | 1 | -2/+4 |
* | avconv: automatically insert asyncts when -async is used. | Anton Khirnov | 2012-05-14 | 1 | -0/+27 |
* | avconv: add support for audio filters. | Anton Khirnov | 2012-05-14 | 1 | -478/+328 |
* | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 1 | -2/+1 |
* | avconv: use lrint() for rounding double timestamps | Mans Rullgard | 2012-05-10 | 1 | -2/+2 |
* | lavc: pad last audio frame with silence when needed. | Anton Khirnov | 2012-05-09 | 1 | -8/+0 |
* | lavfi: add video buffer sink, and use it in avtools | Anton Khirnov | 2012-05-09 | 1 | -30/+74 |
* | avconv: remove stray useless comment. | Anton Khirnov | 2012-05-06 | 1 | -1/+0 |
* | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 1 | -55/+4 |
* | avconv: use libavresample | Justin Ruggles | 2012-04-24 | 1 | -71/+64 |
* | avconv: fix a segfault on -c copy with -filter_complex. | Anton Khirnov | 2012-04-24 | 1 | -1/+12 |
* | avconv: fix off by one check in complex_filter | Luca Barbato | 2012-04-22 | 1 | -1/+1 |