Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 лет назад |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 лет назад |
Michael Niedermayer
|
b5da7d4c1a
Merge remote-tracking branch 'qatar/master'
|
12 лет назад |
Diego Biurrun
|
6774247a9d
avformat: Drop pointless "format" from container long names
|
12 лет назад |
Michael Niedermayer
|
2e0c360abd
Merge remote-tracking branch 'qatar/master'
|
12 лет назад |
Martin Storsjö
|
20234a4bd7
cosmetics: Align muxer/demuxer declarations
|
12 лет назад |
Michael Niedermayer
|
15c6be8c7d
Merge remote-tracking branch 'qatar/master'
|
12 лет назад |
Justin Ruggles
|
0883109b27
voc/avs: Do not change the sample rate mid-stream.
|
12 лет назад |
Michael Niedermayer
|
6cb2085278
Merge remote-tracking branch 'qatar/master'
|
12 лет назад |
Martin Storsjö
|
167f3b8de7
libavformat: Add an ff_ prefix to some lavf internal symbols
|
12 лет назад |
Michael Niedermayer
|
e37f161e66
Merge remote-tracking branch 'qatar/master'
|
12 лет назад |
Anton Khirnov
|
6e9651d106
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
12 лет назад |
Michael Niedermayer
|
d0492578c8
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
3b3bbdd3e6
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
|
13 лет назад |
Reimar Döffinger
|
056c13fd17
vocdec: Take channel count into account when calculating bit rate.
|
13 лет назад |
Michael Niedermayer
|
78accb876c
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 лет назад |
Michael Niedermayer
|
2cae9809e2
Merge remote branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
8978fedaee
avio: introduce an AVIOContext.seekable field
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 лет назад |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 лет назад |
Anton Khirnov
|
76aa876e69
avio: avio_ prefix for url_fsize
|
13 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 лет назад |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
13 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
13 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 лет назад |
Justin Ruggles
|
f61cbc22d3
Revise check for codec id in voc demuxer.
|
13 лет назад |
Justin Ruggles
|
1ae02fe03b
Fix bug in voc demuxer that was introduced in SVN r26309.
|
13 лет назад |
Daniel Kang
|
e048a9cab1
Do not crash for illegal sample size, fixes issue 2502.
|
14 лет назад |
Francesco Lavra
|
80b39e1ca6
Move AVCodecTag from riff.h into internal.h.
|
14 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 лет назад |
Peter Ross
|
c351524c9e
Determine VOC block length when length field is zero, fixes issue1538.
|
15 лет назад |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 лет назад |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 лет назад |
Aurelien Jacobs
|
e998ba4fbc
avoid POSIX reserved _t suffix
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 лет назад |
Aurelien Jacobs
|
090a41790e
voc: add ff_ prefix to some global const data
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Panagiotis Issaris
|
85565db0f8
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
|
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 лет назад |
Aurelien Jacobs
|
fd2e1d88a6
remove useless empty function
|
17 лет назад |
Aurelien Jacobs
|
eb67342fdc
cosmetics: too much blank lines
|
17 лет назад |
Aurelien Jacobs
|
6bca498d78
use intreadwrite functions in vocdec
|
17 лет назад |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 лет назад |
Alex Beregszaszi
|
fd9a71acaa
simplification
|
17 лет назад |