summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-24
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
* Add missing header to fix 'make checkheaders'.Diego Biurrun2009-08-24
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla2009-08-23
* Add myself as maintainer for AVR32 and MIPSMåns Rullgård2009-08-23
* configure: fix filter() function when matching multiple patternsMåns Rullgård2009-08-23
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* configure: simplify directory creation for out of tree buildsMåns Rullgård2009-08-23
* Fix dependency generation for yasm assembler filesMåns Rullgård2009-08-23
* TwinVQ decoderVitor Sessak2009-08-23
* Fix inconsistent indentation.Ramiro Polla2009-08-22
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22