History | View | Annotate | Download (19.4 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
avio: rename put_flush_packet -> avio_flush
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
spdifenc.c: fix compile because of missing include avio_internal.h.
avio: make put_nbyte internal.
avio: avio: avio_ prefixes for put_* functions
In the name of consistency:put_byte -> avio_w8put_<type> -> avio_w<type>put_buffer -> avio_write
put_nbyte will be made privateput_tag will be merged with avio_put_str
avio: rename ByteIOContext to AVIOContext.
spdifenc: set flag AVFMT_NOTIMESTAMPS
There are no timestamps in IEC 61937.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patch
"spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI"
spdifenc: fix byte order on big-endian systems
There is a check for HAVE_BIGENDIAN when outputting the IEC 61937stream. On big-endian systems the payload data is not byteswapped,causing in effect the outputted payload data to be in a different byteorder on big-endian than on little-endian systems....
spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
This also lists the objects from those two libraries as internal (by addingthe ff_ prefix) so that they can then be hidden via linker scripts.
Use new function put_nbyte() to speed up padding.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: Re-indent after last commit.
Originally committed as revision 26161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Do not add the preamble if the DTS stream is already padded, like DTS inwav. In that case, DTS can be transmitted through S/PDIF withoutthe IEC 61937 headers.
Originally committed as revision 26160 to svn://svn.ffmpeg.org/ffmpeg/trunk
s/IEC958/IEC 61937 - IEC958 is a lower level format.
Originally committed as revision 26141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix wrong bitstream mode for AC-3.Noticed by CrystalP from XBMC.
Originally committed as revision 26130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Improve error return values.
Originally committed as revision 26129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Always encapsulate DTS in big-endian format, at least some receiversrequire that.
Originally committed as revision 26128 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add Anssi and myself to the authors in doxygen.
Originally committed as revision 26127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add copyright notices for the E-AC3 and TrueHD parts of the muxer.
Originally committed as revision 25835 to svn://svn.ffmpeg.org/ffmpeg/trunk
IEC 61937 encapsulation of TrueHD for HDMI passthrough.This works at least for some people testing it.
Patch by Anssi Hannula, anssi d hannula a iki fi
Originally committed as revision 25834 to svn://svn.ffmpeg.org/ffmpeg/trunk
100l: Fix crash in SPDIF muxer.
Originally committed as revision 25762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.Only works via HDMI.
Patch by Anssi Hannula (anssi d hannula a iki d fi), based on some workby myself.
Originally committed as revision 25760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Move code to be used by the IEC 61937 demuxer from spifenc.c into commonfiles spdif.h and spdif.c.
Originally committed as revision 25715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.
Originally committed as revision 25713 to svn://svn.ffmpeg.org/ffmpeg/trunk