]> git.sesse.net Git - ffmpeg/history - avplay.c
Remove lowres video decoding
[ffmpeg] / avplay.c
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.