Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 лет назад |
Kostya Shishkov
|
0cdd1208be
Musepack SV7: try to read files without number of frames provided
|
13 лет назад |
Anton Khirnov
|
d2d67e424f
Remove all uses of now deprecated metadata functions.
|
14 лет назад |
Anton Khirnov
|
8978fedaee
avio: introduce an AVIOContext.seekable field
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Anton Khirnov
|
3694ac240b
mpc: read id3v1 tags.
|
14 лет назад |
Reimar Döffinger
|
6612d8cf31
Move handling of ID3v2 to common utils.c code, reducing code duplication
|
14 лет назад |
Michael Karcher
|
3a1350e8d9
Generalize ID3v2 functions to support ID3v2-like ID headers with a
|
14 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
Vitor Sessak
|
2e5195646d
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for
|
15 лет назад |
David Conrad
|
0fc07ad951
Set start_time and duration in AVStream instead of AVFormatContext for
|
15 лет назад |
Matti Hamalainen
|
5f71844e78
Parse ID3 tags in Musepack SV7 files
|
15 лет назад |
Matti Hamalainen
|
311f96a8cc
Parse APE metadata tags in Musepack SV7 files
|
15 лет назад |
Stefano Sabatini
|
9106a698e7
Rename bitstream.h to get_bits.h.
|
16 лет назад |
Alex Converse
|
ac3ef4a41b
Fix probing of files with ID3v2 tags. Discussed at
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 лет назад |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 лет назад |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 лет назад |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
18 лет назад |
Reimar Döffinger
|
d188691205
10l, > vs. >= typo, caused crashes on last mpc frame
|
18 лет назад |
Kostya Shishkov
|
aac88b534c
Decode previous 32 frames to avoid seeking artifacts in MPC
|
18 лет назад |
Kostya Shishkov
|
0587b0cacd
Make MPC demuxer deal with ID3 tags at the beginning
|
18 лет назад |
Kostya Shishkov
|
e311363245
Enable forward seek in Musepack demuxer
|
18 лет назад |
Kostya Shishkov
|
185c7b6b26
Musepack SV7 decoding support
|
18 лет назад |