Diego Biurrun
|
1ecdf8912b
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 лет назад |
Diego Biurrun
|
a4472ac01e
Add informative messages to av_log_ask_for_sample calls lacking them
|
12 лет назад |
Diego Biurrun
|
f3298f1299
Return proper error code after av_log_ask_for_sample()
|
12 лет назад |
Diego Biurrun
|
511cf612ac
miscellaneous typo fixes
|
12 лет назад |
Martin Storsjö
|
e6153f173a
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
|
12 лет назад |
Martin Storsjö
|
d58dd4b5b5
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
|
12 лет назад |
Martin Storsjö
|
124134e424
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
|
12 лет назад |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 лет назад |
Diego Biurrun
|
19cf7163c1
dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs
|
12 лет назад |
Diego Biurrun
|
9e4bca16f8
dca: Move tables used outside of dcadec.c to a separate file.
|
12 лет назад |
Martin Storsjö
|
20234a4bd7
cosmetics: Align muxer/demuxer declarations
|
13 лет назад |
Anssi Hannula
|
580bb77936
spdifenc: use special alignment for DTS-HD length_code
|
13 лет назад |
Anton Khirnov
|
73ae27e17b
lavc: use avpriv_ prefix for ff_aac_parse_header().
|
13 лет назад |
Anton Khirnov
|
145f741e11
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
13 лет назад |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 лет назад |
Anton Khirnov
|
f0029cbcf6
lavf: use designated initializers for AVClasses.
|
14 лет назад |
Anton Khirnov
|
b66752790a
AVOptions: make default_val a union, as proposed in AVOption2.
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
14 лет назад |
Ronald S. Bultje
|
0f86fcabdf
spdifenc.c: fix compile because of missing include avio_internal.h.
|
14 лет назад |
Anton Khirnov
|
0ac8e2bf2b
avio: make put_nbyte internal.
|
14 лет назад |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Anssi Hannula
|
6c60fcf89a
spdifenc: set flag AVFMT_NOTIMESTAMPS
|
14 лет назад |
Janne Grunau
|
ec25f83bd9
spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patch
|
14 лет назад |
Anssi Hannula
|
57f2c9aed9
spdifenc: fix byte order on big-endian systems
|
14 лет назад |
Anssi Hannula
|
482d98f69b
spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Anssi Hannula
|
febd72be65
Use new function put_nbyte() to speed up padding.
|
14 лет назад |
Carl Eugen Hoyos
|
548b97a66a
Cosmetics: Re-indent after last commit.
|
14 лет назад |
Anssi Hannula
|
cc6c0c7b52
Do not add the preamble if the DTS stream is already padded, like DTS in
|
14 лет назад |
Anssi Hannula
|
d8e481bb86
s/IEC958/IEC 61937 - IEC958 is a lower level format.
|
14 лет назад |
Anssi Hannula
|
836132ec43
Fix wrong bitstream mode for AC-3.
|
14 лет назад |
Anssi Hannula
|
a4c8e0a82b
Improve error return values.
|
14 лет назад |
Anssi Hannula
|
977903521e
Always encapsulate DTS in big-endian format, at least some receivers
|
14 лет назад |
Anssi Hannula
|
e5e932e8b0
Add Anssi and myself to the authors in doxygen.
|
14 лет назад |
Carl Eugen Hoyos
|
25a08596d3
Add copyright notices for the E-AC3 and TrueHD parts of the muxer.
|
14 лет назад |
Anssi Hannula
|
323e3f8b6c
IEC 61937 encapsulation of TrueHD for HDMI passthrough.
|
14 лет назад |
Carl Eugen Hoyos
|
4b6bfbe2b7
100l: Fix crash in SPDIF muxer.
|
14 лет назад |
Carl Eugen Hoyos
|
909865fdbe
Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.
|
14 лет назад |
Anssi Hannula
|
8079d2ec08
Move code to be used by the IEC 61937 demuxer from spifenc.c into common
|
14 лет назад |
Anssi Hannula
|
8cceef1681
Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.
|
14 лет назад |