]> git.sesse.net Git - ffmpeg/history - libavcodec/pcm.c
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / pcm.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-06-24 Paul B MaholPCM signed 16-bit big-endian planar decoder
2014-08-19 Diego Biurrunpcm: Drop av_unused attribute from variable that is...
2014-08-19 Diego Biurrunpcm: Drop unused variable from DECODE_PLANAR macro
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-26 Paul B Maholpcm: support 24-bit/32-bit little-endian planar
2013-08-31 Christian Schmidtpcm_dvd: consolidate pieces from pcm.c and mpeg.c
2013-07-12 Luca Barbatopcm: always use codec->id instead of codec_id
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglespcm: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-20 Justin Rugglespcm: fix decoding of pcm_s16le_planar on big-endian
2012-11-20 Justin Rugglespcmdec: use planar sample format for pcm_s16le_planar
2012-11-01 Justin Ruggleslavc: move SANE_NB_CHANNELS to internal.h and use it...
2012-10-22 Mans Rullgardpcm: define AVCodec instances only for enabled codecs
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-09 Justin Rugglespcmdec: use planar sample format for pcm_lxf
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-17 Mans Rullgardpcmenc: set correct bitrate value
2012-04-04 Aneesh Dograpcm: K&R formatting cosmetics
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2012-02-01 Justin Rugglespcmenc: Do not set avpkt->size.
2012-01-16 Justin Rugglespcmenc: use AVCodec.encode2()
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-11 Justin Rugglespcmenc: set frame_size to 0.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-23 Justin Rugglespcmdec: remove unneeded resetting of samples pointer
2011-10-26 Justin Rugglespcmdec: fix output buffer size check by calculating...
2011-10-26 Justin Rugglespcmdec: move codec-specific variable declarations to...
2011-10-26 Justin Rugglespcmdec: return buf_size instead of src-buf.
2011-10-26 Justin Rugglesavcodec: remove the Zork PCM encoder.
2011-10-26 Justin Rugglespcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting...
2011-10-26 Justin Rugglespcmenc: remove unneeded sample_fmt check.
2011-10-26 Justin Rugglespcmdec: move number of channels check to pcm_decode_init()
2011-10-26 Justin Rugglespcmdec: remove unnecessary check for sample_fmt change
2011-10-26 Justin Rugglespcmdec: move DVD PCM bits_per_coded_sample check near...
2011-10-26 Justin Rugglespcmdec: do not needlessly set *data_size to 0
2011-10-13 Mans Rullgardpcm: reduce pointer type casting
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-04-19 Diego Biurrunpcm: Add const to cast in ENCODE macro.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Diego Elio PettenòDon't declare a pcm_dvd encoder.
2011-01-11 Daniel KangDo not crash for illegal sample size, fixes issue 2502.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-01 Tomas HärdinAdd pcm_lxf, a decoder for the 20-bit planar PCM format...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-16 Peter RossUse designated initialisers for pcm codec struct
2010-06-10 Justin RugglesSet bits_per_raw_sample in the pcm decoder.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-19 Michael NiedermayerIndent
2009-04-19 Michael NiedermayerDo not discard truncated packets.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "PCM" comes...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien JacobsWORDS_BIGENDIAN must be checked with #ifdef
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-01 Baptiste Couduriermake pcm encoder setting bits_per_sample field
2008-08-23 Peter RossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-20 Peter RossFix PCM DVD divide by zero bug introduced in r14659...
2008-08-19 Peter RossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 Peter RossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-16 Peter RossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-12 Peter RossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-11 Peter RossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-07 Peter RossAdd simpler/cleaner/faster F32BE encoding/decoding.
2008-08-07 Peter RossSimplify PCM codec; change 'n' in pcm_decode_frame...
2008-08-07 Peter RossPrevent DAUD PCM encoder from fetching values outside...
2008-08-04 Peter RossSimplify PCM codec; replace switch() statements with...
2008-08-04 Peter RossSimplify PCM codec; use sample_fmts field to set the...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-17 Lars TäuberLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-16 Diego BiurrunFix big-endian vs. little-endian typo.
2008-05-16 Diego BiurrunAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-12-17 wgFix crash in PCM decoder when number of channels is...
2007-11-27 Aurelien Jacobscosmetics: alignment
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-07 Aurelien Jacobssplit definition of PCM_CODEC into PCM_ENCODER and...
2007-11-01 Aurelien Jacobsremove useless #undef
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-05-10 Ramiro PollaRevert r8979 (Ugly fix for r8963)
next