Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Anton Khirnov
|
ab0287fcbd
Move find_info_tag to lavu and add av_ prefix to it
|
14 лет назад |
Stefano Sabatini
|
f6c7375a17
Deprecate parse_date() in favor of av_parse_time().
|
14 лет назад |
Anton Khirnov
|
610219a598
lavf: add av_ prefix to dump_format()
|
14 лет назад |
Reimar Döffinger
|
5d820db2f9
Document that av_write_header sets stream time_base to a value of it chosing.
|
14 лет назад |
Anssi Hannula
|
24a83bd10a
lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
|
14 лет назад |
Anton Khirnov
|
b0294c80d3
lavf: deprecate AVFormatContext.index_built
|
14 лет назад |
Peter Ross
|
12c14cd4a8
add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
|
14 лет назад |
Anssi Hannula
|
3940caad02
lavf: rename ff_probe_input_buffer to make it public
|
14 лет назад |
Anton Khirnov
|
19711af5cd
lavf: move internal functions from avformat.h to internal.h
|
14 лет назад |
Reimar Döffinger
|
b3190529df
Make av_set_pts_info keep previous time base if new one is invalid.
|
14 лет назад |
Martin Storsjö
|
f124b087ee
libavformat: Add a function for freeing an AVFormatContext
|
14 лет назад |
Anton Khirnov
|
50196a982b
lavf: move the version macros to a new header
|
14 лет назад |
Georgi Chorbadzhiyski
|
69688e71bc
Add service_provider and service_name metadata
|
14 лет назад |
Reimar Döffinger
|
54bc640362
Missing parts of IVF muxer support.
|
14 лет назад |
Ronald S. Bultje
|
7f88a5bf9b
Introduce av_metadata_copy() to copy metadata from one struct to another.
|
14 лет назад |
Anssi Hannula
|
cf99e4aa00
Add AVOption support for muxers.
|
14 лет назад |
Nicolas George
|
9128ae08b3
Implement av_find_best_stream.
|
14 лет назад |
Anton Khirnov
|
107a7e3e7b
lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS
|
14 лет назад |
Anton Khirnov
|
bb62d5c1f0
Allow output formats without any streams.
|
14 лет назад |
Peter Ross
|
a187c68678
Bump libavformat minor version, forgotten in r26094
|
14 лет назад |
Michael Niedermayer
|
58ec7e00db
Clarify AVFMT_TS_DISCONT and muxers.
|
14 лет назад |
Martin Storsjö
|
35014efcc6
rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658
|
14 лет назад |
Carl Eugen Hoyos
|
2400730fe7
Increase avformat micro version, forgotten in r25834.
|
14 лет назад |
Anatoly Nenashev
|
9d09ebf1ed
Mobotix .mxg demuxer
|
14 лет назад |
Anton Khirnov
|
29c5c59013
lavf: document the new creation_time tag
|
14 лет назад |
Anssi Hannula
|
3b39e2739f
S/PDIF demuxer
|
14 лет назад |
Reimar Döffinger
|
fa8cc12650
Improve documentation wording.
|
14 лет назад |
Reimar Döffinger
|
6bfc268305
Add av_append_packet function, to be used in code that merges packets
|
14 лет назад |
Martin Storsjö
|
44594cc798
Add a demuxer for receiving raw rtp:// URLs without an SDP description
|
14 лет назад |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 лет назад |
Aurelien Jacobs
|
ed09233fa2
cosmetic: alignment
|
14 лет назад |
Aurelien Jacobs
|
13728334e8
add FF_API_SYMVER define to disable symver compatibility functions
|
14 лет назад |
Aurelien Jacobs
|
114c9a5925
add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public api
|
14 лет назад |
Aurelien Jacobs
|
0139fdea08
add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_id
|
14 лет назад |
Aurelien Jacobs
|
d1742ff779
add FF_API_LAVF_UNUSED define to disable the unused struct fields
|
14 лет назад |
Aurelien Jacobs
|
634e0304a8
add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seek
|
14 лет назад |
Aurelien Jacobs
|
d87a521cde
add FF_API_PARSE_FRAME_PARAM define to disable the deprecated
|
14 лет назад |
Aurelien Jacobs
|
ca51d86c96
add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecated
|
14 лет назад |
Aurelien Jacobs
|
88e44314ea
add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function
|
14 лет назад |
Aurelien Jacobs
|
8ef30ac1f3
add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()
|
14 лет назад |
Aurelien Jacobs
|
198ac67fe8
add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()
|
14 лет назад |
Anton Khirnov
|
a15c7fd6cb
Deprecate old API.
|
14 лет назад |
Martin Storsjö
|
01c8d258da
Add a SAP demuxer
|
14 лет назад |
Martin Storsjö
|
ad64a807a9
Add forgotten minor bump and changelog entry for the SAP muxer
|
14 лет назад |
Aurelien Jacobs
|
fd0368e7ca
move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation
|
14 лет назад |
Aurelien Jacobs
|
61138c43e0
properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJOR
|
14 лет назад |
Aurelien Jacobs
|
38aab35f47
add new streams API without MAX_STREAMS limit
|
14 лет назад |
Aurelien Jacobs
|
2899a28cdc
document the fact that av_new_stream() can't be called in a background thread
|
14 лет назад |
Martin Storsjö
|
3ece3e4c56
Add RTP depacketization of the X-QT QuickTime format
|
14 лет назад |