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
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-11-10hwaccel: Simplify ff_find_hwaccelLuca Barbato
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-10-31lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-08lavc: limit maximum number of channels to 63Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-06avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun
2012-12-05lavc: don't reuse audio buffersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-13avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato
2012-11-01lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decodersJustin Ruggles
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-09lavc: pad last audio frame with silence when needed.Anton Khirnov
2012-02-21avcodec: add ff_samples_to_time_base() convenience function to internal.hJustin Ruggles
2012-02-02ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles
2012-01-16avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles
2012-01-13utils: Check for extradata size overflows.Alex Converse
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-05avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö
2011-10-20lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov
2011-07-10lavc: add support for codec-specific defaults.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-18Factorize some code into the new function ff_toupper4().Francesco Lavra
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-10Doxy for ff_match_2uint16().Michael Niedermayer
2010-01-10Fix implicit declaration warning.Michael Niedermayer
2009-06-29Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-02-26Add missing prototype for ff_is_hwaccel_pix_fmt().Gwenole Beauchesne
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-16Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet
2008-12-09Make av_log_missing_feature an internal function, and change its nameStefano Sabatini
2006-10-12Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-03-30- Add new file internal.h for common internal-use-only functions.Corey Hickey