Francesco Lavra
|
80b39e1ca6
Move AVCodecTag from riff.h into internal.h.
|
15 years ago |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
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 |
Vitor Sessak
|
8a4d067dfc
Revert r22119 and partially revert 22120.
|
15 years ago |
Vitor Sessak
|
27dbc47c05
Plug some memory leaks in NUT muxer and demuxer
|
15 years ago |
Anton Khirnov
|
43382b5f13
Introduce metadata conversion table for NUT muxer and demuxer.
|
15 years ago |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 years ago |
Aurelien Jacobs
|
73914d56d9
use new metadata API in nut muxer
|
16 years ago |
Michael Niedermayer
|
2591821213
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
|
16 years ago |
Diego Biurrun
|
1bf6e565dd
cosmetics: 'const static' --> 'static const' to avoid warnings of the type
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 years ago |
Michael Niedermayer
|
52afa376b8
remove _t for POSIX compatibility.
|
16 years ago |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 years ago |
Aurelien Jacobs
|
5972945197
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
|
16 years ago |
Justin Ruggles
|
2d47c3de98
remove a comment which is no longer true
|
16 years ago |
Michael Niedermayer
|
f53dd4682c
Prevent invalid timestamps from being stored.
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 years ago |
Diego Biurrun
|
7ce6892373
misc spelling fixes
|
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
|
a048febdc4
subtitles (codec tag tables still missing ...)
|
17 years ago |
Michael Niedermayer
|
e942293db1
It appears last_pts was not set ...
|
17 years ago |
Michael Niedermayer
|
a712d725c0
Header elision muxing support.
|
17 years ago |
Oded Shimon
|
4ddcc983b4
back_ptr calculation used wrong timebase when searching for back syncpoint
|
17 years ago |
Oded Shimon
|
02c986a8d6
Fix intented algo in syncpoint writing before keyframes in NUT muxer
|
17 years ago |
Oded Shimon
|
82badd27f1
nut->max_distance was not set at all anywhere in the NUT muxer
|
17 years ago |
Michael Niedermayer
|
4cf97abb98
Missing const found by -Wwrite-strings.
|
17 years ago |
Michael Niedermayer
|
175e23e875
Consider initial EOR in the back_ptr calculation.
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
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
|
93951943ec
spelling/wording cosmetics
|
17 years ago |
Michael Niedermayer
|
63dd9d0ee3
simplify
|
17 years ago |
Michael Niedermayer
|
d2062ff64d
do not remove FLAG_CODED
|
17 years ago |
Michael Niedermayer
|
0e6472fdcb
remove useless code, found by oded
|
17 years ago |
Michael Niedermayer
|
0a5790d1a9
ensure that the aspect ratio is spec compliant
|
17 years ago |
Michael Niedermayer
|
1b0353be6d
disable TRACE
|
17 years ago |
Michael Niedermayer
|
a17e046a42
muxer should now be spec compliant (though it likely still contains bugs!)
|
17 years ago |
Michael Niedermayer
|
14b3f9961f
header repetition
|
17 years ago |
Michael Niedermayer
|
ead1939f69
info packet
|
17 years ago |
Michael Niedermayer
|
caeeefd7a4
more FIXME
|
17 years ago |
Michael Niedermayer
|
100d8eb8dc
muxer is not yet fully compliant so prevent people from mistakenly using it
|
17 years ago |
Michael Niedermayer
|
7c04134fa1
set back ptr properly
|
17 years ago |
Michael Niedermayer
|
f0a9978c92
fix header_checksum
|
17 years ago |
Michael Niedermayer
|
bd533e6cbc
store headers twice (getting closer to spec compliance ...)
|
17 years ago |
Michael Niedermayer
|
7e506494b1
move header writing into its own function
|
17 years ago |
Michael Niedermayer
|
7a26da44b0
get rid of printf
|
17 years ago |