1022 Commits (d4b00a23c6828098205bd71c571522d4fee9e20b)

Author SHA1 Message Date
Anton Khirnov 3bbfd3026c lavf: remove disabled FF_API_LOOP_OUTPUT cruft 13 years ago
Anton Khirnov 6dc345555f lavf: remove disabled FF_API_LOOP_INPUT cruft 13 years ago
Anton Khirnov b32e30faa1 lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft 13 years ago
Anton Khirnov 2d70912cc2 lavf: remove disabled FF_API_FLAG_RTP_HINT cruft 13 years ago
Anton Khirnov 1d911bb404 lavf: remove disabled FF_API_SDP_CREATE cruft 13 years ago
Anton Khirnov 64f6f6f836 lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft 13 years ago
Anton Khirnov 21824e5b88 lavf: remove disabled FF_API_PKT_DUMP cruft 13 years ago
Anton Khirnov cc10ab79ec lavf: remove disabled FF_API_FIND_INFO_TAG cruft 13 years ago
Anton Khirnov ecd5f41a06 lavf: remove disabled FF_API_PARSE_DATE cruft 13 years ago
Anton Khirnov 997420abf2 lavf: remove disabled FF_API_DUMP_FORMAT cruft 13 years ago
Anton Khirnov 2fb7501938 lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft 13 years ago
Anton Khirnov 38233fc131 lavf: remove disabled FF_API_OLD_METADATA2 cruft 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Martin Storsjö f1caf01d5e libavformat: Add a flag for muxers that support write_packet(NULL) for flushing 13 years ago
Anton Khirnov f97cb45156 lavf: fix and extend av_interleaved_write_frame() doxy. 13 years ago
Anton Khirnov e5c708151e lavf: undeprecate read_seek(). 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 526604545f lavf: add avformat_close_input(). 13 years ago
Anton Khirnov 3a7f7678eb lavf: deprecate av_close_input_stream(). 13 years ago
Anton Khirnov 59826cab8a lavf doxy: add some basic demuxing documentation. 13 years ago
Anton Khirnov ccbc106841 lavf doxy: add some general lavf information. 13 years ago
Anton Khirnov abf2c2d787 lavf doxy: add misc utility functions to a group. 13 years ago
Anton Khirnov c8dffc02fd lavf doxy: add av_guess_codec/format to the encoding group. 13 years ago
Anton Khirnov 469c62d002 lavf doxy: add core functions to a doxy group. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Anton Khirnov 489a7b07e9 lavf doxy: add muxing stuff to lavf_encoding group 13 years ago
Anton Khirnov 370f27dee3 lavf doxy: add demuxing stuff to lavf_decoding group 13 years ago
Anton Khirnov 28b4c06b9d lavf doxy: expand/reword metadata API doxy. 13 years ago
Anton Khirnov eca06cbed9 lavf doxy: add installed headers to groups. 13 years ago
Anton Khirnov e4f4a1f93e lavf doxy: rename lavf I/O group to lavf_io. 13 years ago
Anton Khirnov b262a05904 lavf doxy: add metadata docs to the main lavf group 13 years ago
Diego Biurrun c68fafe0d2 doxygen: eliminate Qt-style doxygen syntax 13 years ago
Michael Niedermayer ec20fc1581 lavf: allow grouping packets in chunks of a user specified size and duration. 13 years ago
Michael Niedermayer 31f9032b78 lavf: add audio_preload option, this allows interleaving audio earlier 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Luca Barbato e361b5089a doxy: structure libavformat groups 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Anton Khirnov 83daced0a3 lavf: expand doxy for some AVFormatContext fields. 13 years ago
Martin Storsjö 87892ef8a6 avformat: Revise wording 13 years ago
Martin Storsjö b6d08f40aa avformat: Add functions for doing global network initialization 13 years ago
Ronald S. Bultje 38a4be3fa7 lavf: use number of output pictures for delay checks. 13 years ago
Anton Khirnov 9a174562e4 lavf: move private fields in AVStream to the end at next bump. 13 years ago
Anton Khirnov df968050ab lavf: move private fields in AVFormatContext to the end at next bump. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 3d813e4c54 lavf: deprecate AVStream.stream_copy 13 years ago
Anton Khirnov f172132f82 mpegenc: add preload private option. 13 years ago
Anton Khirnov 569129a6dc lavf: add avformat_new_stream as a replacement for av_new_stream. 13 years ago
Anton Khirnov 5a9ee3152b mpegenc/mpegtsenc: add muxrate private options. 13 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 13 years ago
Justin Ruggles b631fba936 avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. 13 years ago