summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
...
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-03
* add ff_find_stream_indexPeter Ross2010-12-26
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-25
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-19
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-19
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-09
* document ff_get_line()Aurelien Jacobs2010-07-21
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-21
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-21
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-16
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-09
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* Make ff_url_split() publicMåns Rullgård2010-06-27
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-25
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-19
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-21
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-08
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-07
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-06
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-10
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27