Stefano Sabatini
|
a1f547b94a
Deprecate guess_format() in favor of av_guess_format().
|
15 years ago |
Stefano Sabatini
|
f48b0fa29e
Document guess_format().
|
15 years ago |
Stefano Sabatini
|
1642ee4337
Deprecate and mark for deletion the function guess_stream_format(),
|
15 years ago |
Michael Tison
|
a3d995c1eb
CD+G demuxer and decoder
|
15 years ago |
Michael Niedermayer
|
a181981eb4
Add flags to prevent strdup() on arguments to av_metadata_set2().
|
15 years ago |
Michael Niedermayer
|
c3d1532944
APIChanges & minor bump due to avg_frame_rate addition.
|
15 years ago |
Michael Niedermayer
|
02b398ef49
Add avg_frame_rate.
|
15 years ago |
Sergiy
|
6bf22e18d1
Implement RTMP output (publishing FLV stream to RTMP server).
|
15 years ago |
Ramiro Polla
|
7c3c53c851
Update Changelog, documentation, and libavformat minor version number for
|
15 years ago |
Diego Biurrun
|
c173693698
Add functions to return library license and library configuration.
|
15 years ago |
Justin Ruggles
|
046c400103
Add Speex support to the FLV muxer.
|
15 years ago |
Justin Ruggles
|
8746296818
Add Speex support to the Ogg muxer.
|
15 years ago |
Carl Eugen Hoyos
|
486168877e
Fix reading VDR files (broken since r19000).
|
15 years ago |
Benjamin Larsson
|
61dc238b45
Hook up the MD studio demuxer and Atrac1 decoder.
|
15 years ago |
Michael Niedermayer
|
e07b882b4d
Improve amortized worst case speed of the muxers packet interleaving code
|
15 years ago |
Michael Niedermayer
|
ddce56efc5
Make packet interleaving in the muxer not scan through the whole
|
15 years ago |
shinya.tesutosan@hotmail.com
|
e5f58f81f7
Document padding for AVProbeData.
|
15 years ago |
Bartlomiej Wolowiec
|
ab1eff9c5c
Add support for S/PDIF encapsulation.
|
15 years ago |
Aurelien Jacobs
|
2bf74f4955
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc
|
15 years ago |
Kostya Shishkov
|
9fd6b84360
RTMP protocol support (as a client)
|
15 years ago |
Michael Niedermayer
|
dec14949a6
Make arguments of av_set_pts_info() unsigned.
|
15 years ago |
Stefano Sabatini
|
2b75bde648
Remove inconsistent use of a @brief command in av_write_trailer()
|
15 years ago |
Stefano Sabatini
|
d1b9adf252
Use consistently the third person in doxy, as recommended by the
|
15 years ago |
Baptiste Coudurier
|
57011a13d6
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
|
15 years ago |
Baptiste Coudurier
|
af122d6a80
limit raw packet buffer size used for codec probing
|
15 years ago |
Ronald S. Bultje
|
92400be255
Change packet_size from signed to unsigned, since it never has a negative
|
15 years ago |
Baptiste Coudurier
|
86cb7e33cc
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
|
16 years ago |
Stefano Sabatini
|
a330317890
Document match_ext().
|
16 years ago |
Stefano Sabatini
|
819174fa1b
Remove \p and \e doxygen markup.
|
16 years ago |
Kenan Gillet
|
cdce0fb845
Add QCP demuxer.
|
16 years ago |
Michael Niedermayer
|
7e030c4739
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
|
16 years ago |
Reimar Döffinger
|
6883ebe4b9
Describe read_alloc return value and required pkt handling to avoid memleaks
|
16 years ago |
Thilo Borgmann
|
cdd8930e6a
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
|
16 years ago |
Thilo Borgmann
|
fabd2469f1
Move AVPacket declaration from avformat.h to avcodec.h.
|
16 years ago |
Ramiro Polla
|
23d9cc4563
Support raw TrueHD files
|
16 years ago |
Ivan Schreter
|
61c23c155c
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
|
16 years ago |
Aurelien Jacobs
|
827f7e285b
deprecate old metadata API
|
16 years ago |
Aurelien Jacobs
|
ec26457064
new metadata API is now officially part of public API
|
16 years ago |
Aurelien Jacobs
|
719e721a14
Add some basic metadata conversion tables for matroska and asf.
|
16 years ago |
Aurelien Jacobs
|
f610a9f284
add a metadata conversion API
|
16 years ago |
Stefano Sabatini
|
3f4c2bf99b
Mark as "internal but installed" the avio.h file.
|
16 years ago |
Diego Biurrun
|
22e77e44dd
spelling/wording/grammar cosmetics
|
16 years ago |
Michael Niedermayer
|
882fb0a3ad
untypo
|
16 years ago |
Michael Niedermayer
|
1de2db8fab
AVInputFormat.reed_seek2()
|
16 years ago |
Ivan Schreter
|
27ca0a79c9
Add timestamp computation if values are exported by decoder.
|
16 years ago |
Michael Niedermayer
|
2591821213
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
|
16 years ago |
Ivan Schreter
|
b1fa494205
Add convergence_duration to AVCodecParserContext.
|
16 years ago |
Ivan Schreter
|
6363af44da
Add key_frame to AVCodecParserContext, used in libavformat.
|
16 years ago |
avcoder
|
1447aac4be
av_alloc_format_context has been renamed, update AVFormatContext av_class
|
16 years ago |
Stefano Sabatini
|
c1b0210115
Improve grammar: "X next after Y" -> "next X after Y".
|
16 years ago |