]> git.sesse.net Git - ffmpeg/history - avconv_opt.c
AVFrame: deprecate all now unused fields
[ffmpeg] / avconv_opt.c
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-02-28 Martin Storsjöavconv: Apply codec options to streams that are copied...
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2013-01-15 Luca Barbatolavc: set the default rc_initial_buffer_occupancy
2012-12-19 Anton Khirnovcmdutils: pass number of groups to split_commandline().
2012-12-18 Anton Khirnovavconv: pass the actually selected decoder to filter_co...
2012-12-18 Anton Khirnovavconv: use new options parser.
2012-12-18 Anton Khirnovcmdutils: add a macro to simplify grow_array() calls.
2012-11-25 Anton Khirnovavconv: fix copying per-stream metadata.
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-31 Diego Biurrunavconv_opt, cmdutils: Add missing function parameter...
2012-10-23 Anton Khirnovavconv: only apply presets when we have an encoder.
2012-10-16 Anton Khirnovavconv: fix disabling auto mappings with -map_metadata
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-10 Janne Grunauavconv: remove bogus warning when using avconv -h witho...
2012-10-09 Anton Khirnovavconv: remove -same_quant
2012-10-09 Janne Grunauavconv: simplify memory allocation in copy_chapters
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-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovavconv: make the -passlogfile option per-stream.
2012-08-30 Anton Khirnovavconv: make the -pass option per-stream.
2012-08-25 Mans Rullgardavconv: remove unused variable opt_shortest
2012-08-19 Anton Khirnovavconv: mark more options as expert.
2012-08-19 Anton Khirnovavconv: split printing "main options" into global and...
2012-08-19 Anton Khirnovavconv: refactor help printing.
2012-08-19 Anton Khirnovavconv: print info/capabilities options in a separate...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-19 Anton Khirnovcmdutils: change semantics of show_help_options() and...
2012-08-19 Anton Khirnovavtools: move some newlines to show_help_options().
2012-08-19 Anton Khirnovavconv: deprecate -isync.
2012-08-19 Anton Khirnovavconv: reformat the options table.
2012-08-19 Anton Khirnovavconv: get rid of ugly casts in the options table.
2012-08-19 Anton Khirnovavconv: try to match codecs by codec descriptor name...
2012-08-19 Anton Khirnovavtools: fix show_foo() signatures.
2012-08-18 Anton Khirnovavconv: make -shortest a per-output file option.
2012-08-08 Anton Khirnovavconv: split option parsing into a separate file.