summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unused variable.Reimar Döffinger2009-08-30
* Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bitKostya Shishkov2009-08-30
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-30
* Curly brackets cosmetics for previous commit.Ramiro Polla2009-08-29
* Check for return value of initFilter().Ramiro Polla2009-08-29
* Revert mistakenly commited hunk.Ramiro Polla2009-08-29
* swscale: Check for return values of malloc.Ramiro Polla2009-08-29
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-29
* Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles2009-08-29
* One declaration of mm_flags is enoughMåns Rullgård2009-08-29
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-29
* Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16Måns Rullgård2009-08-29
* swscale-example: Free memory used by input data.Ramiro Polla2009-08-29
* Restore comment that was partially removed.Ramiro Polla2009-08-29
* Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16Måns Rullgård2009-08-28
* Use the output data type to determine the maximum number of samples that can beJustin Ruggles2009-08-28
* Add myself as maintainer for libspeexdec.cJustin Ruggles2009-08-28
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-28
* Re-add search_for_ms to the coefficients encoders to silence warningsAlex Converse2009-08-27
* Formatting K&R fixesVitor Sessak2009-08-27
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-27
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-27
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* indentLoren Merritt2009-08-27
* 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt2009-08-27
* whitespace cosmeticsDiego Biurrun2009-08-26
* Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård2009-08-26
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-26
* add decode_coeffs()Sascha Sommer2009-08-26
* merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer2009-08-26
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-26
* dsputil: declare some arrays 16-byte alignedMåns Rullgård2009-08-26
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway2009-08-26
* Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger2009-08-26
* 100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger2009-08-26
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-26
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-26
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-26
* Reindent.Reimar Döffinger2009-08-26
* Remove now dead code.Reimar Döffinger2009-08-26
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-26
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-25
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-25
* whitespace cosmeticsDiego Biurrun2009-08-25
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-25
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-25