Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Anton Khirnov
|
073f8b10d8
nutenc: mux chapters.
|
14 years ago |
Stefano Sabatini
|
2e01def0fe
Define ff_nut_video_tags and make Nut muxer and demuxer set it in
|
15 years ago |
Vitor Sessak
|
f990f6e3f7
Fix NUT (de)muxer warnings:
|
15 years ago |
Vitor Sessak
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
15 years ago |
Anton Khirnov
|
43382b5f13
Introduce metadata conversion table for NUT muxer and demuxer.
|
15 years ago |
Diego Biurrun
|
3445c7992b
Remove misleading comment, _t is POSIX-reserved namespace.
|
16 years ago |
Michael Niedermayer
|
089e1bcf10
Remove comment suggesting using variables ending in _t as this would break POSIX.
|
16 years ago |
Michael Niedermayer
|
52afa376b8
remove _t for POSIX compatibility.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Michael Niedermayer
|
c5e56a813b
Revert r14497
|
16 years ago |
Diego Biurrun
|
2e11268ea9
Add missing header #includes.
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 years ago |
Evgeniy Stepanov
|
90c2295b24
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
|
17 years ago |
Michael Niedermayer
|
1326621c1a
Subtitle support. (untested)
|
17 years ago |
Michael Niedermayer
|
3b4f69ae8c
Elision header demuxing support.
|
17 years ago |
Michael Niedermayer
|
42abeeae3f
update flags
|
17 years ago |
Baptiste Coudurier
|
992e78f5f2
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
93951943ec
spelling/wording cosmetics
|
17 years ago |
Michael Niedermayer
|
14b3f9961f
header repetition
|
17 years ago |
Michael Niedermayer
|
4a3b5fe16a
move syncpoint cache related stuff to common file
|
17 years ago |
Michael Niedermayer
|
f13ea4e00c
move lsb2full to common file
|
17 years ago |
Michael Niedermayer
|
5c2198b184
move crc wrapper to slightly better spot
|
17 years ago |
Michael Niedermayer
|
874abace12
move syncpoint timestamp resetting code to a common file
|
17 years ago |
Michael Niedermayer
|
8d9a3f7e21
use a dynamic ByteIOContext instead of using the lavf buffer
|
17 years ago |
Michael Niedermayer
|
efd8f22a16
make StreamContext.time_base a pointer
|
17 years ago |
Michael Niedermayer
|
4d75168f17
variables needed for muxer
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Diego Biurrun
|
bbd861796e
Add missing comment markers to #endif directive.
|
17 years ago |
Guillaume Poirier
|
efb775777f
add a comment to indicate which #endif belong to which #define
|
17 years ago |
Måns Rullgård
|
699b3f99d0
add multiple inclusion guards to headers
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
18 years ago |
Michael Niedermayer
|
f7c9f48dc6
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
|
18 years ago |
Michael Niedermayer
|
4d5be986f0
index less seeking in O(log n) time
|
18 years ago |
Michael Niedermayer
|
619d8e2e58
updating nut demuxer to latest spec
|
18 years ago |