89 Commits (88161b2a5287080b6d463439ebd0d8aecf0b4cf4)

Author SHA1 Message Date
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Michael Niedermayer de707bc8bd mux/nut: factorize ff_choose_timebase() out of nut 12 years ago
Luca Barbato 55f9037f38 avformat: split muxing functions from util.c 12 years ago
Michael Niedermayer 85a576775e lavf: factor ff_free_stream() out 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov a6733202cc lavf: make av_interleave_packet_per_dts() private. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Anton Khirnov b73ad74660 lavf: move CodecMime from matroska.h to internal.h 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Anton Khirnov d2afbd9a56 frame{crc/md5}: set the stream timebase from codec timebase. 13 years ago
Martin Storsjö 3e79c2adb1 libavformat: Add a utility function for adding parameter change side data 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Carl Eugen Hoyos 4d7c71c364 Check for OOM after av_mallocz() in ff_interleave_add_packet(). 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 001d668d40 lavf: factor out conversion of ISO8601 string to unix time 14 years ago
Diego Biurrun c81a2b9b4f doxygen: Escape '\' in Doxygen documentation. 14 years ago
Martin Storsjö 9abbe8cc13 Use av_printf_format to check the usage of printf style functions 14 years ago
Martin Storsjö 0558e266a2 sdp: Allow passing an AVFormatContext to the SDP generation 14 years ago
Diego Biurrun 43b6c3eb18 mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro. 14 years ago
Martin Storsjö abe9363889 sdp: Allow passing AVFormatContext flags to the SDP generation 14 years ago
Anton Khirnov 35ceaa7376 Move ff_dynarray_add to lavu and make it public. 14 years ago
Anton Khirnov 5048e36c99 lavf: remove FF_API_URL_SPLIT cruft 14 years ago
Anton Khirnov a9bf9d8e53 lavf: make av_guess_image2_codec internal 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Martin Storsjö f1f60f5252 lavf: Make make_absolute_url a lavf internal function 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Stefano Sabatini 40c3fe2c08 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Stefano Sabatini f6c7375a17 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Anssi Hannula 070e5ba560 lavf: rename ff_probe_input_buffer to make it public 14 years ago
Anssi Hannula e74c01db7e lavf: simplify pb parameter of ff_probe_input_buffer 14 years ago
Anssi Hannula 2e47df70c4 lavf: update ff_probe_input_buffer documentation 14 years ago
Anton Khirnov f81946729e lavf: move internal functions from avformat.h to internal.h 14 years ago
Anssi Hannula 3940caad02 lavf: rename ff_probe_input_buffer to make it public 14 years ago
Anssi Hannula aad216fd7e lavf: simplify pb parameter of ff_probe_input_buffer 14 years ago
Anssi Hannula 4d016dd4e5 lavf: update ff_probe_input_buffer documentation 14 years ago
Anton Khirnov 19711af5cd lavf: move internal functions from avformat.h to internal.h 14 years ago
Peter Ross 2d9fd1810b add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Peter Ross e6fb5a4f78 add ff_index_search_timestamp and ff_add_index_entry 14 years ago
Peter Ross 141de5a9c1 add ff_find_stream_index 14 years ago
Aurelien Jacobs 88e44314ea add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() function 14 years ago
Martin Storsjö 7ad1dc5447 Properly handle IPv6 addresses in the SDP generation 14 years ago
Martin Storsjö e55ebcc3f6 Move the definition of the maximum url size for static buffers to internal.h 14 years ago
Martin Storsjö f9c399c4fd Make parse_key_value from httpauth a common lavf internal function 14 years ago
Martin Storsjö 311baee795 Make hex_to_data a lavf internal function 14 years ago
Aurelien Jacobs b0335fd957 document ff_get_line() 15 years ago
Aurelien Jacobs a43416a540 improve ff_get_line to return line length 15 years ago
Aurelien Jacobs 7c89295145 move ff_get_line to aviobuf.c 15 years ago
Martin Storsjö 1537817e38 Move SPACE_CHARS back to libavformat/internal.h 15 years ago