summaryrefslogtreecommitdiff
path: root/avplay.c
Commit message (Expand)AuthorAge
* avplay: Use av_gettime_relativeMartin Storsjö2014-10-24
* avplay: Always free optsLuca Barbato2014-10-17
* avplay: Always free find_stream_info optionsLuca Barbato2014-10-17
* avplay: Exit by default at the end of playbackDiego Biurrun2014-09-06
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* avplay: Handle pixel aspect ratio properlyMartin Storsjö2014-07-08
* avplay: add support for seeking to chapter marksAnton Khirnov2014-02-10
* avplay: do not call avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* avplay: drop -vismv option which does not do anything anymoreAnton Khirnov2013-10-31
* miscellaneous typo fixesDiego Biurrun2013-07-25
* avplay: remove a warningLuca Barbato2013-04-27
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avplay: remove the -debug option.Anton Khirnov2013-03-19
* avplay: enable only when SDL 1.2 is foundVittorio Giovara2013-03-09
* avplay: switch to new refcounted frames APIAnton Khirnov2013-03-08
* avplay: apply the stream sample_aspect_ratio to decoded video framesVladimir Pantelic2013-02-09
* avplay: Do not use removed av_get_int()Anton Khirnov2012-11-29
* avplay: support mid-stream sample rate changesJustin Ruggles2012-10-13
* avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles2012-10-13
* De-doxygenize some top-level filesDiego Biurrun2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* avplay: get rid of ugly casts in the options tableAnton Khirnov2012-09-11
* avplay: fix prototypes for option callbacks.Anton Khirnov2012-09-11
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-19
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-19
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-19
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-19
* avplay: fix build with lavfi disabled.Konstantin Pavlov2012-08-08
* lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov2012-07-22
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* avplay: update input filter pointer when the filtergraph is reset.Anton Khirnov2012-07-05
* avplay: Add an option for not limiting the input buffer sizeMartin Storsjö2012-07-04
* avplay: fix write on freed memory for rawvideoLuca Barbato2012-07-03
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-30
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* avplay: use buffersrc instead of custom input filter.Anton Khirnov2012-06-05
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09
* avplay: properly close/reopen AVAudioResampleContext on channel layout changeJustin Ruggles2012-05-07
* avplay: use libavresample for sample format conversion and channel mixingJustin Ruggles2012-05-01
* Remove lowres video decodingMans Rullgard2012-04-21
* avplay: update get_buffer to be inline with avconvLuca Barbato2012-04-16