summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore comment that was partially removed.Ramiro Polla2009-08-291-0/+1
* Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16Måns Rullgård2009-08-281-5/+0
* Use the output data type to determine the maximum number of samples that can beJustin Ruggles2009-08-281-1/+1
* Add myself as maintainer for libspeexdec.cJustin Ruggles2009-08-281-0/+1
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-282-3/+16
* Re-add search_for_ms to the coefficients encoders to silence warningsAlex Converse2009-08-271-4/+4
* Formatting K&R fixesVitor Sessak2009-08-271-51/+51
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-271-1/+1
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-271-1/+1
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-273-5/+5
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-274-3/+84
* indentLoren Merritt2009-08-271-13/+13
* 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt2009-08-271-6/+32
* whitespace cosmeticsDiego Biurrun2009-08-261-6/+6
* Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård2009-08-261-1/+1
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-261-19/+26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-267-1/+324
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-261-2/+1
* add decode_coeffs()Sascha Sommer2009-08-261-0/+88
* merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer2009-08-261-29/+7
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-261-1/+1
* dsputil: declare some arrays 16-byte alignedMåns Rullgård2009-08-261-6/+6
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-264-6/+6
* Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway2009-08-261-1/+1
* Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger2009-08-261-1/+1
* 100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger2009-08-261-1/+1
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-261-1/+1
* Make sure that start_display_time is 0 by moving its value onto pts.Reimar Döffinger2009-08-261-1/+5
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-261-4/+7
* Reindent.Reimar Döffinger2009-08-261-3/+3
* Remove now dead code.Reimar Döffinger2009-08-261-2/+0
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-261-0/+1
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-251-2/+0
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-251-1/+1
* whitespace cosmeticsDiego Biurrun2009-08-251-7/+7
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-251-1/+1
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-251-0/+2
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-251-0/+6
* Add Bluray Subtitle SupportStephen Backway2009-08-257-1/+473
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-251-0/+2
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-242-1/+3
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-242-10/+10
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-241-2/+2
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-241-0/+1
* matroskadec: factorize some codeAurelien Jacobs2009-08-241-3/+1
* Add necessary #include for config.h.Diego Biurrun2009-08-245-0/+6
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-242-22/+10
* Add missing header to fix 'make checkheaders'.Diego Biurrun2009-08-241-0/+1
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla2009-08-231-2/+2
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla2009-08-231-1/+1
OpenPOWER on IntegriCloud