summaryrefslogtreecommitdiff
path: root/libavformat/daud.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* daud: Don't write packets that are too large to have their size expressed in ...Alex Converse2011-04-09
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* 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
* Add D-Cinema audio muxerPeter Ross2008-08-04
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-29
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-02