2012-04-04 |
Aneesh Dogra | pcm: K&R formatting cosmetics |
blob | commitdiff | raw |
2012-02-25 |
Justin Ruggles | check for coded_frame allocation failure in several... |
blob | commitdiff | raw | diff to current |
2012-02-25 |
Justin Ruggles | audio encoders: do not set coded_frame->key_frame. |
blob | commitdiff | raw | diff to current |
2012-02-01 |
Justin Ruggles | pcmenc: Do not set avpkt->size. |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Justin Ruggles | pcmenc: use AVCodec.encode2() |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Justin Ruggles | avcodec: Add avcodec_encode_audio2() as replacement... |
blob | commitdiff | raw | diff to current |
2012-01-11 |
Justin Ruggles | pcmenc: set frame_size to 0. |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Justin Ruggles | Add avcodec_decode_audio4(). |
blob | commitdiff | raw | diff to current |
2011-11-23 |
Justin Ruggles | pcmdec: remove unneeded resetting of samples pointer |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: fix output buffer size check by calculating... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: move codec-specific variable declarations to... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: return buf_size instead of src-buf. |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | avcodec: remove the Zork PCM encoder. |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmenc: remove unneeded sample_fmt check. |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: move number of channels check to pcm_decode_init() |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: remove unnecessary check for sample_fmt change |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: move DVD PCM bits_per_coded_sample check near... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Justin Ruggles | pcmdec: do not needlessly set *data_size to 0 |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Mans Rullgard | pcm: reduce pointer type casting |
blob | commitdiff | raw | diff to current |
2011-07-03 |
Mans Rullgard | Remove statements immediately following unconditional... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Diego Biurrun | pcm: Add const to cast in ENCODE macro. |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-02-10 |
Mans Rullgard | Remove final semicolon from some macros |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Add ff_ prefix to data symbols of encoders, decoders... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Diego Elio Pettenò | Don't declare a pcm_dvd encoder. |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Daniel Kang | Do not crash for illegal sample size, fixes issue 2502. |
blob | commitdiff | raw | diff to current |
2010-11-12 |
Stefano Sabatini | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_... |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Tomas Härdin | Add pcm_lxf, a decoder for the 20-bit planar PCM format... |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Reimar Döffinger | Use "const" qualifier for pointers that point to input... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Peter Ross | Use designated initialisers for pcm codec struct |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Justin Ruggles | Set bits_per_raw_sample in the pcm decoder. |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Reimar Döffinger | Allow hardcoding of ulaw and alaw tables. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Francesco Lavra | Move ff_reverse in libavcodec to av_reverse in libavutil. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Reimar Döffinger | Make sample_fmts and channel_layouts compound literals... |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Måns Rullgård | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN |
blob | commitdiff | raw | diff to current |
2009-04-19 |
Michael Niedermayer | Indent |
blob | commitdiff | raw | diff to current |
2009-04-19 |
Michael Niedermayer | Do not discard truncated packets. |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Diego Biurrun | cosmetics: Reformat long_names so that "PCM" comes... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Aurelien Jacobs | WORDS_BIGENDIAN must be checked with #ifdef |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Luca Abeni | Bump Major version, this commit is almost just renaming... |
blob | commitdiff | raw | diff to current |
2008-09-01 |
Baptiste Coudurier | make pcm encoder setting bits_per_sample field |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Peter Ross | Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32... |
blob | commitdiff | raw | diff to current |
2008-08-20 |
Peter Ross | Fix PCM DVD divide by zero bug introduced in r14659... |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Peter Ross | Add F64BE, F64LE and F64BE PCM codecs. |
blob | commitdiff | raw | diff to current |
2008-08-19 |
Peter Ross | Fix PCM_S16LE_PLANAR channel-address calculation bug... |
blob | commitdiff | raw | diff to current |
2008-08-16 |
Peter Ross | Use memcpy() for PCM S16/S32 codecs when codec byte... |
blob | commitdiff | raw | diff to current |
2008-08-12 |
Peter Ross | Fix CODEC_ID_PCM_U8 decoder output size calculation... |
blob | commitdiff | raw | diff to current |
2008-08-11 |
Peter Ross | Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Peter Ross | Add simpler/cleaner/faster F32BE encoding/decoding. |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Peter Ross | Simplify PCM codec; change 'n' in pcm_decode_frame... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Peter Ross | Prevent DAUD PCM encoder from fetching values outside... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Peter Ross | Simplify PCM codec; replace switch() statements with... |
blob | commitdiff | raw | diff to current |
2008-08-04 |
Peter Ross | Simplify PCM codec; use sample_fmts field to set the... |
blob | commitdiff | raw | diff to current |
2008-07-31 |
Peter Ross | Modify all codecs to report their supported input and... |
blob | commitdiff | raw | diff to current |
2008-07-26 |
Peter Ross | add CODEC_ID_PCM_F32BE (32-bit floating point PCM big... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Diego Biurrun | Add a note to remind people that new PCM/ADPCM formats... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Lars Täuber | LPCM 24 bits support, patch by Lars Täuber, lars.taeube... |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Diego Biurrun | Fix big-endian vs. little-endian typo. |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Diego Biurrun | Add PCM codec long names; by Stefano Sabatini, stefano... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Diego Biurrun | Remove unnecessary parentheses from return calls. |
blob | commitdiff | raw | diff to current |
2008-04-17 |
Diego Biurrun | cosmetics: Sort some lists alphabetically. |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | consts |
blob | commitdiff | raw | diff to current |
2007-12-17 |
wg | Fix crash in PCM decoder when number of channels is... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Aurelien Jacobs | cosmetics: alignment |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Aurelien Jacobs | add pcm_s16le_planar support for electronicarts files |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Aurelien Jacobs | split definition of PCM_CODEC into PCM_ENCODER and... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Aurelien Jacobs | remove useless #undef |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Michael Niedermayer | support silly PCM variant used by zork nemesis |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Ramiro Polla | Revert r8979 (Ugly fix for r8963) |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Ramiro Polla | Fix r8963 |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Ramiro Polla | Simplify ptr[0]; ptr++; to *ptr++ |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Ramiro Polla | Use bytestream |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Ramiro Polla | Use AV_XX16 macros |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Ramiro Polla | Factorize usum |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Michael Niedermayer | 10^10l to whoever wrote this |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Michael Niedermayer | packets with half pcm samples are invalid |
blob | commitdiff | raw | diff to current |
2007-01-14 |
Michael Niedermayer | avcodec_decode_audio2() |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Reimar Döffinger | Document "us" parameter for PCM conversion functions. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Reimar Döffinger | Support de-/encoding of 24 and 32 bit PCM (from and... |
blob | commitdiff | raw | diff to current |
2005-02-13 |
Michael Niedermayer | buffer overflow |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Michael Niedermayer | cbr audio muxing fix |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Michael Niedermayer | more data_size=0 cleanup |
blob | commitdiff | raw | diff to current |
2003-09-28 |
Michael Niedermayer | simpler |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Michael Niedermayer | typos & cosmetics |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2003-01-19 |
Måns Rullgård | C99 initializers and kill warnings patch by (mru at... |
blob | commitdiff | raw | diff to current |
next |