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
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
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-07lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini
2013-02-15get_buffer(): do not initialize the data.Anton Khirnov
2013-02-13dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun
2013-01-15lavc: set the default rc_initial_buffer_occupancyLuca Barbato
2012-12-30libavcodec/utils: Add braces to shut up gcc warningsDiego Biurrun
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau
2012-12-05lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov
2012-12-05lavc: don't reuse audio buffersAnton Khirnov
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-13avcodec: remove ff_is_hwaccel_pix_fmtLuca Barbato