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 (Collapse)Author
2006-08-31Some gcc versions dislike version.h to appear in the list of files toDiego Biurrun
compile dependencies for. Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Proper fix for the corner case that would have been corrected before, ↵Luca Barbato
praise&blame to me and exg in equal shares Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Revert previous commitLuca Barbato
Originally committed as revision 6142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato
Originally committed as revision 6141 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Fix for AVI files with odd sized 'movi' listDavid Conrad
Patch by David Conrad <davedc_@umbc.edu> Original thread: Date: Wed, 30 Aug 2006 15:12:35 -0400 Subject: [Ffmpeg-devel] [PATCH] Fix for AVI files with odd sized 'movi' list Originally committed as revision 6140 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov
Existing DSPUtil functions cause chroma artifacts on some files. Originally committed as revision 6139 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31SpellingKostya Shishkov
Originally committed as revision 6138 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Motion compensation for luma always use halfpel precision.Kostya Shishkov
Originally committed as revision 6137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Fix linking when the FFM muxer/demuxer is disabled.Panagiotis Issaris
patch by Panagiotis Issaris, takis.issaris _at_ uhasselt -dot- be Originally committed as revision 6136 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31Work around Solaris tr not understanding "tr a-z A-Z" as it should.Diego Biurrun
Originally committed as revision 6135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31print warnings ifMichael Niedermayer
gcc ignores inline directives pointer arithmetic with void pointers ... Originally committed as revision 6134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-31fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer
Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30PPM vhook documentation, by Victor Paesa.Benjamin Larsson
wzrlpy at arsystel dot com Originally committed as revision 6132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Added -map usage to docs.Benjamin Larsson
Originally committed as revision 6131 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Added Maintainers entryBenjamin Larsson
Originally committed as revision 6130 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Re-Add support for PNG or PNM as watermark images, which was brokenVíctor Paesa
since the move to image2 API Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 13, 2006 9:18 AM Subject: [Ffmpeg-devel] [PATCH] Attempt image2 in watermark vhook Originally committed as revision 6129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30Use libswscale in fish vhook.Guillaume Poirier
Patch by Victor Paesa <wzrlpy@arsystel.com> Original thread: Date: Aug 30, 2006 1:16 AM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6128 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30clarifyMichael Niedermayer
please reply to ffmpeg-dev if you disagree so it can be disscussed but i think this is completely uncontroversical Originally committed as revision 6127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-30make the C code of the swscaler which i wrote LGPLMichael Niedermayer
Originally committed as revision 19600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2006-08-30install opt.hNico Sabbi
Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29Use av_malloc instead of plain malloc where appropriateRamiro Polla
Patch by Ramiro Polla % ramiro86 A hotmail.com % Original thread: Date: Aug 20, 2006 5:00 AM Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29add support for information in CDXA formatAllan Sandfeld Jensen
patch by Allan Sandfeld Jensen % kde A carewolf P com % Original thread: Date: Aug 18, 2006 6:33 PM Subject: [Ffmpeg-devel] CDXA in libavformat [patch] Originally committed as revision 6124 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29Add missing file from commit r6122 (AVISynth support)Guillaume Poirier
Originally committed as revision 6123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme
Original Thread: Date: Aug 16, 2006 11:45 PM Subject: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29slightly faster deblockLoren Merritt
Originally committed as revision 6121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs
Originally committed as revision 6120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as ↵Aurelien Jacobs
there was a typo in the define Originally committed as revision 6119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28move some functions to bitstream.h to avoid conflictsAurelien Jacobs
between different bitstream readers in different codecs Originally committed as revision 6117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28fix buffer handlingMichael Niedermayer
Originally committed as revision 6116 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28Minimal support for the new pixel formats in libavcodecLuca Abeni
Originally committed as revision 6115 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28convert null vhook to libswscaleVíctor Paesa
Patch by Victor Paesa % wzrlpy A arsystel Pcom % Original thread: Date: Aug 23, 2006 7:28 PM Subject: Re: [Ffmpeg-devel] [PATCH] enable libswscale Originally committed as revision 6114 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28mmx implementation of deblocking strength decision.Loren Merritt
2-3% faster h264. Originally committed as revision 6113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28Add some new pixel formats to libavutilLuca Abeni
Originally committed as revision 6112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-28overread AV_LOG_ERROR -> AV_LOG_DEBUGMichael Niedermayer
Originally committed as revision 6111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the ↵Nico Sabbi
default value) Originally committed as revision 6110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27added option probesize; at the moment only used by mpegts.cNico Sabbi
Originally committed as revision 6109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27initial support for AVOption in AVFormatContextNico Sabbi
Originally committed as revision 6108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27fix low bitrate mp3Michael Niedermayer
Originally committed as revision 6107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27tweak cabac. 0.5% faster h264.Loren Merritt
Originally committed as revision 6106 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27check the validity of the amount of the remaining bytes in the bitsteam ↵Michael Niedermayer
before memcpy Originally committed as revision 6105 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-27unused varMichael Niedermayer
Originally committed as revision 6104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26dont copy frame if the whole mp1/2/3 frame is available in one piece in the ↵Michael Niedermayer
input Originally committed as revision 6103 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs
Originally committed as revision 6102 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26make mpa_decode_header() 10 times fasterMichael Niedermayer
Originally committed as revision 6101 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26another silly typo which surprisingly neither valgrind nor cmp of the file ↵Michael Niedermayer
output cought Originally committed as revision 6100 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-2610l found by valgrindMichael Niedermayer
Originally committed as revision 6099 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26remove duplicated parser, people who pass random gibblets of the bitstream ↵Michael Niedermayer
into the decoder will have to pass it through a AVParser like for all other codecs too remove silly internal buffering architecture (removes 1 memcpy() of the bitstream) mp3on4 and mp3adu untested Originally committed as revision 6098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-262nd try of skip_bits_long() for the ALT readerMichael Niedermayer
1st try for the LIBMPEG2 reader simplify init_get_bits() Originally committed as revision 6097 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-26make A32 reader align its ptr during init no matter what missaligned mess is ↵Michael Niedermayer
given to it Originally committed as revision 6096 to svn://svn.ffmpeg.org/ffmpeg/trunk