summaryrefslogtreecommitdiff
path: root/libavformat/daud.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-0/+3
|\
| * daud: set channel layoutJustin Ruggles2012-11-121-0/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-2/+2
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-201-1/+1
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-12/+9
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-12/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+4
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-101-0/+5
|\ \ | |/
| * daud: Don't write packets that are too large to have their size expressed in ...Alex Converse2011-04-091-0/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-1/+1
|\ \ | |/
| * avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-3/+3
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-2/+2
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-2/+2
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-2/+2
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Add D-Cinema audio muxerPeter Ross2008-08-041-0/+35
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-291-0/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-091-1/+1
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-8/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-021-0/+63