summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-0618-22/+22
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-062-2/+2
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-062-2/+2
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-061-1/+1
* ff_swb_offset_* tables should be const.Reimar Döffinger2009-09-062-4/+4
* compatible_frame array can be static const, too.Reimar Döffinger2009-09-061-1/+1
* do not decode more than one audio frame in a decode packet callSascha Sommer2009-09-061-31/+14
* avoid extra memcpy during scale factor decodingSascha Sommer2009-09-061-10/+9
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-063-79/+79
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-052-36/+36
* Use memcpy to copy till end of line in one go instead of copying pixel by pixelReimar Döffinger2009-09-051-11/+15
* Slightly simplify detection of end of compressed data in xan_unpackReimar Döffinger2009-09-051-6/+2
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-051-5/+5
* Remove useless ulti_decode_end function.Reimar Döffinger2009-09-051-8/+1
* prettyprinting cosmeticsDiego Biurrun2009-09-052-13/+15
* fix handling of packet loss when the output buffer is fullSascha Sommer2009-09-051-2/+3
* reindentSascha Sommer2009-09-051-43/+43
* remove no longer needed debug outputSascha Sommer2009-09-051-3/+0
* reduce output buffer needsSascha Sommer2009-09-051-9/+24
* store packet GetBitContext in the decoder contextSascha Sommer2009-09-051-12/+13
* Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun2009-09-041-1/+1
* libspeex: Do not set AVCodecContext.frame_size in decoder init if there is noJustin Ruggles2009-09-041-2/+1
* cosmetics: indentation and other prettyprinting fixesDiego Biurrun2009-09-021-73/+74
* add missing wmapro decoder partsSascha Sommer2009-09-024-9/+1277
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-301-2/+2
* Convert ZERO8x2 macro into inline functionKostya Shishkov2009-08-301-3/+5
* Remove unused variable.Reimar Döffinger2009-08-301-1/+0
* Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bitKostya Shishkov2009-08-301-7/+12
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-302-26/+26
* Store the frame size in the LibSpeexContext in case the header does not exist.Justin Ruggles2009-08-291-5/+8
* One declaration of mm_flags is enoughMåns Rullgård2009-08-291-6/+1
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-295-6/+8
* Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16Måns Rullgård2009-08-291-2/+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
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-281-3/+6
* 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
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-264-1/+321
* 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
OpenPOWER on IntegriCloud