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
2010-03-09Kega Game Video (KGV1) decoderDaniel Verkamp
Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier
Originally committed as revision 22362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: Set pict_typeDavid Conrad
Originally committed as revision 22361 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad
Originally committed as revision 22360 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: use FF_BUFFER_TYPE_COPYDavid Conrad
Originally committed as revision 22359 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: Don't leak buffers on errorsDavid Conrad
Originally committed as revision 22358 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: Simplify buffer managementDavid Conrad
Originally committed as revision 22357 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09vp3: be less spammy on broken filesDavid Conrad
Originally committed as revision 22356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Add missing includes in bfin and sh4 filesMåns Rullgård
Originally committed as revision 22342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08ARM: add some missing includesMåns Rullgård
Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08ARM: fix dct-testMåns Rullgård
Originally committed as revision 22339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Skip mpegaudio3.h in checkheadersMåns Rullgård
This unused header is a placeholder for work in progress(?). This makes checkheaders pass again. Originally committed as revision 22338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Add lots of missing includesMåns Rullgård
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Skip the tablegen fragments in checkheadersMåns Rullgård
Originally committed as revision 22336 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Remove unused fast_memcpy() function in dct-testMåns Rullgård
Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Move dctref prototypes to a header fileMåns Rullgård
Originally committed as revision 22331 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Move the local includes below the system includesMartin Storsjö
This fixes a compilation issue on OS X 10.4, where some system headers were included implicitly through dsputil_altivec.h (with _POSIX_C_SOURCE defined), and other system headers included later, with _POSIX_C_SOURCE undefined at that time. Originally committed as revision 22327 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman
Originally committed as revision 22325 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman
Originally committed as revision 22324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier
Patch by Alexis Ballier gmail_address(name, surname) Originally committed as revision 22320 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-08Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski
are used in Indeo 5 stream. Patch by Maxim ($indeo5dec_author) Originally committed as revision 22318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Add an HE-AAC v1 decoder.Alex Converse
A large portion of this code was orignally authored by Robert Swain. The rest was written by me. Full history is available at: svn://svn.ffmpeg.org/soc/aac-sbr http://github.com/aconverse/ffmpeg-heaac/tree/sbr_pub Originally committed as revision 22316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08sh4: move dsputil prototypes to header fileMåns Rullgård
Originally committed as revision 22312 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08sh4: fix about 1000 warningsMåns Rullgård
Originally committed as revision 22311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08bfin: fix function prototypesMåns Rullgård
Move prototypes to header files, add missing prototypes, make some functions static. Originally committed as revision 22310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08ARM: move mpegvideo prototypes to a header fileMåns Rullgård
Originally committed as revision 22309 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
Originally committed as revision 22308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård
Originally committed as revision 22307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-0810l: AAC: Set multiplier to 0.Alex Converse
Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08AAC: Set codec parameters in the first frame rather than in .init()Alex Converse
Originally committed as revision 22298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Create a public API for FFT family of functionsMåns Rullgård
Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Give RDFT types more meaningful namesMåns Rullgård
Originally committed as revision 22290 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Update include directives in fft-test.cMåns Rullgård
Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse
The purpose of this is to give decoders a reasonable amount of buffer to work with before needing to check for overreads. Originally committed as revision 22288 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-08AAC: Add a new line after the TNS error message.Alex Converse
Originally committed as revision 22287 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Add support for non-backwards compatible signaled parametric stereo.Alex Converse
This is done without breaking W6132 Annex YYYY draft MP3onMP4 which also uses AOT 29. Samples: http://samples.mplayerhq.hu/A-codecs/AAC/aacPlusDecoderCheckPackage_v2.1/bitstreams/File7.3gp http://samples.mplayerhq.hu/MPEG-4/mp3on4/id5_1.mp4 Originally committed as revision 22281 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-03-07Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger
need to include fft.h, not dsputil.h. Originally committed as revision 22278 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski
it does not ignore coefficient value = 256. Patch by Maxim ((!min)_pole \at gmx dot/ de) Originally committed as revision 22275 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07header for common code between mp3 decoder and encoder.Michael Niedermayer
unfinished, iam just commiting this so the functions that should be non static have prototypes. Originally committed as revision 22270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07x86: move function prototypes to header filesMåns Rullgård
Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Move ff_spatial_dwt() prototype to snow.hMåns Rullgård
Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
Originally committed as revision 22264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
Also fix function definitions to match prototypes (missing const). Originally committed as revision 22263 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård
Originally committed as revision 22262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk