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-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-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-03-08Add missing includes in bfin and sh4 filesMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
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-08Move dctref prototypes to a header fileMåns Rullgård
2010-03-08Move the local includes below the system includesMartin Storsjö
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman
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 an HE-AAC v1 decoder.Alex Converse
2010-03-08sh4: move dsputil prototypes to header fileMåns Rullgård
2010-03-08sh4: fix about 1000 warningsMåns Rullgård
2010-03-08bfin: fix function prototypesMåns Rullgård
2010-03-08ARM: move mpegvideo prototypes to a header fileMåns Rullgård
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
2010-03-08IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård
2010-03-0810l: AAC: Set multiplier to 0.Alex Converse
2010-03-08AAC: Set codec parameters in the first frame rather than in .init()Alex Converse
2010-03-08Create a public API for FFT family of functionsMåns Rullgård
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
2010-03-08Update include directives in fft-test.cMåns Rullgård
2010-03-08Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse
2010-03-08AAC: Add a new line after the TNS error message.Alex Converse
2010-03-07Add support for non-backwards compatible signaled parametric stereo.Alex Converse
2010-03-07Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski
2010-03-07Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger
2010-03-07When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski
2010-03-07header for common code between mp3 decoder and encoder.Michael Niedermayer
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-07x86: move function prototypes to header filesMåns Rullgård
2010-03-07Move ff_spatial_dwt() prototype to snow.hMåns Rullgård
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård