]> git.sesse.net Git - ffmpeg/history - avplay.c
cljr: add missing return statement in decode_end()
[ffmpeg] / avplay.c
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.