Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-10Move code to be used by the IEC 61937 demuxer from spifenc.c into commonAnssi Hannula
files spdif.h and spdif.c. Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 25715 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-11-10Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.Anssi Hannula
Patch by Anssi Hannula, anssi d hannula a iki d fi Originally committed as revision 25713 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-12Split the ADTS header decoder off of the ADTS parser.Alex Converse
The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-20Add IEC958 data_types for DTS-HD (data burst described in IEC 61937-5),Carl Eugen Hoyos
E-AC-3 (61937-3 Edition 2) and TrueHD (61937-9). Originally committed as revision 23655 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-18Add IEC958 data_types for Atrac* and WMA Pro.Carl Eugen Hoyos
Data-burst is described in IEC 61937-7 (Atrac) and IEC 61937-8 (WMA Pro). Originally committed as revision 23641 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-07Don't write an empty spdif header in spdif muxers write_header function ↵Joakim Plate
before actual data starts. Patch by Elupus. Originally committed as revision 22814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-08-21Add support for S/PDIF encapsulation.Bartlomiej Wolowiec
Originally committed as revision 19674 to svn://svn.ffmpeg.org/ffmpeg/trunk