343 Commits (e45391bb3238798ff4ce6aba7c0ca8cfdd3c7263)

Author SHA1 Message Date
Michael Niedermayer dec14949a6 Make arguments of av_set_pts_info() unsigned. 16 years ago
Stefano Sabatini 2b75bde648 Remove inconsistent use of a @brief command in av_write_trailer() 16 years ago
Stefano Sabatini d1b9adf252 Use consistently the third person in doxy, as recommended by the 16 years ago
Baptiste Coudurier 57011a13d6 use AVFormatContext->probesize in av_find_stream_info and raise default to 5M 16 years ago
Baptiste Coudurier af122d6a80 limit raw packet buffer size used for codec probing 16 years ago
Ronald S. Bultje 92400be255 Change packet_size from signed to unsigned, since it never has a negative 16 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
Stefano Sabatini 5d37750187 Replace calls/references of the deprecated register_protocol() 16 years ago
Stefano Sabatini 65c40e4e3a Rename register_protocol() to av_register_protocol() and deprecate 16 years ago
Stefano Sabatini aeedac95cc Document av_iformat_next() and av_oformat_next() functions. 16 years ago
Baptiste Coudurier bd3f81f313 MXF D-10 muxer 16 years ago
Patrik Kullman 6fcce4f995 Change ffm_write_write_index to return int, and return if error occured. 16 years ago
Toshimitsu Kimura 865780ae9b Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com 16 years ago
Stefano Sabatini 4c08b2bdcb Cosmetics: vertical align "*" for consistency with the other doxyies. 16 years ago
Stefano Sabatini 3dc6cb2e92 Remove @deprecated notice from AVFrac, it is not deprecated anymore. 16 years ago
Michael Niedermayer f0b00aba89 Try to clarify doxy of avformat_seek_file(). 16 years ago
Baptiste Coudurier 1cc65cecb2 Move declaration of ff_interleave_add_packet to internal.h. 16 years ago
Michael Niedermayer 998b6f7ca2 Clarify that avformat_seek_file() is not part of the stable API yet. 16 years ago
Michael Niedermayer d04768fa80 avformat_seek_file() prototype 16 years ago
Stefano Sabatini 88a2896520 Deprecate av_malloc_format_context() in favor of 16 years ago
Baptiste Coudurier 88b2027e9a declare ff_interleave_add_packet 16 years ago
Ramiro Polla 2db5da97e2 Do not misuse unsigned long to store pointers. 16 years ago
Aurelien Jacobs 5ea7ce8843 modify the way to pass parameters to av_metadata_set() 16 years ago
Aurelien Jacobs 04e7670906 typo 16 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