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
2010-10-08Fix headers so that "make checkheaders" passes againMartin Storsjö
2010-10-07Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger
2010-10-06Fix default value of time_offset_length.John Stebbins
2010-10-06fft: mark xmm registers as clobbered in ff_imdct_calc_sseRamiro Polla
2010-10-06MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje
2010-10-05Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos
2010-10-05Cosmetics, lots of.Tobias Bindhammer
2010-10-05Skip unnecessary calculations in 4col-mode.Tobias Bindhammer
2010-10-05Add possibility to crop screens inside of encoded frames.Tobias Bindhammer
2010-10-05Add check for height when cropping.Tobias Bindhammer
2010-10-05Introduce palette with dynamic size.Tobias Bindhammer
2010-10-05Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer
2010-10-04snowdsp: Explicitly state the operand sizesİsmail Dönmez
2010-10-03Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson
2010-10-03Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles
2010-10-02Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger
2010-10-02Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser
2010-10-0210l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier
2010-10-01Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin
2010-10-01add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs
2010-10-01add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs
2010-10-01add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs
2010-10-01add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs
2010-09-30add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs
2010-09-30add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs
2010-09-30Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos
2010-09-29Move static inline function to a macro, so that constant propagation inRonald S. Bultje
2010-09-29rawdec: Properly pass reordered_opaque through the decoderAlexander Strange
2010-09-29Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman
2010-09-29Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer
2010-09-29Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer
2010-09-29Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje
2010-09-29Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje
2010-09-29Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje
2010-09-29Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje
2010-09-29Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje
2010-09-29Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer
2010-09-28Try to fix crashes introduced by r25218Jason Garrett-Glaser
2010-09-28Fix index_entries pos:Michael Chinen
2010-09-28In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier
2010-09-28In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier
2010-09-27Fix several security issues in flicvideo.cMichael Niedermayer
2010-09-27Improve error concealment of lost framesJason Garrett-Glaser
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-26Bump minor version for the addition of the G.722 encoderMartin Storsjö
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-26RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov
2010-09-26Add d suffix to movd target register to make it work with nasm.Reimar Döffinger
2010-09-26Split and then simplify address generation macro.Reimar Döffinger