Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-05-07avplay: properly close/reopen AVAudioResampleContext on channel layout changeJustin Ruggles
2012-05-01avplay: use libavresample for sample format conversion and channel mixingJustin Ruggles
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-17avplay: update get_buffer to be inline with avconvLuca Barbato
2012-04-15avconv: get output pixel format from lavfi.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-11avplay: Don't free video filters string until the end of decoding.Alex Converse
2012-04-06avplay: Don't try to scale timestamps if the tb isn't setMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-29avplay: remove an unused variable.Anton Khirnov
2012-02-21avplay: fix -threads optionJanne Grunau
2012-02-06avplay: reset decoder flush state when seekingJustin Ruggles
2012-01-28avplay: use the correct array size for stride.Anton Khirnov
2012-01-25Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun
2012-01-24avplay: remove the -er option.Anton Khirnov
2012-01-21threads: change the default for threads back to 1Janne Grunau
2012-01-19cosmetics: Rename ffsink to avsink.Diego Biurrun
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-04avplay: Don't call avio_set_interrupt_cb(NULL)Martin Storsjö
2012-01-01avplay: K&R cleanupAneesh Dogra
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-25lavfi: add avfilter_copy_frame_props()Stefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-19avplay: clear pkt_temp when pkt is freed.Michael Niedermayer
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-12Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov
2011-12-11avplay: don't request a stereo downmixJustin Ruggles
2011-12-05avplay: use avcodec_decode_audio4()Justin Ruggles
2011-12-05avplay: use a separate buffer for playing silenceJustin Ruggles
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-18macosx: use the default surface on newer sdlLuca Barbato
2011-10-13avplay: free the active audio packet at exit.Justin Ruggles
2011-10-13avplay: 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