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
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun
The [in] and [out] attributes have to be appended to the @param command. Originally committed as revision 24283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-30Fix grammar errors in documentationMåns Rullgård
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-11Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski
Originally committed as revision 23581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-10Remove unused parameter.Maxim Poliakovski
Originally committed as revision 23563 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-27Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski
Originally committed as revision 23341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-26move indeo5 scan patterns into ivi_common.cMaxim Poliakovski
so those can be shared by indeo4. Originally committed as revision 23335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-17Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski
Patch by Maxim ($indeo5decauthor) Originally committed as revision 22580 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-17document two variables in Indeo5 decoding contextKostya Shishkov
Originally committed as revision 22579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski
Patch by Maxim ($indeo5dec_author) Originally committed as revision 22319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski
one time is enough. Patch by Maxim (max_pole, gmx de) Originally committed as revision 22279 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-27Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov
Indeo 5 into single structure IVIHuffTab and factorize code using it. Based on patch by Maxim (max_pole at German GMX) Originally committed as revision 22092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-2310l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov
block decoding at exit, so prevent that memory leak now. Originally committed as revision 21983 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-22Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov
Indeo 5, so make them global and move their initialization to the common place as well. And fix static VLC initialization, as ff_ivi_create_huff_from_desc() used old way to do so. Originally committed as revision 21962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-19remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer
Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-11Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov
Originally committed as revision 21753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-11Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov
complain about missing function prototype. Originally committed as revision 21752 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-09Indeo 5 decoderKostya Shishkov
Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk