summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
Commit message (Expand)AuthorAgeFilesLines
* sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-101-1/+3
* mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun2011-06-031-0/+6
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-191-12/+0
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-081-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: Make make_absolute_url a lavf internal functionMartin Storsjö2011-03-171-0/+11
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-4/+4
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-3/+0
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-19/+0
* lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula2011-02-081-1/+1
* lavf: update ff_probe_input_buffer documentationAnssi Hannula2011-02-081-1/+1
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-0/+21
* add ff_index_search_timestamp and ff_add_index_entryPeter Ross2011-02-031-0/+14
* add ff_find_stream_indexPeter Ross2010-12-261-0/+6
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-151-1/+1
* Properly handle IPv6 addresses in the SDP generationMartin Storsjö2010-08-251-1/+3
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-191-0/+2
* Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö2010-08-191-0/+24
* Make hex_to_data a lavf internal functionMartin Storsjö2010-08-091-0/+10
* document ff_get_line()Aurelien Jacobs2010-07-211-0/+11
* improve ff_get_line to return line lengthAurelien Jacobs2010-07-211-1/+1
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-211-0/+2
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-161-0/+2
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-091-0/+10
* Fix grammar errors in documentationMåns Rullgård2010-06-301-4/+4
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-281-2/+0
* Make ff_url_split() publicMåns Rullgård2010-06-271-22/+5
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-251-0/+2
* ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö2010-06-191-1/+2
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+5
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-211-0/+14
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-181-0/+17
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-0/+22
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-1/+1
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-151-1/+1
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-151-1/+1
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-151-0/+3
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+53
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-141-0/+19
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-101-0/+3
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-081-20/+0
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-071-0/+20
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-061-0/+2
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-101-1/+0
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-091-3/+0
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-0/+10
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-031-0/+4
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-041-0/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-271-0/+26
OpenPOWER on IntegriCloud