summaryrefslogtreecommitdiffstats
path: root/avplay.c
Commit message (Expand)AuthorAgeFilesLines
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-2/+2
* avplay: get rid of ugly casts in the options tableAnton Khirnov2012-09-111-28/+28
* avplay: fix prototypes for option callbacks.Anton Khirnov2012-09-111-20/+20
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-191-2/+2
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-5/+1
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-191-4/+2
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-2/+2
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-2/+4
* avplay: fix build with lavfi disabled.Konstantin Pavlov2012-08-081-0/+2
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-221-9/+3
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-081-2/+0
* avplay: update input filter pointer when the filtergraph is reset.Anton Khirnov2012-07-051-0/+1
* avplay: Add an option for not limiting the input buffer sizeMartin Storsjö2012-07-041-2/+5
* avplay: fix write on freed memory for rawvideoLuca Barbato2012-07-031-2/+4
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-301-1/+1
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-2/+2
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-3/+3
* avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-051-221/+76
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-091-8/+21
* avplay: properly close/reopen AVAudioResampleContext on channel layout changeJustin Ruggles2012-05-071-1/+3
* avplay: use libavresample for sample format conversion and channel mixingJustin Ruggles2012-05-011-38/+86
* Remove lowres video decodingMans Rullgard2012-04-211-5/+1
* avplay: update get_buffer to be inline with avconvLuca Barbato2012-04-161-0/+4
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-151-1/+2
* avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2012-04-141-2/+2
* avplay: Don't free video filters string until the end of decoding.Alex Converse2012-04-111-1/+1
* avplay: Don't try to scale timestamps if the tb isn't setMartin Storsjö2012-04-061-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* avplay: remove an unused variable.Anton Khirnov2012-02-291-1/+0
* avplay: fix -threads optionJanne Grunau2012-02-211-12/+0
* avplay: reset decoder flush state when seekingJustin Ruggles2012-02-061-1/+3
* avplay: use the correct array size for stride.Anton Khirnov2012-01-281-1/+1
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-251-3/+3
* avplay: remove the -er option.Anton Khirnov2012-01-241-3/+0
* threads: change the default for threads back to 1Janne Grunau2012-01-211-0/+2
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-3/+3
* Fix a bunch of platform name and other typos.Diego Biurrun2012-01-111-1/+1
* avplay: Don't call avio_set_interrupt_cb(NULL)Martin Storsjö2012-01-041-1/+0
* avplay: K&R cleanupAneesh Dogra2012-01-011-271/+275
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* lavfi: add avfilter_copy_frame_props()Stefano Sabatini2011-12-251-2/+2
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-1/+1
* avplay: clear pkt_temp when pkt is freed.Michael Niedermayer2011-12-191-0/+1
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-1/+0
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-2/+1
* avplay: don't request a stereo downmixJustin Ruggles2011-12-111-9/+0
* avplay: use avcodec_decode_audio4()Justin Ruggles2011-12-041-16/+27
* avplay: use a separate buffer for playing silenceJustin Ruggles2011-12-041-3/+3
* avplay: Set the new interrupt callbackMartin Storsjö2011-11-181-2/+3
* avplay: reset rdft when closing stream.Justin Ruggles2011-11-081-0/+2
OpenPOWER on IntegriCloud