summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-08
* ARM: add some missing includesMåns Rullgård2010-03-08
* ARM: fix dct-testMåns Rullgård2010-03-08
* Skip mpegaudio3.h in checkheadersMåns Rullgård2010-03-08
* Add lots of missing includesMåns Rullgård2010-03-08
* Skip the tablegen fragments in checkheadersMåns Rullgård2010-03-08
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-08
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-08
* Move dctref prototypes to a header fileMåns Rullgård2010-03-08
* Move the local includes below the system includesMartin Storsjö2010-03-08
* w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman2010-03-08
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-08
* targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier2010-03-08
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-08
* Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski2010-03-08
* Add an HE-AAC v1 decoder.Alex Converse2010-03-08
* sh4: move dsputil prototypes to header fileMåns Rullgård2010-03-08
* sh4: fix about 1000 warningsMåns Rullgård2010-03-08
* bfin: fix function prototypesMåns Rullgård2010-03-08
* ARM: move mpegvideo prototypes to a header fileMåns Rullgård2010-03-08
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-08
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-08
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-07
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-07
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Update include directives in fft-test.cMåns Rullgård2010-03-07
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-07
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-07
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-07
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-07
* Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger2010-03-07
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-07
* header for common code between mp3 decoder and encoder.Michael Niedermayer2010-03-06
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-06
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-06
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-06
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-06
* Make some functions staticMåns Rullgård2010-03-06
* Add some missing #includesMåns Rullgård2010-03-06
* Fix last frame block size correction.Thilo Borgmann2010-03-06
* Bink version 'h' also has chroma planes swappedKostya Shishkov2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård2010-03-06