Reinhard Tartler
|
1e9ac36f66
Make arguments of av_set_pts_info() unsigned.
|
14 years ago |
Aurelien Jacobs
|
827f7e285b
deprecate old metadata API
|
15 years ago |
Aurelien Jacobs
|
ec26457064
new metadata API is now officially part of public API
|
15 years ago |
Aurelien Jacobs
|
719e721a14
Add some basic metadata conversion tables for matroska and asf.
|
15 years ago |
Aurelien Jacobs
|
f610a9f284
add a metadata conversion API
|
15 years ago |
Stefano Sabatini
|
3f4c2bf99b
Mark as "internal but installed" the avio.h file.
|
15 years ago |
Diego Biurrun
|
22e77e44dd
spelling/wording/grammar cosmetics
|
15 years ago |
Michael Niedermayer
|
882fb0a3ad
untypo
|
15 years ago |
Michael Niedermayer
|
1de2db8fab
AVInputFormat.reed_seek2()
|
15 years ago |
Ivan Schreter
|
27ca0a79c9
Add timestamp computation if values are exported by decoder.
|
15 years ago |
Michael Niedermayer
|
2591821213
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
|
15 years ago |
Ivan Schreter
|
b1fa494205
Add convergence_duration to AVCodecParserContext.
|
15 years ago |
Ivan Schreter
|
6363af44da
Add key_frame to AVCodecParserContext, used in libavformat.
|
15 years ago |
avcoder
|
1447aac4be
av_alloc_format_context has been renamed, update AVFormatContext av_class
|
15 years ago |
Stefano Sabatini
|
c1b0210115
Improve grammar: "X next after Y" -> "next X after Y".
|
15 years ago |
Stefano Sabatini
|
5d37750187
Replace calls/references of the deprecated register_protocol()
|
15 years ago |
Stefano Sabatini
|
65c40e4e3a
Rename register_protocol() to av_register_protocol() and deprecate
|
15 years ago |
Stefano Sabatini
|
aeedac95cc
Document av_iformat_next() and av_oformat_next() functions.
|
15 years ago |
Baptiste Coudurier
|
bd3f81f313
MXF D-10 muxer
|
15 years ago |
Patrik Kullman
|
6fcce4f995
Change ffm_write_write_index to return int, and return if error occured.
|
15 years ago |
Toshimitsu Kimura
|
865780ae9b
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
|
15 years ago |
Stefano Sabatini
|
4c08b2bdcb
Cosmetics: vertical align "*" for consistency with the other doxyies.
|
15 years ago |
Stefano Sabatini
|
3dc6cb2e92
Remove @deprecated notice from AVFrac, it is not deprecated anymore.
|
15 years ago |
Michael Niedermayer
|
f0b00aba89
Try to clarify doxy of avformat_seek_file().
|
15 years ago |
Baptiste Coudurier
|
1cc65cecb2
Move declaration of ff_interleave_add_packet to internal.h.
|
15 years ago |
Michael Niedermayer
|
998b6f7ca2
Clarify that avformat_seek_file() is not part of the stable API yet.
|
15 years ago |
Michael Niedermayer
|
d04768fa80
avformat_seek_file() prototype
|
15 years ago |
Stefano Sabatini
|
88a2896520
Deprecate av_malloc_format_context() in favor of
|
15 years ago |
Baptiste Coudurier
|
88b2027e9a
declare ff_interleave_add_packet
|
15 years ago |
Ramiro Polla
|
2db5da97e2
Do not misuse unsigned long to store pointers.
|
15 years ago |
Aurelien Jacobs
|
5ea7ce8843
modify the way to pass parameters to av_metadata_set()
|
15 years ago |
Aurelien Jacobs
|
04e7670906
typo
|
15 years ago |
Aurelien Jacobs
|
7a42067176
make it clear that the new metadata API is a work in progress
|
16 years ago |
Stefano Sabatini
|
4815e24623
Move documentation of av_register_all() from allformats.c to
|
16 years ago |
Michael Niedermayer
|
3a41c2f769
Move av_read_frame/parser related buffer variables from AVFormatContext
|
16 years ago |
Baptiste Coudurier
|
7eb68edba7
R3D REDCODE demuxer
|
16 years ago |
Aurelien Jacobs
|
48a81c0ff5
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
|
16 years ago |
Stefan Gehrer
|
055dc116fc
added demuxer for FunCom ISS audio files,
|
16 years ago |
Aurelien Jacobs
|
094d9df72e
free all allocated metadata structures
|
16 years ago |
Aurelien Jacobs
|
e232c2529e
add a typedef for AVMetadata
|
16 years ago |
Diego Biurrun
|
52e57500bb
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned
|
16 years ago |
Aurelien Jacobs
|
bc1d2afb37
rename AVMetaData to AVMetadata and meta_data to metadata
|
16 years ago |
Aurelien Jacobs
|
f526adaf19
add metadata in AVStream, AVProgram and AVChapter
|
16 years ago |
Mike Melanson
|
ea29242cc7
Ministry of English Composition treatment for the new metadata API
|
16 years ago |
Michael Niedermayer
|
a6d18a0e6a
Move metadata API from avcodec to avformat.
|
16 years ago |
Michael Niedermayer
|
47146dfbf6
Generic metadata API.
|
16 years ago |
Stefano Sabatini
|
1ca9133fb4
Drop the deprecated parse_image_size() and parse_frame_rate() functions
|
16 years ago |
Stefano Sabatini
|
15545a095a
Fix argument constness for the av_codec_get_id() and
|
16 years ago |
Baptiste Coudurier
|
bd09e8a7df
raw dnxhd de/muxer
|
16 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |