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
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Add a comment that explains why this header lacks multiple inclusion guards.Diego Biurrun
2007-10-17Add missing multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-10-17Fix #endif comment typo.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-10-17comment grammar fixDiego Biurrun
2007-10-16Re-enable DEBUG_SEEK flag.Benoit Fouet
2007-10-16dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are it...Baptiste Coudurier
2007-10-16indentationBaptiste Coudurier
2007-10-16Fix streaming to XBox360.Patric Stout
2007-10-16misc Doxygen spelling/grammar fixesDiego Biurrun
2007-10-16cosmetics: reindentAurelien Jacobs
2007-10-16add support for VP6 in electronicarts demuxerAurelien Jacobs
2007-10-16remove useless &0xFFAurelien Jacobs
2007-10-16merge declaration and initializationAurelien Jacobs
2007-10-16remove unused context varsAurelien Jacobs
2007-10-16remove unused codeAurelien Jacobs
2007-10-16remove unused tags definitionAurelien Jacobs
2007-10-16remove unused close functionAurelien Jacobs
2007-10-16simplify bitstream readingAurelien Jacobs
2007-10-16Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs
2007-10-16Cygwin don't like this function declaration.Aurelien Jacobs
2007-10-15Undefine DEBUG_SEEK.Thorsten Jordan
2007-10-15Nellymoser ASAO decoderBenjamin Larsson
2007-10-15Remove gcc import libraries from Win32 builds.Ramiro Polla
2007-10-15Merge audio and video bitstream filter options handling.Benoit Fouet
2007-10-15Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek
2007-10-15add support for VP6 with huffman encoded blocksAurelien Jacobs
2007-10-15moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs
2007-10-14cosmetics: Move asf_read_close() down to get rid of a forward declaration.Diego Biurrun
2007-10-14Increment minor after r10709.Benoit Fouet
2007-10-14Fix rc4 header, #ifndef -> #defineReimar Döffinger
2007-10-14Add multiple inclusion guards.Diego Biurrun
2007-10-14Add standard license header.Diego Biurrun
2007-10-14Consistently place comments in file header.Diego Biurrun
2007-10-14cosmetics: sort()Diego Biurrun
2007-10-14VP6A needs its Makefile rules tooAurelien Jacobs
2007-10-13Fix MJPEG decoder for AMV files.Vladimir Voroshilov
2007-10-13prevent infinite loop and memcpy of negative amountsMichael Niedermayer
2007-10-13simply buffer checks in vorbis_comment()Måns Rullgård
2007-10-13use bytestream_get_* in vorbis_comment()Måns Rullgård
2007-10-13Add RC4 encryption/decryption functionReimar Döffinger
2007-10-13factorize code and add safety check to prevent memcpying negative amountsMichael Niedermayer
2007-10-13Simplify tests for field macroblocksJeff Downs
2007-10-13Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870Stefan Lucke
2007-10-13Fix memleakRamiro Polla
2007-10-12ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()Ramiro Polla
2007-10-12Use single quotes to get rid of a bunch of backslash escapes.Diego Biurrun
2007-10-12Consistently use $(FOO) instead of ${FOO} in Makefile variables.Diego Biurrun