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
|
66e5b1df36
avio: deprecate url_feof
|
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 |
Anton Khirnov
|
19711af5cd
lavf: move internal functions from avformat.h to internal.h
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Janne Grunau
|
612dc0238a
Skip pes payload during probing to avoid start code emulation.
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Michael Niedermayer
|
0332324a48
Dont give up after 100kb of zero bytes but returnd EAGAIN
|
15 years ago |
Michael Niedermayer
|
c45ebd5461
Set AVPacket.pos in MPEG-PS demuxer.
|
15 years ago |
Michael Niedermayer
|
6de5b62790
Also print the number of invalid packets in the debug output.
|
15 years ago |
Michael Niedermayer
|
55f6524789
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have
|
15 years ago |
tralph11@yahoo.com
|
711e69a730
Improve sofdec dectection to avoid false positives for MP2.
|
15 years ago |
Michael Niedermayer
|
c4674a479b
Make mpeg_probe() pass probetest.
|
15 years ago |
Reimar Döffinger
|
3489e150d9
Slightly stricter MPEG-PES probing, fixes issue 1383.
|
15 years ago |
Michael Niedermayer
|
e8c9383914
Remove 2 ++ from check_pes() that are useless, found by CSA.
|
16 years ago |
Ramiro Polla
|
9ba4821d93
Split TrueHD decoder from MLP
|
16 years ago |
Diego Biurrun
|
1aeb55a1de
Mark dvdaudio_substream_type variable as av_uninit to work around false
|
16 years ago |
Benoit Fouet
|
80e58c6153
Allow demuxing of audio substreams stored as 0x06 type.
|
16 years ago |
Alex Converse
|
d84d6fbf28
Increase the number of packets required to identify as MPEG PES to keep from
|
16 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Diego Pettenò
|
fb65d2ca84
Use enum typers instead of int.
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Michael Niedermayer
|
274335e76c
vertical align
|
16 years ago |
Michael Niedermayer
|
ff9c8d7c6f
Add flag to mark demuxers that can output discontinuous timestamps.
|
16 years ago |
Michael Niedermayer
|
c1c9046656
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
|
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.
|
17 years ago |
Joakim Plate
|
5faf168940
Check return of url_fseek in mpeg timestamp reading code.
|
17 years ago |
Lars Täuber
|
4860abb116
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
|
17 years ago |
Michael Niedermayer
|
b22d0c04d7
Support invalid mpeg created by vdr
|
17 years ago |
Michael Niedermayer
|
675b8390f6
Ignore flags after pts/dts if there are no bytes left.
|
17 years ago |
Michel Bardiaux
|
6ba90c204c
Suppress runaway index on streamed input
|
17 years ago |
Paul Kelly
|
3dea63bd7e
user specifyable maximum amount of memory to use for the index.
|
17 years ago |
Ivo van Poorten
|
66e9e30239
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
|
17 years ago |
Ivo van Poorten
|
3d94e3ba93
use one shift less in get_pts()
|
17 years ago |
Allan Sandfeld Jensen
|
7dc75e8d43
Revert r6124, the change was just wrong, other formats than MPEG-PS can be
|
17 years ago |
Michael Niedermayer
|
7e1720dec6
make mpeg-ps probe less happy with random data
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Måns Rullgård
|
2c18784703
Improve Sofdec file detection
|
17 years ago |
Aurelien Jacobs
|
73039e0fb4
fix potential buffer over-read
|
17 years ago |
Aurelien Jacobs
|
cc04af3481
fix negative fseek
|
17 years ago |
Aurelien Jacobs
|
8cd4ac3d63
correctly set audio codec when demuxing sofdec files
|
17 years ago |
Michael Niedermayer
|
0c904db118
typo
|
17 years ago |
Michael Niedermayer
|
c6dcd0d7f0
fix misdetection of mp3could_not_find_codec_parameters.mp3
|
17 years ago |