summaryrefslogtreecommitdiff
path: root/avplay.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* avplay: Handle pixel aspect ratio properlyMartin Storsjö2014-07-081-0/+2
* avplay: add support for seeking to chapter marksAnton Khirnov2014-02-101-0/+33
* avplay: do not call avcodec_get_frame_defaults().Anton Khirnov2013-12-111-2/+1
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-111-1/+1
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* avplay: drop -vismv option which does not do anything anymoreAnton Khirnov2013-10-311-9/+0
* miscellaneous typo fixesDiego Biurrun2013-07-251-1/+2
* avplay: remove a warningLuca Barbato2013-04-271-1/+1
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-3/+0
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+0
* avplay: remove the -debug option.Anton Khirnov2013-03-191-10/+0
* avplay: enable only when SDL 1.2 is foundVittorio Giovara2013-03-091-2/+0
* avplay: switch to new refcounted frames APIAnton Khirnov2013-03-081-57/+19
* avplay: apply the stream sample_aspect_ratio to decoded video framesVladimir Pantelic2013-02-091-0/+3
* avplay: Do not use removed av_get_int()Anton Khirnov2012-11-291-3/+3
* avplay: support mid-stream sample rate changesJustin Ruggles2012-10-131-14/+21
* avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles2012-10-131-10/+10
* De-doxygenize some top-level filesDiego Biurrun2012-10-121-17/+13
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-2/+2
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-5/+0
* 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