21072 Commits (c522b4e94eefaf4a7294e11f3f1940fcc52e4ddc)
 

Author SHA1 Message Date
  Ramiro Polla 0607b09069 Restore comment that was partially removed. 16 years ago
  Måns Rullgård c4d6d318cf Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 16 years ago
  Justin Ruggles 5c3b5e3053 Use the output data type to determine the maximum number of samples that can be 16 years ago
  Justin Ruggles 13db8750bb Add myself as maintainer for libspeexdec.c 16 years ago
  Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 16 years ago
  Alex Converse dd0e43e4bb Re-add search_for_ms to the coefficients encoders to silence warnings 16 years ago
  Vitor Sessak bf8202f352 Formatting K&R fixes 16 years ago
  Vitor Sessak 9263a05aab Mark "i" parameter of vector_clipf_sse() as early-clobber 16 years ago
  Vitor Sessak d3b60aa685 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to 16 years ago
  Vitor Sessak 50e23ae9d3 Mark parameter src of vector_clipf() as const 16 years ago
  Vitor Sessak 0a68cd876e SSE optimized vector_clipf(). 10% faster TwinVQ decoding. 16 years ago
  Loren Merritt 8fc9376c59 indent 16 years ago
  Loren Merritt 2f17f9c10c 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. 16 years ago
  Diego Biurrun ae9253151f whitespace cosmetics 16 years ago
  Måns Rullgård 21c6a0258c Remove useless alignment from MpegEncContext.intra_scantable 16 years ago
  Ivan Schreter 608be2acef Cosmetic changes in read_seek* routines. 16 years ago
  Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 16 years ago
  Lars Täuber 2fee538a16 Fix comments after switching from CABAC to range coder in r3658. 16 years ago
  Sascha Sommer 85fecafe49 add decode_coeffs() 16 years ago
  Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 16 years ago
  Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 16 years ago
  Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 16 years ago
  Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 16 years ago
  Stephen Backway 4a3178b012 Always allocate a buffer of AVPALETTE_SIZE for palette in the 16 years ago
  Reimar Döffinger 7f4fca038d Increase maximum encoded subtitle size from 64 kB to 1 MB. 16 years ago
  Reimar Döffinger 63a78ef131 100l typo, xsub encoder printed end time hours where minutes should have been. 16 years ago
  Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 16 years ago
  Reimar Döffinger 8b03c014f0 Make sure that start_display_time is 0 by moving its value onto pts. 16 years ago
  Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 16 years ago
  Reimar Döffinger d5a30f86d4 Reindent. 16 years ago
  Reimar Döffinger c7d28f4388 Remove now dead code. 16 years ago
  Reimar Döffinger b02316146b Apply r19642 also pgssubdec: 16 years ago
  Måns Rullgård a13e687034 mdec: remove unused members from struct MDECContext 16 years ago
  Måns Rullgård dd36b88b46 Remove explicit init to zero of static inv_zigzag_direct16 16 years ago
  Diego Biurrun b979e4a289 whitespace cosmetics 16 years ago
  Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 16 years ago
  Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 16 years ago
  Maksym Veremeyenko 7305d97f04 Do not read index chunks as audio/video data; closes issue 1336. 16 years ago
  Stephen Backway c58b82a29b Add Bluray Subtitle Support 16 years ago
  Reimar Döffinger 49056037a8 Mark video from .mtv files correctly as upside-down. 16 years ago
  Måns Rullgård cf5ec60740 mpegts: change variable-length array to fixed length 16 years ago
  Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables 16 years ago
  Vitor Sessak ce78113d5a Cosmetics: add some whitespace around operators 16 years ago
  Aurelien Jacobs 429eeecd5a matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks 16 years ago
  Aurelien Jacobs e26444079c matroskadec: factorize some code 16 years ago
  Diego Biurrun deb1b2b699 Add necessary #include for config.h. 16 years ago
  Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers 16 years ago
  Diego Biurrun 1feec476aa Add missing header to fix 'make checkheaders'. 16 years ago
  Ramiro Polla 89fb9516af swscale-example: Rename src->ref so as to not confuse with src being used in doTest(). 16 years ago
  Ramiro Polla 7da35acdab swscale-example: Use SWS_BILINEAR instead of hardcoded value. 16 years ago