| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: remove a write-only variable | Anton Khirnov | 2014-02-24 | 1 | -1/+0 |
* | avconv: Do not divide by zero | Luca Barbato | 2014-02-20 | 1 | -3/+7 |
* | avconv: print a warning when falling back to default 25fps | Anton Khirnov | 2014-01-17 | 1 | -4/+13 |
* | avconv: do not call avcodec_get_frame_defaults() | Anton Khirnov | 2013-12-11 | 1 | -2/+1 |
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | avconv: add infrastructure for using hwaccels | Anton Khirnov | 2013-11-23 | 1 | -0/+73 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -2/+2 |
* | lavc: deprecate FF_DEBUG_MV and remove all traces of its use | Anton Khirnov | 2013-10-31 | 1 | -3/+0 |
* | avconv: stop accessing AVStream.parser | Anton Khirnov | 2013-10-29 | 1 | -1/+8 |
* | avconv: drop a now useless variable | Anton Khirnov | 2013-10-27 | 1 | -2/+0 |
* | avconv: support -t as an input option. | Anton Khirnov | 2013-08-05 | 1 | -0/+11 |
* | avconv: distinguish between -ss 0 and -ss not being used | Anton Khirnov | 2013-08-05 | 1 | -4/+6 |
* | cmdutils: wrap exit explicitly | Luca Barbato | 2013-07-07 | 1 | -31/+31 |
* | avconv: Don't include colorspace.h | Derek Buitenhuis | 2013-06-29 | 1 | -1/+0 |
* | avconv: report the error for codec open failure | Luca Barbato | 2013-06-22 | 1 | -2/+8 |
* | avconv: drop additional strerror fallback | Luca Barbato | 2013-06-22 | 1 | -4/+5 |
* | avconv: check that the output format context exists before accessing it | Anton Khirnov | 2013-06-04 | 1 | -1/+1 |
* | avconv: make -aspect work with streamcopy | Anton Khirnov | 2013-05-27 | 1 | -7/+8 |
* | avconv: remove -deinterlace | Anton Khirnov | 2013-05-07 | 1 | -44/+0 |
* | avconv: do not send non-monotonous DTS to the muxers. | Anton Khirnov | 2013-05-03 | 1 | -0/+19 |
* | avconv: improve -re implementation | Anton Khirnov | 2013-05-03 | 1 | -17/+11 |
* | avconv: make output -ss insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -5/+0 |
* | avconv: make -t insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -5/+1 |
* | lavfi: change the filter registering system to match the other libraries | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | avconv: add options for reading filtergraphs from a file. | Anton Khirnov | 2013-03-28 | 1 | -0/+1 |
* | avconv: convert to new refcounted AVFrame API | Anton Khirnov | 2013-03-08 | 1 | -62/+68 |
* | lavc: Deprecate the deinterlace functions in libavcodec | Ronald S. Bultje | 2013-03-07 | 1 | -0/+4 |
* | avconv: Apply codec options to streams that are copied as well | Martin Storsjö | 2013-02-28 | 1 | -0/+2 |
* | avconv: pass libavresample options to AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+1 |
* | avconv: Increase the SDP buffer size to fit xiph SDPs | Martin Storsjö | 2013-01-20 | 1 | -1/+1 |
* | 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 |