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
2012-12-17doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-10-01avformat: split muxing functions from util.cLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-20lavf: make av_interleave_packet_per_dts() private.Anton Khirnov
2012-03-20lavf: deprecate av_read_packet().Anton Khirnov
2012-02-29lavf: move CodecMime from matroska.h to internal.hAnton Khirnov
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2011-12-22libavformat: Add a utility function for adding parameter change side dataMartin Storsjö
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
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ö