summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
Commit message (Expand)AuthorAge
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-15
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* pcmenc: set frame_size to 0.Justin Ruggles2012-01-11
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* pcmdec: remove unneeded resetting of samples pointerJustin Ruggles2011-11-23
* pcmdec: fix output buffer size check by calculating the actual output sizeJustin Ruggles2011-10-26
* pcmdec: move codec-specific variable declarations to the corresponding codecJustin Ruggles2011-10-26
* pcmdec: return buf_size instead of src-buf.Justin Ruggles2011-10-26
* avcodec: remove the Zork PCM encoder.Justin Ruggles2011-10-26
* pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.Justin Ruggles2011-10-26
* pcmenc: remove unneeded sample_fmt check.Justin Ruggles2011-10-26
* pcmdec: move number of channels check to pcm_decode_init()Justin Ruggles2011-10-26
* pcmdec: remove unnecessary check for sample_fmt changeJustin Ruggles2011-10-26
* pcmdec: move DVD PCM bits_per_coded_sample check near to the code that setsJustin Ruggles2011-10-26
* pcmdec: do not needlessly set *data_size to 0Justin Ruggles2011-10-26
* pcm: reduce pointer type castingMans Rullgard2011-10-13
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-03
* pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove final semicolon from some macrosMans Rullgard2011-02-10
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Don't declare a pcm_dvd encoder.Diego Elio Pettenò2011-01-25
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-11
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-01
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Use designated initialisers for pcm codec structPeter Ross2010-07-16
* Set bits_per_raw_sample in the pcm decoder.Justin Ruggles2010-06-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* IndentMichael Niedermayer2009-04-19
* Do not discard truncated packets.Michael Niedermayer2009-04-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
* Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross2008-08-23
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-20
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-19
* Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross2008-08-16