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
2016-06-21Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-24avplay: convert do codecparAnton Khirnov
2016-02-24avplay: do not use AVStream.codec for decodingAnton Khirnov
2016-02-09avplay: drop support for building without lavfiAnton Khirnov
2016-01-25avplay: Allow to override the codecLuca Barbato
2016-01-25avplay: Statically allocate the player stateLuca Barbato
2016-01-25avplay: Rename cur_stream to playerLuca Barbato
2016-01-25avplay: Rename VideoState to PlayerStateLuca Barbato
2016-01-25avplay: Allocate the refresh thread next to the decode threadLuca Barbato
2016-01-25avplay: Move the stream setup in the main threadLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avformat: Always return ref-counted AVPacketLuca Barbato
2015-10-21avplay: Replace avpicture functions with imgutilsVittorio Giovara
2015-10-21lavc: Add data and linesize to AVSubtitleRectVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-02avplay: Add support for rotated videoMartin Storsjö
2015-05-02avplay: Factorize code for adding filters to the filter pipelineMartin Storsjö
2015-04-30avplay: Do not print a possibly uninitialized valueLuca Barbato
2015-04-20avplay: Free frame and graph when memory allocation failsFederico Tomassetti
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-22avplay: Check memory allocationFederico Tomassetti
2015-02-17avplay: Check format allocation inside decode_thread()Vittorio Giovara
2015-02-17avplay: Check frame allocation inside video_thread()Vittorio Giovara
2014-10-24avplay: Use av_gettime_relativeMartin Storsjö
2014-10-17avplay: Always free optsLuca Barbato
2014-10-17avplay: Always free find_stream_info optionsLuca Barbato
2014-09-06avplay: Exit by default at the end of playbackDiego Biurrun
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-08avplay: Handle pixel aspect ratio properlyMartin Storsjö
2014-02-10avplay: add support for seeking to chapter marksAnton Khirnov
2013-12-11avplay: do not call avcodec_get_frame_defaults().Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-31avplay: drop -vismv option which does not do anything anymoreAnton Khirnov
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-04-27avplay: remove a warningLuca Barbato
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-19avplay: remove the -debug option.Anton Khirnov
2013-03-09avplay: enable only when SDL 1.2 is foundVittorio Giovara
2013-03-08avplay: switch to new refcounted frames APIAnton Khirnov
2013-02-09avplay: apply the stream sample_aspect_ratio to decoded video framesVladimir Pantelic
2012-11-29avplay: Do not use removed av_get_int()Anton Khirnov
2012-10-13avplay: support mid-stream sample rate changesJustin Ruggles
2012-10-13avplay: use audio parameters from the decoded frame instead of AVCodecContextJustin Ruggles
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov