aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-094-0/+179
* Fix interlaced vc-3 decoding, issue #1753Baptiste Coudurier2010-03-091-3/+15
* vp3: Set pict_typeDavid Conrad2010-03-091-0/+3
* vp3: Allocate a dummy reference frame if we have no keyframeDavid Conrad2010-03-091-2/+8
* vp3: use FF_BUFFER_TYPE_COPYDavid Conrad2010-03-091-4/+4
* vp3: Don't leak buffers on errorsDavid Conrad2010-03-091-8/+12
* vp3: Simplify buffer managementDavid Conrad2010-03-091-26/+14
* vp3: be less spammy on broken filesDavid Conrad2010-03-091-1/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-087-0/+7
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-082-0/+6
* ARM: add some missing includesMåns Rullgård2010-03-082-0/+5
* ARM: fix dct-testMåns Rullgård2010-03-081-6/+6
* Skip mpegaudio3.h in checkheadersMåns Rullgård2010-03-081-0/+1
* Add lots of missing includesMåns Rullgård2010-03-087-1/+21
* Skip the tablegen fragments in checkheadersMåns Rullgård2010-03-081-1/+2
* Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård2010-03-081-0/+1
* Remove unused fast_memcpy() function in dct-testMåns Rullgård2010-03-081-2/+0
* Move dctref prototypes to a header fileMåns Rullgård2010-03-083-5/+34
* Move the local includes below the system includesMartin Storsjö2010-03-081-3/+3
* w32thread: Make avcodec_thread_execute2() static here as wellAndreas Öman2010-03-081-1/+1
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-081-1/+1
* targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier2010-03-081-2/+2
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-081-4/+8
* Scale tile dimensions in case both local decoding and scalability modeMaxim Poliakovski2010-03-081-0/+5
* Add an HE-AAC v1 decoder.Alex Converse2010-03-089-35/+2668
* sh4: move dsputil prototypes to header fileMåns Rullgård2010-03-084-3/+28
* sh4: fix about 1000 warningsMåns Rullgård2010-03-082-118/+119
* bfin: fix function prototypesMåns Rullgård2010-03-084-39/+34
* ARM: move mpegvideo prototypes to a header fileMåns Rullgård2010-03-084-3/+28
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-084-27/+55
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-082-0/+31
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-071-1/+1
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-071-4/+9
* Create a public API for FFT family of functionsMåns Rullgård2010-03-075-24/+241
* Give RDFT types more meaningful namesMåns Rullgård2010-03-075-14/+14
* Update include directives in fft-test.cMåns Rullgård2010-03-071-1/+3
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-071-3/+5
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-071-1/+1
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-071-1/+3
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-071-12/+12
* Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger2010-03-071-1/+1
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-071-1/+1
* header for common code between mp3 decoder and encoder.Michael Niedermayer2010-03-061-0/+53
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-0613-56/+65
* x86: move function prototypes to header filesMåns Rullgård2010-03-066-35/+27
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-062-3/+2
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-063-13/+14
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-063-6/+6
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-062-1/+1
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-063-16/+8