Michael Niedermayer
|
78accb876c
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 лет назад |
Michael Niedermayer
|
99eb31e263
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 лет назад |
Clément Bœsch
|
adba9c6352
Fix various unused variable warnings
|
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 лет назад |
Michael Niedermayer
|
0fecf2642b
Merge remote-tracking branch 'newdev/master'
|
13 лет назад |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
13 лет назад |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 лет назад |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
13 лет назад |
Anton Khirnov
|
384c9c2fa7
avio: add avio_tell macro as a replacement for url_ftell
|
13 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 лет назад |
Anton Khirnov
|
f59d8ff8cd
avio: avio_ prefix for url_fseek
|
13 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
13 лет назад |
Anton Khirnov
|
a1b7979261
lavf: replace remaining uses of put_tag with avio_write
|
13 лет назад |
Anton Khirnov
|
324429309e
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
|
13 лет назад |
Anton Khirnov
|
bbc413f943
lavf: replace remaining uses of put_tag with avio_write
|
13 лет назад |
Anton Khirnov
|
0abdb29317
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
|
13 лет назад |
Anton Khirnov
|
e9eb8d0bce
avio: avio: avio_ prefixes for put_* functions
|
13 лет назад |
Anton Khirnov
|
e63a362857
avio: avio_ prefixes for get_* functions
|
13 лет назад |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
13 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
13 лет назад |
Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
13 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 лет назад |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 лет назад |
Aurelien Jacobs
|
e94204dfd8
move pcm demuxers to their own file
|
14 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 лет назад |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 лет назад |
Diego Biurrun
|
517ac2434b
Use more descriptive format long_names.
|
15 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Diego Biurrun
|
8212568a1c
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
|
16 лет назад |
Reimar Döffinger
|
aecf157ed0
Mark several libavformat arrays const
|
16 лет назад |
Reimar Döffinger
|
e7fd7b9aec
Remove useless empty close functions in mmf and mm demuxers.
|
16 лет назад |
Diego Biurrun
|
37673b1bdd
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
|
16 лет назад |
Ramiro Polla
|
15d856e8d2
Remove wrappers of pcm_read_seek().
|
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 лет назад |
Aurelien Jacobs
|
7241a6bb50
move unrelated functions declarations out of allformats.h
|
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 лет назад |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Måns Rullgård
|
9d9f4119bd
move common stuff from avienc.c and wav.c to new file riff.c
|
18 лет назад |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 лет назад |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 лет назад |