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
2010-03-09Kega Game Video (KGV1) decoderDaniel Verkamp
2010-03-09Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier
2010-03-09Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier
2010-03-09vp3: Set pict_typeDavid Conrad
2010-03-09vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad
2010-03-09vp3: use FF_BUFFER_TYPE_COPYDavid Conrad
2010-03-09vp3: Don't leak buffers on errorsDavid Conrad
2010-03-09vp3: Simplify buffer managementDavid Conrad
2010-03-09vp3: be less spammy on broken filesDavid Conrad
2010-03-09In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier
2010-03-09In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier
2010-03-09Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini
2010-03-09mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier
2010-03-09Replace last occurrence of the deprecated match_ext() withStefano Sabatini
2010-03-09Start continuity counter at 0 for pmt as wellBaptiste Coudurier
2010-03-09More descriptive names for av_stristr() parametersMåns Rullgård
2010-03-09cosmetics: indentMåns Rullgård
2010-03-09Merge two adjacent ifdef blocksMåns Rullgård
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-03-08Start continuity counter at 0 for streamsBaptiste Coudurier
2010-03-0810l typo, fix ts total bit rate computationBaptiste Coudurier
2010-03-08Add missing includes in bfin and sh4 filesMåns Rullgård
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-03-08Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger
2010-03-08Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger
2010-03-08ARM: fix dct-testMåns Rullgård
2010-03-08Skip mpegaudio3.h in checkheadersMåns Rullgård
2010-03-08Add lots of missing includesMåns Rullgård
2010-03-08Skip the tablegen fragments in checkheadersMåns Rullgård
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
2010-03-08Remove unused fast_memcpy() function in dct-testMåns Rullgård
2010-03-08Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård
2010-03-08Define HAVE_AV_CONFIG_H for checkheaders in libsMåns Rullgård
2010-03-08Move dctref prototypes to a header fileMåns Rullgård
2010-03-08Define HAVE_AV_CONFIG_H when building test appsMåns Rullgård
2010-03-08Move resolve_host() to ffserver.cMåns Rullgård
2010-03-08Add missing stdlib.h #include, fixes the warnings:Diego Biurrun
2010-03-08Move the local includes below the system includesMartin Storsjö
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman
2010-03-08Add doxygen documentation for ff_url_splitMartin Storsjö
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier
2010-03-08Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski
2010-03-08Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski
2010-03-08Add myself to CREDITSAlex Converse