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-03-25Enable mbtree by default, and remove it from presetsBaptiste Coudurier
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-03-24aacenc: Merge quantize_band_cost() with quantize_and_encode_band().Alex Converse
2010-03-23Bump minor version, I forgot in the last commitVitor Sessak
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak
2010-03-23Always check if ff_alloc_picture() succeeds.Pavel Pavlov
2010-03-23Remove unused variable, fixes the warning:Diego Biurrun
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer
2010-03-23Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer
2010-03-22Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer
2010-03-22Add doxygen docs for av_xiphlacingJosh Allmann
2010-03-22Remove the word "experimental"Michael Niedermayer
2010-03-22Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer
2010-03-21Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini
2010-03-21Do not use puts, it adds additional newlines making the generated filesReimar Döffinger
2010-03-21Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger
2010-03-21Extend and move macros to create table printing functions to header.Reimar Döffinger
2010-03-21Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger
2010-03-21Reindent after r22618.Vitor Sessak
2010-03-21Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak
2010-03-21Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak
2010-03-21Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak
2010-03-21DCT: remove unused field from contextVitor Sessak
2010-03-21fix minor typoKostya Shishkov
2010-03-21fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs
2010-03-21rdft: reorder functions to avoid static prototypeMåns Rullgård
2010-03-21Call rdft by function pointerMåns Rullgård
2010-03-20Hotfix for regtest-error failureMichael Niedermayer
2010-03-20Error concealment of h264 with multiple references.Michael Niedermayer
2010-03-19Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik
2010-03-18Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård
2010-03-18Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini
2010-03-17Fix compilation on PPC 470.Carl Eugen Hoyos
2010-03-17qtrleenc: add rgb555 outputAlexis Ballier
2010-03-17Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski
2010-03-17document two variables in Indeo5 decoding contextKostya Shishkov
2010-03-17Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.Michael Niedermayer
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-16100L, revert r22560, already presentBaptiste Coudurier
2010-03-16mpegts muxer now needs mpeg4audio code like adts muxerBaptiste Coudurier
2010-03-16H264: fix signed overflow in constant multiplicationMåns Rullgård
2010-03-16Add ff_ prefix for mpeg2_dc_scale_table.Michael Niedermayer
2010-03-16Support intra_dc_precision>8 in jpegMichael Niedermayer
2010-03-15use mpeg2 quantization bias for mjpeg.Michael Niedermayer
2010-03-15Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet
2010-03-15Cosmetics: Fix a comment.Carl Eugen Hoyos
2010-03-15DWT: x86 init should depend on HAVE_MMXMåns Rullgård