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
2006-08-31Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun
2006-08-31Proper fix for the corner case that would have been corrected before, praise&...Luca Barbato
2006-08-31Revert previous commitLuca Barbato
2006-08-31Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato
2006-08-31Fix for AVI files with odd sized 'movi' listDavid Conrad
2006-08-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov
2006-08-31SpellingKostya Shishkov
2006-08-31Motion compensation for luma always use halfpel precision.Kostya Shishkov
2006-08-31Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris
2006-08-31Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun
2006-08-31print warnings ifMichael Niedermayer
2006-08-31fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer
2006-08-30PPM vhook documentation, by Victor Paesa.Benjamin Larsson
2006-08-30Added -map usage to docs.Benjamin Larsson
2006-08-30Added Maintainers entryBenjamin Larsson
2006-08-30Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa
2006-08-30Use libswscale in fish vhook.Guillaume Poirier
2006-08-30clarifyMichael Niedermayer
2006-08-30make the C code of the swscaler which i wrote LGPLMichael Niedermayer
2006-08-30install opt.hNico Sabbi
2006-08-29Use av_malloc instead of plain malloc where appropriateRamiro Polla
2006-08-29add support for information in CDXA formatAllan Sandfeld Jensen
2006-08-29Add missing file from commit r6122 (AVISynth support)Guillaume Poirier
2006-08-29AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme
2006-08-29slightly faster deblockLoren Merritt
2006-08-29use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs
2006-08-28ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...Aurelien Jacobs
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-08-28move some functions to bitstream.h to avoid conflictsAurelien Jacobs
2006-08-28fix buffer handlingMichael Niedermayer
2006-08-28Minimal support for the new pixel formats in libavcodecLuca Abeni
2006-08-28convert null vhook to libswscaleVíctor Paesa
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt
2006-08-28Add some new pixel formats to libavutilLuca Abeni
2006-08-28overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa...Nico Sabbi
2006-08-27added option probesize; at the moment only used by mpegts.cNico Sabbi
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
2006-08-27fix low bitrate mp3Michael Niedermayer
2006-08-27tweak cabac. 0.5% faster h264.Loren Merritt
2006-08-27check the validity of the amount of the remaining bytes in the bitsteam befor...Michael Niedermayer
2006-08-27unused varMichael Niedermayer
2006-08-26dont copy frame if the whole mp1/2/3 frame is available in one piece in the i...Michael Niedermayer
2006-08-26Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs
2006-08-26make mpa_decode_header() 10 times fasterMichael Niedermayer
2006-08-26another silly typo which surprisingly neither valgrind nor cmp of the file ou...Michael Niedermayer
2006-08-2610l found by valgrindMichael Niedermayer
2006-08-26remove duplicated parser, people who pass random gibblets of the bitstream in...Michael Niedermayer
2006-08-262nd try of skip_bits_long() for the ALT readerMichael Niedermayer
2006-08-26make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer