| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: use new options parser. | Anton Khirnov | 2012-12-18 | 1 | -14/+5 |
* | avconv: deprecate the -vol option | Justin Ruggles | 2012-12-05 | 1 | -59/+0 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | avconv: rescale packet duration to muxer time base when flushing encoders | Justin Ruggles | 2012-11-08 | 1 | -0/+2 |
* | avconv: do not free muxed packet on streamcopy. | Anton Khirnov | 2012-11-02 | 1 | -1/+0 |
* | avconv: Drop unused function argument from do_video_stats() | Diego Biurrun | 2012-10-29 | 1 | -3/+2 |
* | avconv: fix bitrate report when writing to /dev/null | Janne Grunau | 2012-10-25 | 1 | -1/+8 |
* | avconv: remove now unneeded calls to avcodec_get_frame_defaults(). | Anton Khirnov | 2012-10-24 | 1 | -4/+0 |
* | Include sys/time.h before sys/resource.h | Mans Rullgard | 2012-10-23 | 1 | -0/+1 |
* | avcodec: handle AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 1 | -19/+17 |
* | De-doxygenize some top-level files | Diego Biurrun | 2012-10-12 | 1 | -9/+6 |
* | avconv: remove -same_quant | Anton Khirnov | 2012-10-09 | 1 | -13/+3 |
* | avconv/avprobe: Add missing 'void' to exit_program() definition | Diego Biurrun | 2012-10-03 | 1 | -1/+1 |
* | Use atexit() instead of defining a custom exit_program() interface. | Diego Elio Pettenò | 2012-10-01 | 1 | -28/+28 |
* | avconv: improve sample format negotiation for decoder request | Justin Ruggles | 2012-10-01 | 1 | -7/+26 |
* | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -2/+2 |
* | avconv: flush filtered frames before reconfiguring filters | Janne Grunau | 2012-09-17 | 1 | -0/+4 |
* | avtools: remove the distinction between func_arg and func2_arg. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
* | avconv: make the -passlogfile option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+3 |
* | avconv: prefer user-forced input framerate when choosing output framerate | Anton Khirnov | 2012-08-26 | 1 | -1/+5 |
* | avconv: make -shortest a per-output file option. | Anton Khirnov | 2012-08-18 | 1 | -7/+8 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | avconv: allow no input files. | Anton Khirnov | 2012-08-08 | 1 | -5/+0 |
* | avconv: prevent invalid reads in transcode_init() | Anton Khirnov | 2012-08-08 | 1 | -4/+6 |
* | avconv: rename OutputStream.is_past_recording_time to finished. | Anton Khirnov | 2012-08-08 | 1 | -8/+7 |
* | avconv: split the code for processing input packets out of transcode() | Anton Khirnov | 2012-08-08 | 1 | -90/+135 |
* | avconv: send EOF to lavfi even if flushing the decoder fails | Anton Khirnov | 2012-08-08 | 1 | -14/+8 |
* | avconv: get rid of pointless temporary variable. | Anton Khirnov | 2012-08-08 | 1 | -3/+2 |
* | avconv: simplify transcode(). | Anton Khirnov | 2012-08-08 | 1 | -19/+21 |
* | avconv: cosmetics | Anton Khirnov | 2012-08-08 | 1 | -1/+1 |
* | avconv: replace no_packet array in transcode() with a var in InputStream | Anton Khirnov | 2012-08-08 | 1 | -16/+23 |
* | avconv: remove commented out cruft. | Anton Khirnov | 2012-08-08 | 1 | -5/+0 |
* | avconv: maintain sync on lavfi outputs. | Anton Khirnov | 2012-08-08 | 1 | -60/+102 |
* | avconv: split configuring filter configuration to a separate file. | Anton Khirnov | 2012-08-08 | 1 | -529/+0 |
* | avconv: split option parsing into a separate file. | Anton Khirnov | 2012-08-08 | 1 | -2147/+16 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -11/+11 |
* | 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 |