summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-04
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-04
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-04
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* Indent.Ramiro Polla2009-09-04
* Use if(0){} instead of #if 0 to prevent debug code to rot.Ramiro Polla2009-09-04
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-04
* configure: fix check for x264Måns Rullgård2009-09-02
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-02
* add missing wmapro decoder partsSascha Sommer2009-09-02
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Update ffv1 codec long name in the documentation as well.Diego Biurrun2009-08-31
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-30
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-30
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Convert ZERO8x2 macro into inline functionKostya Shishkov2009-08-30
* 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