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
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-05-04indeo3: Eliminate use of long.Alex Converse
2011-05-04get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse
2011-05-04asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-04avfilter: check malloc return values.Ronald S. Bultje
2011-05-04mpegvideo: reindent.Ronald S. Bultje
2011-05-04nutenc: check malloc return values.Ronald S. Bultje
2011-05-04avfilter: don't av_malloc(0).Ronald S. Bultje
2011-05-04nutenc: don't av_malloc(0).Ronald S. Bultje
2011-05-04mpegvideo: don't av_malloc(0).Ronald S. Bultje
2011-05-04asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-05-03Implement fate-rsync targetReinhard Tartler
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-05-02vp8: frame-multithreading.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-05-02dpx: Do not use DPX encoder for decoding.Kostya Shishkov
2011-05-01ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-05-01DPX image encoderPeter Ross
2011-05-01DPX decoder: read sample aspect ratioPeter Ross
2011-05-01DPX decoder: add buffer size checks.Reimar Döffinger
2011-05-01ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles
2011-05-01ac3enc: do not store a bandwidth code for each channel.Justin Ruggles
2011-05-01ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles
2011-05-01ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles
2011-05-01ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles
2011-05-01ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles
2011-05-01ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles
2011-05-01ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles
2011-05-01Update URL to fate samplesReinhard Tartler
2011-04-30AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer
2011-04-30lavf: inspect more frames for fps when container time base is coarseAnssi Hannula
2011-04-30Fix races in default av_log handlerReinhard Tartler
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-04-29Remove disabled non-optimized code variants.Diego Biurrun
2011-04-29bswap.h: Remove disabled code.Diego Biurrun
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-29Replace more disabled printf() calls by av_dlog().Diego Biurrun
2011-04-29tests: Remove disabled code.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-29vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun
2011-04-29vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun
2011-04-29avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö
2011-04-28avoid duplicate -lm in .pc filesReinhard Tartler
2011-04-28mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini
2011-04-28network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen
2011-04-28mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov
2011-04-28nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-04-28rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-04-28hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross