summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Slightly simplify detection of end of compressed data in xan_unpackReimar Döffinger2009-09-05
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-05
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-05
* Search for ipmovie signature beyond the start of the file.Reimar Döffinger2009-09-05
* Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger2009-09-05
* prettyprinting cosmeticsDiego Biurrun2009-09-05
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-05
* reindentSascha Sommer2009-09-05
* remove no longer needed debug outputSascha Sommer2009-09-05
* reduce output buffer needsSascha Sommer2009-09-05
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-05
* 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