]> git.sesse.net Git - ffmpeg/history - avplay.c
rawdec: Set start_time to 0 for raw audio files.
[ffmpeg] / avplay.c
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.