Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-19Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö
2010-08-19Make parse_key_value from httpauth a common lavf internal functionMartin Storsjö
2010-08-09Make hex_to_data a lavf internal functionMartin Storsjö
2010-07-22document ff_get_line()Aurelien Jacobs
2010-07-22improve ff_get_line to return line lengthAurelien Jacobs
2010-07-22move ff_get_line to aviobuf.cAurelien Jacobs
2010-07-16Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö
2010-07-09move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-28rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-25RTSP: Remove skip_spaces in favor of strspnJosh Allmann
2010-06-20ff_url_join: Don't add any at-char if the auth is an empty stringMartin Storsjö
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-05-21Add a libavformat internal function ff_write_chainedMartin Storsjö
2010-05-18Make ff_sdp_write_media a lavf-internal functionMartin Storsjö
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
2010-03-16rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs
2010-03-16rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs
2010-03-15Move the NTP offset definitions to internal.hMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-15Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-03-08Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård
2010-03-08Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-07Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård
2009-02-10remove now useless av_set_program_name() functionAurelien Jacobs
2009-02-09remove no more needed comment, declaration is in internal headerBaptiste Coudurier
2009-02-09Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
2008-12-03Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun
2008-10-04Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-28Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje