Diego Biurrun
|
c81a2b9b4f
doxygen: Escape '\' in Doxygen documentation.
|
13 years ago |
Martin Storsjö
|
9abbe8cc13
Use av_printf_format to check the usage of printf style functions
|
13 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 |
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
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 years ago |
Stefano Sabatini
|
f6c7375a17
Deprecate parse_date() in favor of av_parse_time().
|
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
|
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()
|
14 years ago |
Aurelien Jacobs
|
a43416a540
improve ff_get_line to return line length
|
14 years ago |
Aurelien Jacobs
|
7c89295145
move ff_get_line to aviobuf.c
|
14 years ago |
Martin Storsjö
|
1537817e38
Move SPACE_CHARS back to libavformat/internal.h
|
14 years ago |
Michael Chinen
|
603e5c0b71
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Josh Allmann
|
8b114d85ba
rtpdec: Move space_chars from avformat/internal to rtpdec
|
14 years ago |
Måns Rullgård
|
f3bfe388b5
Make ff_url_split() public
|
14 years ago |
Josh Allmann
|
30619e6e59
RTSP: Remove skip_spaces in favor of strspn
|
14 years ago |
Martin Storsjö
|
a955fc5ee7
ff_url_join: Don't add any at-char if the auth is an empty string
|
14 years ago |
Francesco Lavra
|
80b39e1ca6
Move AVCodecTag from riff.h into internal.h.
|
15 years ago |
Martin Storsjö
|
9a76125069
Add a libavformat internal function ff_write_chained
|
15 years ago |
Martin Storsjö
|
0341b6994a
Make ff_sdp_write_media a lavf-internal function
|
15 years ago |
Stefano Sabatini
|
9a2cb05ff9
Move the internal function declarations in avformat.h to internal.h.
|
15 years ago |
Martin Storsjö
|
ddbeb95447
Add a lowercase parameter to ff_data_to_hex
|
15 years ago |
Aurelien Jacobs
|
972ffe6220
rename av_read_frame_flush to ff_read_frame_flush
|
15 years ago |
Aurelien Jacobs
|
588af13fee
rename av_program_add_stream_index to ff_program_add_stream_index
|
15 years ago |
Martin Storsjö
|
2dad0dcec6
Move the NTP offset definitions to internal.h
|
15 years ago |
Aurelien Jacobs
|
e4a9e3cc7c
move ff_url_split() and ff_url_join() declarations to internal.h
|
15 years ago |
Micah F. Galizia
|
eadd495d06
Move the probe loop from av_open_input_file() into its own method
|
15 years ago |
Martin Storsjö
|
594a9aebbe
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time
|
15 years ago |
Måns Rullgård
|
f19341e17a
Revert "Move the probe loop from av_open_input_file() into its own method"
|
15 years ago |
Micah F. Galizia
|
4245c6ec4e
Move the probe loop from av_open_input_file() into its own method
|
15 years ago |
Måns Rullgård
|
e16c73e67e
Move av_read_frame_flush() prototype to lavf/internal.h
|
15 years ago |
Aurelien Jacobs
|
949cd9783b
remove now useless av_set_program_name() function
|
16 years ago |
Baptiste Coudurier
|
7a094c6a42
remove no more needed comment, declaration is in internal header
|
16 years ago |
Baptiste Coudurier
|
1cc65cecb2
Move declaration of ff_interleave_add_packet to internal.h.
|
16 years ago |
Diego Biurrun
|
bad4063740
Move declaration of av_set_program_name and av_program_add_stream_index
|
16 years ago |
Diego Biurrun
|
95137bbbb4
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
|
16 years ago |