aboutsummaryrefslogtreecommitdiff
path: root/avplay.c
AgeCommit message (Expand)Author
2011-11-18avplay: Set the new interrupt callbackMartin Storsjö
2011-11-08avplay: reset rdft when closing stream.Justin Ruggles
2011-11-06Call avformat_network_init/deinit in the programsMartin Storsjö
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-22avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS XMarton Balint
2011-10-17macosx: use the default surface on newer sdlLuca Barbato
2011-10-12avplay: free the active audio packet at exit.Justin Ruggles
2011-10-12avplay: free rdft data used for spectrogram analysis.Justin Ruggles
2011-10-12cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov
2011-09-26avtools: parse loglevel before all the other options.Anton Khirnov
2011-09-22avplay: flush audio decoder with empty packets at EOF if the decoder hasJustin Ruggles
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
2011-08-15avtools: reinitialise filter chain when input video stream changes dimensionsKostya
2011-08-12cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov
2011-08-09Rename ffplay to avplay.Anton Khirnov