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-07-25avutil/frame: access avframe fields directly in get_frame_defaults()James Almer
2016-06-05avutil/frame: Assert that width/height/channels is 0 for the destination of a...Michael Niedermayer
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-17Merge commit '89923e418b494e337683442ab896d754bc07341a'Derek Buitenhuis
2016-02-14lavu: add a framework for handling hwaccel framesAnton Khirnov
2016-02-13avutil/frame: Free destination qp_table_buf in frame_copy_props()Michael Niedermayer
2016-02-01avutil: Add GOP timecode frame side dataDerek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-22Add missing conversions from side data enum to nameNeil Birkbeck
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-12-08lavu/frame: use AVPALETTE_SIZE instead of 1024Clément Bœsch
2015-10-03Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-05lavu/frame: put frame QP elements under a new version guardHendrik Leppkes
2015-09-05Merge commit '8f12ef9860d0e164e4647fd5d5cebdb3cfb34a79'Hendrik Leppkes
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2015-07-13avutil/frame: fix crash with av_frame_unref(NULL)Michael Niedermayer
2015-03-25avutil: make AVFrameSideData buffers ref-counted.Ronald S. Bultje
2015-03-25lavu/frame: move av_frame_copy_props() up in the file.Ronald S. Bultje
2014-12-19Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer
2014-12-19lavu: Refactor side data wipingLuca Barbato
2014-12-15lavu/frame: fix malloc error path in av_frame_copy_props()wm4
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-08-18avcodec: export motion vectors in frame side data on demandClément Bœsch
2014-08-14frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun
2014-08-11Remove panscan information in av_frame_copy_props() if resolution changes.Carl Eugen Hoyos
2014-08-10Merge commit '472f9ed312ec784f7c72876b77163f4741880d05'Michael Niedermayer
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-07-30avutil/frame: add av_frame_side_data_name()Michael Niedermayer
2014-06-18Merge commit '44671b57866aab8dd36715ff010e985e25baaf19'Michael Niedermayer
2014-06-18AVFrame: factor out freeing the side dataRoman Savchenko
2014-06-01Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'Michael Niedermayer
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-31avutil/frame: frame_copy_video: support copying from a smaller to a larger frameMichael Niedermayer
2014-05-29Merge commit 'a53551cba86bb67efcb6105fdc337a36c43132bd'Michael Niedermayer
2014-05-29frame: fix the error path in av_frame_copy_props()Roman Savchenko
2014-04-15avutil/frame: use av_malloc(z)_array()Michael Niedermayer
2014-03-24Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5'Michael Niedermayer
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-02-24avutil/frame_copy_audio: also check that channels matchMichael Niedermayer
2014-02-24Merge commit '1155fd02ae7bac215acab316e847c6bb25f74fc3'Michael Niedermayer
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2013-12-28avutil/frame: increase padding for framesMichael Niedermayer
2013-12-09Merge commit 'df7aba52b51007db50410abe15fe28391abd8757'Michael Niedermayer
2013-12-09Merge commit 'c342132fa8a29692e28c98238e3a31da5c407e42'Michael Niedermayer
2013-12-09frame: cosmetics, reindentAnton Khirnov
2013-12-09frame: copy flags in av_frame_copy_props()Anton Khirnov
2013-11-27get_audio_buffer: fix usage where channels are not set but layout isMichael Niedermayer
2013-10-28Merge commit '529a9893d769f381b72785c500662be2020da5fe'Michael Niedermayer