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-03-15ReindentMartin Storsjö
2010-03-15Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_p...Martin Storsjö
2010-03-15Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö
2010-03-15ReindentMartin Storsjö
2010-03-15RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö
2010-03-15Use AVFormatContext.start_time_realtime in the RTP muxerMartin Storsjö
2010-03-15Move the NTP offset definitions to internal.hMartin Storsjö
2010-03-15Add a new field AVFormatContext.start_time_realtimeMartin Storsjö
2010-03-15riff: don't pad extradata when writing ASF.Anton Khirnov
2010-03-15matroskadec: use more appropriate error codeAurelien Jacobs
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-14Avoid creating tiny (possibly only 64 bytes large) audio packets resulting inReimar Döffinger
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2010-03-13oggdec: Set packet duration for ogm streamsDavid Conrad
2010-03-13matroskadec: add support for SIPR audio tracksAurelien Jacobs
2010-03-13export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs
2010-03-13export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs
2010-03-12oggdec: Pass packets to header() until the stream is done with themDavid Conrad
2010-03-12oggdec: Parse ogm chaptersDavid Conrad
2010-03-12oggdec: CosmeticsDavid Conrad
2010-03-12oggdec: Read ogm metadataDavid Conrad
2010-03-12Const correctness for vorbis_commentDavid Conrad
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad
2010-03-11Fix a crash in the H.263 RTP packetizerMartin Storsjö
2010-03-11Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross
2010-03-11Cosmetics, break a long line, fix brace placementMartin Storsjö
2010-03-11RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö
2010-03-11oggdec: Seek to keyframesDavid Conrad
2010-03-11oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad
2010-03-11oggdec: Move PTS/DTS calculation to a functionDavid Conrad
2010-03-11oggdec: Fix memory leak in setting up vorbis headersDavid Conrad
2010-03-11oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad
2010-03-11oggdec: Fix duration calculation for streams with non-zero startDavid Conrad
2010-03-11oggdec: Parse skeleton to determine the start time of each streamDavid Conrad
2010-03-11oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad
2010-03-11oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad
2010-03-11oggdec: Set data_offset to the right valueDavid Conrad
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-03-10Fix ffm_close return type.Benoit Fouet
2010-03-10Fix memory leak in FFM demuxerVitor Sessak
2010-03-10In mpegts muxer, free adts context and temporary dataBaptiste Coudurier
2010-03-10reindentBaptiste Coudurier
2010-03-10Include os_support.h which has a fallback declaration of socklen_tDave Yeo
2010-03-10Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo
2010-03-09Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö
2010-03-09Add special case to avoid binary search when appending index entries.Michael Niedermayer
2010-03-09RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö