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-06lavc: do not leak the internal frame if opening the codec failsAnton Khirnov
2014-01-06lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: deprecate avcodec_free_frame()Anton Khirnov
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-12-09lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov
2013-12-09lavc: remove a pointless check in decode_audio4()Anton Khirnov
2013-12-09lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov
2013-12-09lavc: remove the extended_data workarounds.Anton Khirnov
2013-11-16lavc: deprecate avcodec_alloc_frame().Anton Khirnov
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton 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/utils: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-31lavc: replace avcodec_set_dimensions with ff_set_dimensionsAnton Khirnov
2013-10-30lavc: add error checking to apply_param_change.Anton Khirnov
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-08-21avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-16utils: fix avcodec_flush_buffers pre-reference counting compatibilityJanne Grunau
2013-06-10lavc: use AVFrame API properly in pad_last_frame().Anton Khirnov
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14lavc: Fix msvc compilation of utils.c with -WX (warnings treated as errors)Matt Wolenetz
2013-05-07lavc: do not leak frames in avcodec_decode_audio4Luca Barbato
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov
2013-04-19ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov
2013-04-10lavc: don't overwrite display dimensions with coded dimensions.Anton Khirnov
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-03-26utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-26lavc: Move start code finding to utils.cMartin Storsjö
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2013-03-11avframe: call release_buffer only if it is setJanne Grunau
2013-03-11lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-03-09lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov
2013-03-08lavc: update the fallback versions of ff_thread_*Anton Khirnov
2013-03-08lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov
2013-03-08lavc: allow decoders to override frame parameters.Anton Khirnov