summaryrefslogtreecommitdiff
path: root/libavformat/spdifenc.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-04
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-12
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* miscellaneous typo fixesDiego Biurrun2012-12-21
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libsDiego Biurrun2012-08-01
* dca: Move tables used outside of dcadec.c to a separate file.Diego Biurrun2012-08-01
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* spdifenc: use special alignment for DTS-HD length_codeAnssi Hannula2012-01-05
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje2011-02-21
* avio: make put_nbyte internal.Anton Khirnov2011-02-21
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula2011-02-16
* spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patchJanne Grunau2011-02-16
* spdifenc: fix byte order on big-endian systemsAnssi Hannula2011-02-13
* spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula2011-02-13
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Use new function put_nbyte() to speed up padding.Anssi Hannula2011-01-02
* Cosmetics: Re-indent after last commit.Carl Eugen Hoyos2010-12-29
* Do not add the preamble if the DTS stream is already padded, like DTS inAnssi Hannula2010-12-29
* s/IEC958/IEC 61937 - IEC958 is a lower level format.Anssi Hannula2010-12-29
* Fix wrong bitstream mode for AC-3.Anssi Hannula2010-12-29
* Improve error return values.Anssi Hannula2010-12-29
* Always encapsulate DTS in big-endian format, at least some receiversAnssi Hannula2010-12-29
* Add Anssi and myself to the authors in doxygen.Anssi Hannula2010-12-29
* Add copyright notices for the E-AC3 and TrueHD parts of the muxer.Carl Eugen Hoyos2010-11-27
* IEC 61937 encapsulation of TrueHD for HDMI passthrough.Anssi Hannula2010-11-27
* 100l: Fix crash in SPDIF muxer.Carl Eugen Hoyos2010-11-17
* Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Carl Eugen Hoyos2010-11-17
* Move code to be used by the IEC 61937 demuxer from spifenc.c into commonAnssi Hannula2010-11-10
* Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.Anssi Hannula2010-11-09