Martin Storsjö
|
20234a4bd7
cosmetics: Align muxer/demuxer declarations
|
13 years ago |
Anton Khirnov
|
6e9651d106
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
|
13 years ago |
Diego Biurrun
|
30b4ee7901
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
|
13 years ago |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 years ago |
Alex Converse
|
347b375a80
daud: Don't write packets that are too large to have their size expressed in the bytestream.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
14 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
14 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
14 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Peter Ross
|
51c3861e16
Add D-Cinema audio muxer
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 years ago |
Reimar Döffinger
|
e8bd16a5e1
Check av_new_stream return value, fixes CID75 RUN2
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Diego Biurrun
|
941125ef5f
ISO8859-1 --> UTF-8
|
17 years ago |
Aurelien Jacobs
|
7fbde3431a
replace coder/decoder file description in libavformat by muxer/demuxer
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 years ago |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Reimar Döffinger
|
b93f738fde
Support D-Cinema audio demuxing.
|
19 years ago |