Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |
Diego Pettenò
|
fb65d2ca84
Use enum typers instead of int.
|
16 years ago |
Diego Biurrun
|
8212568a1c
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
|
16 years ago |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 years ago |
Peter Ross
|
7b21690a91
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
|
16 years ago |
Peter Ross
|
249f324364
Support 32-bit floating point audio samples in Sun AU demuxer
|
16 years ago |
Baptiste Coudurier
|
9b64a036c0
remove useless close funcs
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Roberto Togni
|
c5adfd641a
Add support for S8 PCM (codec 2)
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Aurelien Jacobs
|
7241a6bb50
move unrelated functions declarations out of allformats.h
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 years ago |
Diego Biurrun
|
9ff85412ad
Fix UNKOWN --> UNKNOWN typo
|
17 years ago |
Michael Niedermayer
|
bb85077fc9
remove now useless codec_tag setting code in muxers
|
18 years ago |
Michael Niedermayer
|
6c77805fc8
get rid of the [4] limitation of codec tag lists
|
18 years ago |
Michael Niedermayer
|
edb6e50682
export a few more codec_tag-codec_id tables
|
18 years ago |
Michael Niedermayer
|
7caf0cc62c
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 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
|
9d9f4119bd
move common stuff from avienc.c and wav.c to new file riff.c
|
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 Pettenò
|
e006c307fe
Move initialisations and internal symbols in allformats.h,
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Diego Biurrun
|
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
|
19 years ago |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 years ago |
Michael Niedermayer
|
2692067a45
AVPacket.pos
|
19 years ago |
Michael Niedermayer
|
5ba7c3d7c9
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams
|
20 years ago |
Michael Niedermayer
|
595bf4ef63
set correct timebase
|
20 years ago |
Nathan Kurz
|
ecc2c0a464
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
|
20 years ago |
Mike Melanson
|
0bd586c50d
sweeping change from -EIO -> AVERROR_IO
|
20 years ago |
Michael Niedermayer
|
e928649b0b
pass AVPacket into av_write_frame()
|
20 years ago |
Fabrice Bellard
|
4986a42929
seek support for PCM formats
|
21 years ago |
Mike Melanson
|
764ef40015
disable encoders where appropriate (patch courtesy of BERO
|
21 years ago |
Fabrice Bellard
|
490579042a
64 bit pts for writing - more const usage
|
21 years ago |
Michael Niedermayer
|
bd5a60201e
use codec_tag for encoding too
|
21 years ago |
Fabrice Bellard
|
fa26a29d65
add av_new_stream() usage
|
21 years ago |
Zdenek Kabelac
|
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
|
22 years ago |
Michael Niedermayer
|
1e491e29c2
cleanup
|
22 years ago |
Fabrice Bellard
|
abac617591
renamed libav to libavformat
|
22 years ago |