Michael Niedermayer
|
57bf0d1fe5
Merge branch 'release/0.7' into oldabi
|
13 years ago |
Alex Converse
|
9b6080f685
mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions.
|
13 years ago |
Michael Niedermayer
|
ec7f0b527c
Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8
|
13 years ago |
Alex Converse
|
c5388d680e
mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.
|
13 years ago |
Michael Niedermayer
|
faba79e080
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Alex Converse
|
1f6f58d585
mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.
|
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 |
Michael Niedermayer
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
0ebcdf5cda
Do not include mathematics.h in avutil.h
|
13 years ago |
Michael Niedermayer
|
cd8cb54990
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
b0a4e5f9e7
Employ correct printf format specifiers, mostly in debug output.
|
13 years ago |
Clément Bœsch
|
fd38a15adf
Fix various bad printf format warnings
|
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 |
Luca Barbato
|
9ef5a9deaf
Replace dprintf with av_dlog
|
13 years ago |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
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 |
Axel Holzinger
|
354b757300
Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99
|
14 years ago |
Reimar Döffinger
|
39bb30f664
Change all functions referenced in the mxf_metadata_read_table to use the same
|
14 years ago |
Tomas Härdin
|
11fdc4d4fc
mxfdec: Improve parsing of the PixelLayout item
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Reimar Döffinger
|
c7a38887c1
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.
|
15 years ago |
Reimar Döffinger
|
1e69999334
MXF: simply ignore tracks that are invalid due to not having a valid Sequence
|
15 years ago |
Baptiste Coudurier
|
9291fdf7bc
return AVERROR_EOF
|
15 years ago |
Baptiste Coudurier
|
8be080aebb
free Track and unset priv_data to avoid double free, fix memleak
|
15 years ago |
Baptiste Coudurier
|
b4800b8b7d
protect realloc overflow
|
15 years ago |
Baptiste Coudurier
|
5ac4d7689d
reuse MXFCodecUL for data def and simplify
|
15 years ago |
Baptiste Coudurier
|
251bf87560
remove implicit header inclusions from mxf.h
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Baptiste Coudurier
|
8a47ad5e7c
use lower case x and alternate format for hex in printf
|
16 years ago |
Baptiste Coudurier
|
861b4f012a
print more debug information if enabled, including index
|
16 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |
Baptiste Coudurier
|
5813a29eb1
revert r14983, value is not sample aspect ratio, it is display aspect ratio
|
16 years ago |
Baptiste Coudurier
|
66ec3d56a2
print stream index in decimal not in hex, easier for debugging
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Baptiste Coudurier
|
4ee873e39d
put back mxf_essence_container_uls in demuxer as static const
|
16 years ago |