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
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-03doxygen: Escape '\' in Doxygen documentation.Diego Biurrun
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-04-19lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
2011-02-09lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula
2011-02-09lavf: update ff_probe_input_buffer documentationAnssi Hannula
2011-02-07lavf: move internal functions from avformat.h to internal.hAnton Khirnov
2011-02-04add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2010-12-26add ff_find_stream_indexPeter Ross
2010-10-15add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs
2010-08-25Properly handle IPv6 addresses in the SDP generationMartin Storsjö
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