| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Allow hardcoding of ulaw and alaw tables. | Reimar Döffinger | 2010-04-01 | 1 | -76/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -5/+5 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -4/+4 |
* | Indent | Michael Niedermayer | 2009-04-19 | 1 | -2/+2 |
* | Do not discard truncated packets. | Michael Niedermayer | 2009-04-19 | 1 | -0/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Reformat long_names so that "PCM" comes first. | Diego Biurrun | 2009-03-02 | 1 | -24/+24 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | WORDS_BIGENDIAN must be checked with #ifdef | Aurelien Jacobs | 2009-01-14 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -4/+4 |
* | make pcm encoder setting bits_per_sample field | Baptiste Coudurier | 2008-09-01 | 1 | -1/+2 |
* | Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ... | Peter Ross | 2008-08-23 | 1 | -11/+30 |
* | Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d... | Peter Ross | 2008-08-20 | 1 | -2/+3 |
* | Add F64BE, F64LE and F64BE PCM codecs. | Peter Ross | 2008-08-19 | 1 | -0/+25 |
* | Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. | Peter Ross | 2008-08-19 | 1 | -2/+2 |
* | Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt... | Peter Ross | 2008-08-16 | 1 | -31/+47 |
* | Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ... | Peter Ross | 2008-08-12 | 1 | -1/+1 |
* | Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. | Peter Ross | 2008-08-11 | 1 | -138/+77 |
* | Add simpler/cleaner/faster F32BE encoding/decoding. | Peter Ross | 2008-08-07 | 1 | -14/+39 |
* | Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o... | Peter Ross | 2008-08-07 | 1 | -15/+8 |
* | Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b... | Peter Ross | 2008-08-07 | 1 | -1/+1 |
* | Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). | Peter Ross | 2008-08-04 | 1 | -56/+2 |
* | Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. | Peter Ross | 2008-08-04 | 1 | -12/+6 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -24/+25 |
* | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) | Peter Ross | 2008-07-26 | 1 | -0/+34 |
* | Add a note to remind people that new PCM/ADPCM formats need to be added to | Diego Biurrun | 2008-07-05 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-17 | 1 | -5/+26 |
* | Fix big-endian vs. little-endian typo. | Diego Biurrun | 2008-05-16 | 1 | -1/+1 |
* | Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. | Diego Biurrun | 2008-05-16 | 1 | -26/+28 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -2/+2 |
* | cosmetics: Sort some lists alphabetically. | Diego Biurrun | 2008-04-17 | 1 | -15/+15 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -6/+6 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Fix crash in PCM decoder when number of channels is not set. | wg | 2007-12-17 | 1 | -1/+5 |
* | cosmetics: alignment | Aurelien Jacobs | 2007-11-27 | 1 | -18/+18 |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 1 | -3/+16 |
* | split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER | Aurelien Jacobs | 2007-11-07 | 1 | -3/+16 |
* | remove useless #undef | Aurelien Jacobs | 2007-11-01 | 1 | -2/+0 |
* | support silly PCM variant used by zork nemesis | Michael Niedermayer | 2007-07-30 | 1 | -0/+18 |
* | Revert r8979 (Ugly fix for r8963) | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Fix r8963 | Ramiro Polla | 2007-05-10 | 1 | -2/+2 |
* | Simplify ptr[0]; ptr++; to *ptr++ | Ramiro Polla | 2007-05-09 | 1 | -14/+7 |
* | Use bytestream | Ramiro Polla | 2007-05-09 | 1 | -27/+11 |