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-10-15add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs
2010-10-15add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs
2010-10-15add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs
2010-10-15add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs
2010-10-15add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs
2010-10-15properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs
2010-10-15add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs
2010-10-15add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs
2010-10-15add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs
2010-10-15add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs
2010-10-15Deprecate old API.Anton Khirnov
2010-10-14vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov
2010-10-13sapdec: Include sys/time.h for struct timevalMartin Storsjö
2010-10-13Add a SAP demuxerMartin Storsjö
2010-10-13rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö
2010-10-13rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö
2010-10-13rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö
2010-10-13rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö
2010-10-13rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö
2010-10-13rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö
2010-10-11Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö
2010-10-11oggenc: Don't use char* to point to a string constant.Alex Converse
2010-10-10cafdec: Handle ALAC extradata.Peter Ross
2010-10-09libavformat: Always build id3v1.o and id3v2.oMartin Storsjö
2010-10-09sapenc: Use the normal URL port as RTP portMartin Storsjö
2010-10-09sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö
2010-10-09move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs
2010-10-08Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö
2010-10-08sapenc: Mark the muxer as depending on network functionsMartin Storsjö
2010-10-08Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer
2010-10-08Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö
2010-10-08sdp: Only specify the TTL for IPv4 addressesMartin Storsjö
2010-10-08rtsp: Factorize out code for opening a chained RTP muxerMartin Storsjö
2010-10-08rtsp: Make rtsp_rtp_mux_open reusableMartin Storsjö
2010-10-08rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö
2010-10-08ReindentMartin Storsjö
2010-10-08udp: Add an option for connecting the udp socketMartin Storsjö
2010-10-08rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö
2010-10-08rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö
2010-10-08rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach
2010-10-07In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier
2010-10-07In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier
2010-10-07In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin
2010-10-07In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin
2010-10-07remove useless local variableAurelien Jacobs
2010-10-07remove useless local allocated start_time arrayAurelien Jacobs
2010-10-07ReindentMartin Storsjö
2010-10-07sdp: Don't require the explicit ?multicast optionMartin Storsjö
2010-10-07Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö
2010-10-07Share the is_multicast_address functionMartin Storsjö