summaryrefslogtreecommitdiffstats
path: root/avplay.c
Commit message (Expand)AuthorAgeFilesLines
* avplay: convert do codecparAnton Khirnov2016-02-241-12/+12
* avplay: do not use AVStream.codec for decodingAnton Khirnov2016-02-241-18/+35
* avplay: drop support for building without lavfiAnton Khirnov2016-02-091-84/+5
* avplay: Allow to override the codecLuca Barbato2016-01-251-2/+59
* avplay: Statically allocate the player stateLuca Barbato2016-01-251-18/+17
* avplay: Rename cur_stream to playerLuca Barbato2016-01-251-53/+53
* avplay: Rename VideoState to PlayerStateLuca Barbato2016-01-251-40/+40
* avplay: Allocate the refresh thread next to the decode threadLuca Barbato2016-01-251-1/+1
* avplay: Move the stream setup in the main threadLuca Barbato2016-01-251-21/+44
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-7/+7
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-4/+0
* avplay: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-41/+25
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-5/+5
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+2
* avplay: Add support for rotated videoMartin Storsjö2015-05-021-0/+19
* avplay: Factorize code for adding filters to the filter pipelineMartin Storsjö2015-05-021-10/+24
* avplay: Do not print a possibly uninitialized valueLuca Barbato2015-04-301-1/+1
* avplay: Free frame and graph when memory allocation failsFederico Tomassetti2015-04-191-2/+8
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-4/+4
* avplay: Check memory allocationFederico Tomassetti2015-03-211-0/+2
* avplay: Check format allocation inside decode_thread()Vittorio Giovara2015-02-171-0/+5
* avplay: Check frame allocation inside video_thread()Vittorio Giovara2015-02-171-0/+3
* avplay: Use av_gettime_relativeMartin Storsjö2014-10-241-12/+12
* avplay: Always free optsLuca Barbato2014-10-171-6/+15
* avplay: Always free find_stream_info optionsLuca Barbato2014-10-171-3/+5
* avplay: Exit by default at the end of playbackDiego Biurrun2014-09-061-3/+3
* 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
OpenPOWER on IntegriCloud