Michael Niedermayer
|
9e96051d5d
Merge commit '68a1df13c460adb6241cfdf96aad953b5d637623' into release/0.10
|
10 years ago |
Martin Storsjö
|
e01d623e01
dsicin: Add some basic sanity checks for fields read from the file
|
11 years ago |
Michael Niedermayer
|
9c5104e84e
dsicin demuxer: Fix excessive malloc()
|
13 years ago |
Michael Niedermayer
|
9d76cf0b18
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 years ago |
Michael Niedermayer
|
d17e7070a0
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Justin Ruggles
|
44d2a982ac
dsicin: fix several audio-related fields in the CIN demuxer
|
13 years ago |
Michael Niedermayer
|
d0492578c8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
|
13 years ago |
Michael Niedermayer
|
78accb876c
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Michael Niedermayer
|
6947b0c42e
Merge remote-tracking branch 'newdev/master'
|
13 years ago |
Anton Khirnov
|
3e68b3ba7b
avio: deprecate url_ferror
|
13 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
13 years ago |
Anton Khirnov
|
e63a362857
avio: avio_ prefixes for get_* functions
|
13 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
13 years ago |
Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Vitor Sessak
|
df2235a165
Fix memory leak for truncated frames
|
14 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 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 |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 years ago |
Nicholas Tung
|
e4141433ea
Get rid of unnecessary pointer casts.
|
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 |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
Baptiste Coudurier
|
72450e50a5
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
|
18 years ago |