OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / avplay.c
2015-02-17 Vittorio Giovaraavplay: Check format allocation inside decode_thread()
2015-02-17 Vittorio Giovaraavplay: Check frame allocation inside video_thread()
2014-10-24 Martin Storsjöavplay: Use av_gettime_relative
2014-10-17 Luca Barbatoavplay: Always free opts
2014-10-17 Luca Barbatoavplay: Always free find_stream_info options
2014-09-06 Diego Biurrunavplay: Exit by default at the end of playback
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-08 Martin Storsjöavplay: Handle pixel aspect ratio properly
2014-02-10 Anton Khirnovavplay: add support for seeking to chapter marks
2013-12-11 Anton Khirnovavplay: do not call avcodec_get_frame_defaults().
2013-12-11 Anton KhirnovReplace all uses of avcodec_free_frame with av_frame_fr...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-31 Anton Khirnovavplay: drop -vismv option which does not do anything...
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-04-27 Luca Barbatoavplay: remove a warning
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-19 Anton Khirnovavplay: remove the -debug option.
2013-03-09 Vittorio Giovaraavplay: enable only when SDL 1.2 is found
2013-03-08 Anton Khirnovavplay: switch to new refcounted frames API
2013-02-09 Vladimir Pantelicavplay: apply the stream sample_aspect_ratio to decoded...
2012-11-29 Anton Khirnovavplay: Do not use removed av_get_int()
2012-10-13 Justin Rugglesavplay: support mid-stream sample rate changes
2012-10-13 Justin Rugglesavplay: use audio parameters from the decoded frame...
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-09-24 Anton KhirnovUse avcodec_free_frame() to free AVFrames.
2012-09-11 Anton Khirnovavplay: get rid of ugly casts in the options table
2012-09-11 Anton Khirnovavplay: fix prototypes for option callbacks.
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 Khirnovcmdutils: change semantics of show_help_options() and...
2012-08-19 Anton Khirnovavtools: move some newlines to show_help_options().
2012-08-19 Anton Khirnovavtools: fix show_foo() signatures.
2012-08-08 Konstantin Pavlovavplay: fix build with lavfi disabled.
2012-07-22 Anton Khirnovlavfi: use avfilter_unref_bufferp() where appropriate.
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-07-05 Anton Khirnovavplay: update input filter pointer when the filtergrap...
2012-07-04 Martin Storsjöavplay: Add an option for not limiting the input buffer...
2012-07-03 Luca Barbatoavplay: fix write on freed memory for rawvideo
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-22 Mans RullgardReplace usleep() calls with av_usleep()
2012-06-14 Diego BiurrunAvoid C99 variable declarations within for statements.
2012-06-05 Anton Khirnovavplay: use buffersrc instead of custom input filter.
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-05-07 Justin Rugglesavplay: properly close/reopen AVAudioResampleContext...
2012-05-01 Justin Rugglesavplay: use libavresample for sample format conversion...
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-16 Luca Barbatoavplay: update get_buffer to be inline with avconv
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-11 Alex Converseavplay: Don't free video filters string until the end...
2012-04-06 Martin Storsjöavplay: Don't try to scale timestamps if the tb isn...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-02-29 Anton Khirnovavplay: remove an unused variable.
2012-02-21 Janne Grunauavplay: fix -threads option
2012-02-06 Justin Rugglesavplay: reset decoder flush state when seeking
2012-01-28 Anton Khirnovavplay: use the correct array size for stride.
2012-01-25 Diego BiurrunDrop unnecessary prefix from *sink* variable and struct...
2012-01-24 Anton Khirnovavplay: remove the -er option.
2012-01-21 Janne Grunauthreads: change the default for threads back to 1
2012-01-18 Diego Biurruncosmetics: Rename ffsink to avsink.
2012-01-11 Diego BiurrunFix a bunch of platform name and other typos.
2012-01-04 Martin Storsjöavplay: Don't call avio_set_interrupt_cb(NULL)
2012-01-01 Aneesh Dograavplay: K&R cleanup
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-19 Michael Niedermayeravplay: clear pkt_temp when pkt is freed.
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-12 Anton KhirnovReplace all uses of av_close_input_file() with avformat...
2011-12-11 Justin Rugglesavplay: don't request a stereo downmix
2011-12-04 Justin Rugglesavplay: use avcodec_decode_audio4()
2011-12-04 Justin Rugglesavplay: use a separate buffer for playing silence
2011-11-18 Martin Storsjöavplay: Set the new interrupt callback
2011-11-08 Justin Rugglesavplay: reset rdft when closing stream.
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-10-21 Marton Balintavplay: fix fullscreen behaviour with SDL 1.2.14 on...
2011-10-18 Luca Barbatomacosx: use the default surface on newer sdl
2011-10-12 Justin Rugglesavplay: free the active audio packet at exit.
2011-10-12 Justin Rugglesavplay: free rdft data used for spectrogram analysis.
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-22 Justin Rugglesavplay: flush audio decoder with empty packets at EOF...
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-15 Kostyaavtools: reinitialise filter chain when input video...
2011-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-08-09 Anton KhirnovRename ffplay to avplay.