Michael Niedermayer
|
d0492578c8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
84ad31ff18
lavf: replace av_new_stream->avformat_new_stream part II.
|
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
|
14 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
14 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 years ago |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
14 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
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 |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 years ago |
Vitor Sessak
|
10fa22ccfb
Fix MTV decoding on big-endian systems
|
15 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Vitor Sessak
|
5eef7bcd09
Plug memory leak for truncated files
|
15 years ago |
Reynaldo H. Verdejo Pinochet
|
87e76ae0bd
Corrects two typos
|
15 years ago |
Reynaldo H. Verdejo Pinochet
|
a8e1cbaf18
Decrement probe score at unsuported bpp
|
15 years ago |
Reynaldo H. Verdejo Pinochet
|
cbd8a722bb
Fix wrong comparison in r20304
|
15 years ago |
Reynaldo H. Verdejo Pinochet
|
9cf6bbb993
If missing, calculate width or height from bpp and
|
15 years ago |
Reynaldo H. Verdejo Pinochet
|
f122ef36b1
Smarten mtv's probe a bit. Check for non zero
|
15 years ago |
Reimar Döffinger
|
49056037a8
Mark video from .mtv files correctly as upside-down.
|
15 years ago |
Måns Rullgård
|
63613fe615
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
Benjamin Larsson
|
6b71ed1678
Remove dead assignments found by CSA
|
16 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Reynaldo H. Verdejo Pinochet
|
7100376f75
COSMETICS
|
16 years ago |
Reynaldo H. Verdejo Pinochet
|
a45bdbc4f5
Trivial, Cosmetics
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Reimar Döffinger
|
ddca6ab678
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
|
16 years ago |
Reimar Döffinger
|
34bfe875d5
Fix pkt->pos to really point at start of packet for mtv audio packets.
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 years ago |
Diego Biurrun
|
ccd425e799
Remove unnecessary parentheses from return calls.
|
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 |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 years ago |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
18 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
18 years ago |
Diego Biurrun
|
e42dba481f
typos/grammar
|
18 years ago |
Reynaldo H. Verdejo Pinochet
|
b1d196db56
now we set codec_tag, still have to figure out how to handle flipping
|
18 years ago |
Reynaldo H. Verdejo Pinochet
|
28146a8c7a
new mtv demuxer
|
18 years ago |