summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
...
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-28
* avconv: convert to new refcounted AVFrame APIAnton Khirnov2013-03-08
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-28
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-23
* avconv: Increase the SDP buffer size to fit xiph SDPsMartin Storsjö2013-01-20
* avconv: use new options parser.Anton Khirnov2012-12-18
* avconv: deprecate the -vol optionJustin Ruggles2012-12-05
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avconv: rescale packet duration to muxer time base when flushing encodersJustin Ruggles2012-11-08
* avconv: do not free muxed packet on streamcopy.Anton Khirnov2012-11-02
* avconv: Drop unused function argument from do_video_stats()Diego Biurrun2012-10-29
* avconv: fix bitrate report when writing to /dev/nullJanne Grunau2012-10-25
* avconv: remove now unneeded calls to avcodec_get_frame_defaults().Anton Khirnov2012-10-24
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-23
* avcodec: handle AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* De-doxygenize some top-level filesDiego Biurrun2012-10-12
* avconv: remove -same_quantAnton Khirnov2012-10-09
* avconv/avprobe: Add missing 'void' to exit_program() definitionDiego Biurrun2012-10-03
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* avconv: improve sample format negotiation for decoder requestJustin Ruggles2012-10-01
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* avconv: flush filtered frames before reconfiguring filtersJanne Grunau2012-09-17
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-30
* avconv: prefer user-forced input framerate when choosing output framerateAnton Khirnov2012-08-26
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-18
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-13
* avconv: allow no input files.Anton Khirnov2012-08-08
* avconv: prevent invalid reads in transcode_init()Anton Khirnov2012-08-08
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-08
* avconv: split the code for processing input packets out of transcode()Anton Khirnov2012-08-08
* avconv: send EOF to lavfi even if flushing the decoder failsAnton Khirnov2012-08-08
* avconv: get rid of pointless temporary variable.Anton Khirnov2012-08-08
* avconv: simplify transcode().Anton Khirnov2012-08-08
* avconv: cosmeticsAnton Khirnov2012-08-08
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-08
* avconv: remove commented out cruft.Anton Khirnov2012-08-08
* avconv: maintain sync on lavfi outputs.Anton Khirnov2012-08-08
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-08
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-05
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* avprobe/avconv: fix tentative declaration compile errors on MSVS.Ronald S. Bultje2012-07-28
* avconv: print an error message when demuxing fails.Anton Khirnov2012-07-17
* avconv: propagate fatal errors from lavfi.Anton Khirnov2012-07-09
* avconv: use only meaningful timestamps in start time check.Anton Khirnov2012-07-06