Reimar Döffinger
|
9a27acae9e
ogg: Fix potential infinite discard loop
|
11 лет назад |
Anton Khirnov
|
8ad3267ce3
oggdec: do not fall back on binary search in the generic code.
|
11 лет назад |
Luca Barbato
|
f963f701d9
ogg: relax demuxer conformance checks
|
11 лет назад |
Luca Barbato
|
d894f74762
oggdec: make sure the private parse data is cleaned up
|
12 лет назад |
Luca Barbato
|
89b51b570d
oggdec: free the ogg streams on read_header failure
|
12 лет назад |
Luca Barbato
|
ba064ebe48
oggdec: check memory allocation
|
12 лет назад |
Luca Barbato
|
f5f1cf5224
oggdec: K&R cosmetic formatting
|
12 лет назад |
Luca Barbato
|
d1f05dd183
ogg: calculate the start position once all the headers are parsed
|
12 лет назад |
Luca Barbato
|
7751e4693d
ogg: check that the expected number of headers had been parsed
|
12 лет назад |
Dale Curtis
|
ef0d779706
Fix uninitialized reads on malformed ogg files.
|
13 лет назад |
Anton Khirnov
|
6e9651d106
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
|
13 лет назад |
Diego Biurrun
|
e873c03ac7
misc Doxygen markup improvements
|
13 лет назад |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 лет назад |
Anton Khirnov
|
a2faa95151
lavf: make some seeking functions private
|
13 лет назад |
Anton Khirnov
|
84ad31ff18
lavf: replace av_new_stream->avformat_new_stream part II.
|
13 лет назад |
Nicolas George
|
4ca59d1948
oggdec: add support for Xiph's CELT codec
|
13 лет назад |
Laurent Aimar
|
0e7efb9d23
oggdec: fix out of bound write in the ogg demuxer
|
13 лет назад |
Chris Evans
|
4cc3467e7a
oggdec: prevent heap corruption.
|
13 лет назад |
Nicolas George
|
9cec1bbd14
ogg: propagate return values and return more meaningful error values
|
13 лет назад |
Reimar Döffinger
|
0a94020b5b
oggdec: Abort Ogg header parsing when encountering a data packet.
|
13 лет назад |
Ronald S. Bultje
|
9ed6cbc3ee
ogg: fix double free when finding length of small chained oggs.
|
13 лет назад |
Diego Biurrun
|
b751f61106
Remove stray extra arguments from av_dlog() invocations.
|
13 лет назад |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 лет назад |
Clément Bœsch
|
e575685fad
Cosmetics: fix prototypes in oggdec
|
14 лет назад |
Clément Bœsch
|
5780f41af5
oggdec: fix memleak with continuous streams.
|
14 лет назад |
Clément Bœsch
|
b3bbc6fdc5
oggdec: use explicit AVInputFormat struct initializers
|
14 лет назад |
Clément Bœsch
|
f95257d27c
oggdec: simplify ogg_probe
|
14 лет назад |
Diego Biurrun
|
045dd4b928
Replace some commented-out debug printf() / av_log() messages with av_dlog().
|
14 лет назад |
Clément Bœsch
|
dc713546d4
oggdec: reindent after 8f3eebd6
|
14 лет назад |
Michael Niedermayer
|
52512d0a43
oggdec: use av_freep() instead of av_free()
|
14 лет назад |
Clément Bœsch
|
8f3eebd663
oggdec: simplify audio chained ogg streams support
|
14 лет назад |
Clément Bœsch
|
47dec30edb
oggdec: fix demuxing chained audio streams
|
14 лет назад |
Anton Khirnov
|
8978fedaee
avio: introduce an AVIOContext.seekable field
|
14 лет назад |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
14 лет назад |
Anton Khirnov
|
76aa876e69
avio: avio_ prefix for url_fsize
|
14 лет назад |
Anton Khirnov
|
e51975392d
avio: deprecate url_fgetc and remove all it uses
|
14 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Reimar Döffinger
|
6bd69e6ada
oggdec: Fix incorrect assumption about header/data interleaving
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Aaron Colwell
|
365d8e471d
Ensure that data_offset is set correctly when there are partial
|
14 лет назад |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 лет назад |
Eli Friedman
|
461628c6a8
Fix printf format warnings
|
14 лет назад |
Reimar Döffinger
|
f1a0518524
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many
|
15 лет назад |
David Conrad
|
adc725b558
oggdec: Move warning about missing granule to the correct place
|
15 лет назад |
David Conrad
|
44a088eab7
oggdec: Fix duration calculation if the last page in a file has no granule
|
15 лет назад |
David Conrad
|
49c2d29089
oggdec: Remove write-only variable
|
15 лет назад |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 лет назад |