aacpsy: correct calculation of minath in psy_3gpp_init
[platform/upstream/libav.git] / avconv_filter.c
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for encoding
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for decoding
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-23 Anton Khirnovavconv: add infrastructure for using hwaccels
2013-11-21 Vittorio Giovaraavconv_filter: add new line after error message
2013-08-05 Anton Khirnovavconv: support -t as an input option.
2013-08-05 Anton Khirnovavconv: make input -ss accurate when transcoding
2013-08-05 Anton Khirnovavconv: distinguish between -ss 0 and -ss not being...
2013-08-05 Anton Khirnovavconv: insert extra filters in the same way for both...
2013-08-05 Anton Khirnovavconv: fix usage of deprecated lavfi API
2013-08-04 Anton Khirnovavconv: improve some variable names
2013-05-10 Luca Barbatoavconv: use current syntax for the scale filter
2013-04-30 Anton Khirnovavconv: make output -ss insert trim/atrim filters.
2013-04-30 Anton Khirnovavconv: make -t insert trim/atrim filters.
2013-04-11 Anton Khirnovavconv: update to the new options syntax.
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-06 Martin Storsjöavconv: Make sure the encoder exists before inspecting...
2013-02-25 Justin Rugglesavconv: remove an unused variable
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2012-12-18 Anton Khirnovcmdutils: add a macro to simplify grow_array() calls.
2012-12-05 Justin Rugglesavconv: deprecate the -vol option
2012-11-28 Justin Rugglesavconv: fix variable shadowing in configure_input_audio...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-09-17 Anton Khirnovavconv: don't pass a bogus parameter to avfilter_graph_...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-08 Anton Khirnovavconv: split configuring filter configuration to a...