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
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun
Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add missing multiple inclusion guards.Diego Biurrun
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Fix #endif comment typo.Diego Biurrun
Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17comment grammar fixDiego Biurrun
Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16Re-enable DEBUG_SEEK flag.Benoit Fouet
Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are ↵Baptiste Coudurier
itunes specific Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16indentationBaptiste Coudurier
Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16Fix streaming to XBox360.Patric Stout
Patch by Patric Stout, patric T liefdeis O com Original thread: Subject: asf-format doesn't work as stream for XBox360 Date: 2007-10-14 Originally committed as revision 10755 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16misc Doxygen spelling/grammar fixesDiego Biurrun
Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16cosmetics: reindentAurelien Jacobs
Originally committed as revision 10753 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16add support for VP6 in electronicarts demuxerAurelien Jacobs
Originally committed as revision 10752 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16remove useless &0xFFAurelien Jacobs
Originally committed as revision 10751 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16merge declaration and initializationAurelien Jacobs
Originally committed as revision 10750 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16remove unused context varsAurelien Jacobs
Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16remove unused codeAurelien Jacobs
Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16remove unused tags definitionAurelien Jacobs
Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16remove unused close functionAurelien Jacobs
Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16simplify bitstream readingAurelien Jacobs
Originally committed as revision 10745 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs
setting Picture.reference to indicate parity for all Pictures in reference list. Patch by Jeff Downs, heydowns T borg O com Originally committed as revision 10744 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-16Cygwin don't like this function declaration.Aurelien Jacobs
So move this self-documentation into a comment instead. Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Undefine DEBUG_SEEK.Thorsten Jordan
Patch by Thorsten Jordan: tjordan macrosystem de Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Nellymoser ASAO decoderBenjamin Larsson
Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Remove gcc import libraries from Win32 builds.Ramiro Polla
They weren't even installed, and [1] suggests linking directly to the dll. [1] http://sourceware.org/binutils/docs-2.18/ld/WIN32.html Originally committed as revision 10740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Merge audio and video bitstream filter options handling.Benoit Fouet
Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek
Patch by Martin Zlomek, martin d zlomek a email d cz Originally committed as revision 10738 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15add support for VP6 with huffman encoded blocksAurelien Jacobs
closes issue 104 Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-15moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs
Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun
Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Increment minor after r10709.Benoit Fouet
Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Fix rc4 header, #ifndef -> #defineReimar Döffinger
Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Add multiple inclusion guards.Diego Biurrun
Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Add standard license header.Diego Biurrun
Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14Consistently place comments in file header.Diego Biurrun
Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14cosmetics: sort()Diego Biurrun
Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-14VP6A needs its Makefile rules tooAurelien Jacobs
Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Fix MJPEG decoder for AMV files.Vladimir Voroshilov
Since decoding is doing from the end and aligned by 16 previous code worked correctly only when picture height was dividable by 16, otherwise it provides garbage in top lines and truncates bottom. New code adjusts data[] pointers taking in account alignment issue. Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13prevent infinite loop and memcpy of negative amountsMichael Niedermayer
fixes issue194 Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13simply buffer checks in vorbis_comment()Måns Rullgård
Originally committed as revision 10725 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13use bytestream_get_* in vorbis_comment()Måns Rullgård
Originally committed as revision 10724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer
Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Simplify tests for field macroblocksJeff Downs
patch by Jeff Downs, heydowns a borg d com Originally committed as revision 10721 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke
Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de> Subject: API breakage by r9870 Date: 2007-10-05 11:06:47 GMT http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467 Originally committed as revision 10720 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13Fix memleakRamiro Polla
Closes issue 102 Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla
Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun
Originally committed as revision 10717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-12Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun
Originally committed as revision 10716 to svn://svn.ffmpeg.org/ffmpeg/trunk