OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / avconv_opt.c
2015-02-17 Vittorio Giovaraavconv: Check rc_override memory allocation
2014-12-18 Vittorio Giovaracheck memory errors from av_strdup()
2014-12-14 Julien Ramseieravconv: Use the mpeg12 private option scan_offset
2014-08-27 Anton Khirnovavconv: fix parsing the AVOptions for -target
2014-08-27 Anton Khirnovavconv: fix the muxrate values for -target
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-28 Bernhard Übelackervideo4linux2: Avoid a floating point exception
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
2014-05-11 Anton Khirnovavconv: Support VDA hwaccel
2014-05-03 Anton Khirnovavconv: rename OutputStream.opts to OutputStream.encode...
2014-05-03 Anton Khirnovavconv: rename InputStream.opts to InputStream.decoder_opts
2014-04-28 Anton Khirnovconfigure: rework dxva in avconv handling
2014-04-28 Hendrik Leppkesavconv: add support for DXVA2 decoding
2014-03-30 Timothy Guavconv_opt: fix avio_open2() return code check
2014-02-24 Anton Khirnovavconv: support forcing codec tags for input streams
2013-12-03 Anton Khirnovavconv: initialize hwaccel_pix_fmt
2013-11-23 Anton Khirnovavconv: add support for VDPAU decoding
2013-11-23 Anton Khirnovavconv: add infrastructure for using hwaccels
2013-10-22 Luca Barbatoavplay: Accept cpuflags option
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-07-31 Vittorio Giovaraavconv: add -n option to immediately exit when output...
2013-07-31 Martin Storsjöavconv: Call exit_program instead of exit in avconv_opt...
2013-05-27 Anton Khirnovavconv: make -aspect work with streamcopy
2013-05-07 Anton Khirnovavconv: remove -deinterlace
2013-05-03 Anton Khirnovavconv: do not send non-monotonous DTS to the muxers.
2013-04-30 Anton Khirnovavconv_opt: allocate an OutputFile before the streams.
2013-04-11 Anton Khirnovavconv: print filter options in -h full output.
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-28 Anton Khirnovavconv: add options for reading filtergraphs from a...
2013-03-15 Anton Khirnovavconv: mark attachment streams as immediately finished
2013-03-08 Anton Khirnovavconv: do not silently ignore unused codec AVOptions.
2013-03-08 Anton Khirnovavconv: fix a typo
2013-03-08 Anton Khirnovavconv: use a local variable for InputFile in open_inpu...
2013-03-08 Anton Khirnovavconv: use a local variable for OutputFile in open_out...
2013-03-08 Anton Khirnovavconv: print an error on applying options of the wrong...
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.