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 |
Michael Niedermayer
|
f9ecb849ef
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
d2d67e424f
Remove all uses of now deprecated metadata functions.
|
13 years ago |
Clément Bœsch
|
b443447536
Fix various uninitialized variable warnings
|
13 years ago |
Stefano Sabatini
|
34e9c9b111
iff: remove duplicated file description
|
13 years ago |
Stefano Sabatini
|
e280a4da2a
iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly
|
13 years ago |
Stefano Sabatini
|
d8353256a3
iff: compact code setting metadata tags
|
13 years ago |
Stefano Sabatini
|
34f590b29b
iff: fix bitrate computation for compressed audio stream
|
13 years ago |
Stefano Sabatini
|
1af99b0292
iff: distinguish fields for audio and video compression
|
13 years ago |
Sebastian Vater
|
183132872a
HAM6/HAM8 support for IFF demuxer/decoder
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Michael Niedermayer
|
0fecf2642b
Merge remote-tracking branch 'newdev/master'
|
13 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
13 years ago |
Anton Khirnov
|
384c9c2fa7
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
74b3f67c9c
lavf: replace all uses of url_fskip with avio_seek
|
13 years ago |
Anton Khirnov
|
f59d8ff8cd
avio: avio_ prefix for url_fseek
|
13 years ago |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
13 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
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ò
|
4b21c38180
Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
2d162e3825
Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
|
13 years ago |
Peter Ross
|
ea15d2000c
remove redundant text and whitespaces from iff demuxer av_log() statements
|
14 years ago |
Sebastian Vater
|
299ac811ba
Reindent after r23112.
|
14 years ago |
Sebastian Vater
|
65d213ec86
Move handling of paletted data to the IFF demuxer. This allows future
|
14 years ago |
Sebastian Vater
|
0613ece542
Replace usage of s->streams[0]->* with st->*, which is shorter.
|
14 years ago |
Sebastian Vater
|
8af7dbce61
Parse IFF metadata.
|
14 years ago |
Sebastian Vater
|
4f5e6ef16e
Reindent after rr22977.
|
14 years ago |
Sebastian Vater
|
46dcabf82b
Make the IFF demuxer a little more standards-compliant, e.g. respect the size
|
14 years ago |
Sebastian Vater
|
e595346486
Reindent / reformat some code with broken indenting.
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Måns Rullgård
|
d9747e29b6
IFF: move ff_cmap_read_palette() prototype to a header file
|
14 years ago |
Peter Ross
|
899605f150
Support IFF ANNO (annotation) chunk type
|
14 years ago |
Peter Ross
|
451b353d87
Indentation cleanup
|
14 years ago |
Peter Ross
|
02c4f626a8
Extend IFF demuxer to parse PBM/ILBM bitmap chunks
|
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 |
Jai Menon
|
f98dcdedda
Avoid _t in identifier names, _t is reserved by POSIX.
|
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 |
Jai Menon
|
86b2d47fc0
IFF stereo support
|
16 years ago |