OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / avprobe.c
2015-02-14 Diego BiurrunDon't anonymously typedef structs
2014-12-18 Vittorio Giovaracheck memory errors from av_strdup()
2014-10-17 Luca Barbatoavprobe: Remove a pointless check
2014-10-08 Vittorio Giovaraavprobe: print color properties for show_streams
2013-07-07 Luca Barbatocmdutils: wrap exit explicitly
2013-07-07 Luca Barbatoavprobe: rename the prettyprint structures
2013-04-11 Anton Khirnovavtools: move media_type_string() from avprobe to cmdutils.
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-01-04 Anton Khirnovavprobe: also output dar/par if only defined in stream
2012-12-02 Janne Grunauavprobe: report per stream bit rate if set by the decoder
2012-10-12 Anton Khirnovtools: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-03 Diego Biurrunavconv/avprobe: Add missing 'void' to exit_program...
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-27 Martin Storsjöavprobe: Get rid of ugly casts in the options table
2012-08-19 Anton Khirnovavconv: split printing "main options" into global and...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-19 Anton Khirnovavtools: move some newlines to show_help_options().
2012-08-19 Anton Khirnovavtools: fix show_foo() signatures.
2012-08-18 Mans Rullgardavprobe: add const to AVCodec pointer
2012-08-13 Martin Storsjöavprobe: Include libm.h for the log2 fallback
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-28 Ronald S. Bultjeavprobe/avconv: fix tentative declaration compile error...
2012-06-05 Alex Converseavprobe: Identify codec probe failures rather than...
2012-05-29 Luca Barbatoavprobe: correctly set the default formatter
2012-05-29 Luca Barbatoavprobe: move formatter functions in the context
2012-05-26 Anton Khirnovavprobe: restore pseudo-INI old style format for compat...
2012-05-26 Anton Khirnovavprobe: fix formatting.
2012-05-25 Christian Schmidtavprobe: display the codec profile in show_stream()
2012-05-25 Luca Barbatoavprobe: fix function prototype
2012-05-25 Luca Barbatoavprobe: provide JSON output
2012-05-25 Luca Barbatoavprobe: output proper INI format
2012-05-25 Luca Barbatoavprobe: improve formatting
2012-05-16 Anton Khirnovavprobe: don't print format entry name when only one...
2012-05-14 Janne Grunauavprobe: free options at the end of main()
2012-05-14 Janne Grunauavprobe: close opened codecs after use
2012-05-07 Ronald S. Bultjeavprobe: allow showing only one container/stream property.
2012-02-21 Alex ConverseMark mutable static data const where appropriate.
2012-01-18 Gaurav Narulaavprobe, cmdutils: K&R formatting cosmetics
2012-01-12 Anton Khirnovavprobe: use avio_size() instead of deprecated AVFormat...
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
2011-08-26 Diego BiurrunReplace deprecated av_find_stream_info() by avformat_fi...
2011-08-09 Anton KhirnovRename ffprobe to avprobe.