]> git.sesse.net Git - ffmpeg/history - libavformat/aiff.c
avutil/mem: Also poison new av_realloc-allocated blocks
[ffmpeg] / libavformat / aiff.c
2021-02-23 Andreas Rheinhardtavformat/aiff: Deduplicate codec tags and codec tags...
2009-10-15 Justin RugglesRename aiff.c to aiffdec.c
2009-10-15 Justin RugglesSplit up the AIFF muxer and demuxer into separate files.
2009-10-13 Justin RugglesDo not read data past the end of the SSND chunk in...
2009-10-02 Reimar DöffingerReturn special EOF checking for aiff and au demuxers...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-04-17 Michael NiedermayerRemove useless init from aiff_read_header() found by...
2009-02-02 Aurelien Jacobsuse new metadata API in aiff demuxer
2009-02-02 Aurelien Jacobssimplify
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-04 Baptiste Coudurierset block align and frame size for gsm in aiff
2008-09-02 Diego BiurrunReplace generic CONFIG_MUXERS preprocessor conditionals...
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-19 Peter RossMake AIFF demuxer handle F32BE and F64BE PCM audio.
2008-06-28 Baptiste Couduriercosmetics
2008-06-28 Baptiste Couduriercosmetics, align vertically
2008-06-06 Ramiro PollaRemove wrappers of pcm_read_seek().
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-15 Baptiste Couduriertry to demux even if codec is not recognized, should...
2008-05-15 Baptiste Coudurierdo not fail if correct is not recognized
2008-05-15 Baptiste Couduriercosmetics, remove space before opening parenthesis
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-05 Baptiste Coudurierset block align for mace3/6
2008-03-05 Baptiste Couduriercorrectly compute bit rate for compressed audio, should...
2008-02-25 Baptiste Coudurierfix mace duration
2008-02-25 Baptiste Coudurier10l, protect malloc overflow
2008-02-25 Baptiste Couduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 Baptiste Coudurierremove useless close function
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierremove useless casts
2008-02-25 Baptiste Couduriercosmetics
2008-02-25 Baptiste Coudurierremove useless tags, codec_get_id matches independently...
2008-02-25 Baptiste Coudurierset bps to uncompressed original sound data for compres...
2008-02-25 Baptiste Coudurierfix duration for ima4
2008-02-25 Baptiste Coudurierima4 in aiff support
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 Aurelien Jacobsmove unrelated functions declarations out of allformats.h
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-06-26 Baptiste Couduriercompute absolute data offset after reading blocksize
2007-06-25 Baptiste Coudurierthis is named BlockSize in specs
2007-06-25 Baptiste Coudurieraccording to specs, offset is before blocksize
2007-06-25 Baptiste Couduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-04-27 Kostya ShishkovSupport for newer MacOSX AIFF
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-14 Baptiste Coudurier100l
2007-02-14 Baptiste Coudurierindentation
2007-02-14 Baptiste Coudurieruse aiff when we can, some players only support aiff
2007-01-21 Michael Niedermayerthe context is supposed to be freed in the generic...
2007-01-21 Michael Niedermayerremove now useless codec_tag setting code in muxers
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayerexport a few more codec_tag-codec_id tables
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-11 Baptiste Coudurierfix bit rate
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 Baptiste Couduriersimplify by not writing unneeded codec name to fix...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-11 Diego BiurrunCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-05-15 Baptiste Coudurierfix pcm_s24be demuxing, simplify
2006-02-02 Michael NiedermayerAIFF format support by (Patrick Guimond <patg a.t patg...