summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* cosmetics: align fields, and remove useless ones, in img2.cPascal Massimino2010-10-21
* rtsp: Move the rtsp_probe function to the demuxer code blockMartin Storsjö2010-10-21
* Restore alphabetical orderMartin Storsjö2010-10-21
* rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxerMartin Storsjö2010-10-21
* rtsp: Reorder functionsMartin Storsjö2010-10-21
* cleanup image2pipe_{de}muxer fieldsPascal Massimino2010-10-21
* sdp: Conditionally compile code using AF_INET6Martin Storsjö2010-10-19
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-19
* metadata: make av_metadata_set2 case insensitive by defaultAurelien Jacobs2010-10-18
* Avoid negative SCR in mpeg ps muxer.Michael Niedermayer2010-10-16
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* lavf: simplify setting the encoder ident tag.Anton Khirnov2010-10-16
* Fix building, include the header instead of the source fileMartin Storsjö2010-10-16
* In mov muxer, write artist metadata tagBaptiste Coudurier2010-10-15
* In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier2010-10-15
* rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö2010-10-15
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* cosmetic: alignmentAurelien Jacobs2010-10-15
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-15
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-15
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-15
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-15
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-15
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-15
* properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-15
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-15
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-15
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-15
* Deprecate old API.Anton Khirnov2010-10-15
* vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**Anton Khirnov2010-10-14
* sapdec: Include sys/time.h for struct timevalMartin Storsjö2010-10-13
* Add a SAP demuxerMartin Storsjö2010-10-13
* rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö2010-10-13
* rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö2010-10-13
* rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö2010-10-13
* rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö2010-10-13
* rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö2010-10-13
* rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö2010-10-13
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-11
* oggenc: Don't use char* to point to a string constant.Alex Converse2010-10-10
* cafdec: Handle ALAC extradata.Peter Ross2010-10-10
* libavformat: Always build id3v1.o and id3v2.oMartin Storsjö2010-10-09
* sapenc: Use the normal URL port as RTP portMartin Storsjö2010-10-09
* sapenc: Include os_support.h, to provide a fallback definition for socklen_tMartin Storsjö2010-10-09
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-08
* Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPECMartin Storsjö2010-10-08
* sapenc: Mark the muxer as depending on network functionsMartin Storsjö2010-10-08
* Add a space between the else and { in mpegenc.c in the line i added.Michael Niedermayer2010-10-08
* Add a SAP (Session Announcement Protocol, RFC 2974) muxerMartin Storsjö2010-10-08