Aurelien Jacobs
|
5972945197
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
|
16 years ago |
Diego Biurrun
|
5968d2dd1e
misc spelling/grammar fixes
|
16 years ago |
Aurelien Jacobs
|
cc8be50637
matroska: expand useless define for MS compat codec id strings
|
16 years ago |
Aurelien Jacobs
|
f009e36f75
matroska: add support for V_QUICKTIME track type
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Justin Ruggles
|
8a0684f4c4
fix encoding of flac private data
|
16 years ago |
Aurelien Jacobs
|
7bfacd4e75
use common aac sample rate tables
|
16 years ago |
Evgeniy Stepanov
|
90c2295b24
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
|
16 years ago |
Aurelien Jacobs
|
73260a11e1
simplification proposed by Rich
|
16 years ago |
Aurelien Jacobs
|
0b247953c8
makes really sure that no undefined behavior can happen
|
16 years ago |
Aurelien Jacobs
|
d597655f77
Avoid infinite loop.
|
16 years ago |
Michael Niedermayer
|
2024c2262b
Write 0 instead of seeking forward (and leaving bytes uninitalized),
|
17 years ago |
Aurelien Jacobs
|
9ab3f71b60
add a ff_ prefix to newly exported functions from avc.c
|
17 years ago |
Aurelien Jacobs
|
e609806ec6
Matroska muxer needs to format all NAL units, not only extradata.
|
17 years ago |
Aurelien Jacobs
|
aacc5f227a
Use the isom avcc formatting for h264 extradata in matroska.
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Diego Biurrun
|
bf898960a7
spelling/wording nits in some Doxygen comments
|
17 years ago |
David Conrad
|
ab332d0133
Grammar nits
|
17 years ago |
David Conrad
|
b62a33d01b
Always use AVFormatContext for av_log messages
|
17 years ago |
David Conrad
|
0f651e8cf3
Rename ebml size functions to indicate that they can be used for more kinds of numbers
|
17 years ago |
David Conrad
|
8b65b9a313
We shouldn't be passing in sizes larger than 2^56-2, so use an assert
|
17 years ago |
David Conrad
|
e5c29287cf
Indentation
|
17 years ago |
David Conrad
|
ac9e1177b3
Don't seek when streamed
|
17 years ago |
David Conrad
|
c301d5ae0a
Get rid of useless braces
|
17 years ago |
David Conrad
|
7e33d3fee4
Indent
|
17 years ago |
David Conrad
|
dc4a9f6737
Match the behaviour betwen the bmp and wav codec tag lookups
|
17 years ago |
David Conrad
|
46d18a88e1
Write codecprivate to a dynamic buffer so that seeking isn't required
|
17 years ago |
David Conrad
|
5c559894e1
Move writing codec private element to its own function
|
17 years ago |
David Conrad
|
211783a50a
Cosmetics
|
17 years ago |
David Conrad
|
91ca969082
Use num_entries directly rather than mixing it with a local copy
|
17 years ago |
David Conrad
|
e3cd80cdac
Doxygenify comments
|
17 years ago |
David Conrad
|
7f8582dfc6
Make sure that the calculated duration doesn't decrease
|
17 years ago |
David Conrad
|
8ffc5f9e92
Split some really long lines
|
17 years ago |
David Conrad
|
3967eb5260
Correct message
|
17 years ago |
David Conrad
|
9e2a3e2262
Always check the return of mkv_add_seekhead_entry
|
17 years ago |
David Conrad
|
6d588ecd76
Pass the returned error code of functions up
|
17 years ago |
David Conrad
|
c35de1a131
Check that the seekheads were created
|
17 years ago |
David Conrad
|
0b38843a6c
Return AVERROR(ENOMEM) when appropriate
|
17 years ago |
David Conrad
|
47e08c5860
Indentation
|
17 years ago |
David Conrad
|
0580a12256
Use assert for conditions that must be true
|
17 years ago |
David Conrad
|
203cce9a92
Simplify
|
17 years ago |
David Conrad
|
8cf3bb2674
Grammar nits
|
17 years ago |
David Conrad
|
cfde5d18f5
Break long comments
|
17 years ago |
David Conrad
|
a6da1aa057
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one
|
17 years ago |
David Conrad
|
8eb1915395
Calculate and store DAR rather than SAR
|
17 years ago |
David Conrad
|
5045da831b
Clarify comments
|
17 years ago |
David Conrad
|
5b66fc16af
Use PRIu64/PRId64
|
17 years ago |
David Conrad
|
baf71dca28
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size
|
17 years ago |
David Conrad
|
cce800b456
Use cluster_pos when checking cluster position
|
17 years ago |