summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* network: use getservbyport() only if availableMans Rullgard2012-10-23
* network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-23
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-23
* riff: remove a write-only variableAnton Khirnov2012-10-22
* rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-22
* rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-22
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-20
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-18
* rtsp: Vertically align a constant definitionMartin Storsjö2012-10-18
* rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-18
* riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun2012-10-18
* avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-18
* gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö2012-10-18
* aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö2012-10-18
* wavdec: check size before reading the data, not after.Anton Khirnov2012-10-16
* wav: do not fail on empty INFO tagsAnton Khirnov2012-10-16
* lavf: split wav muxer and demuxer into separate files.Anton Khirnov2012-10-16
* wav muxer: write metadataVictor Vasiliev2012-10-16
* riff: do not write empty INFO tagsVictor Vasiliev2012-10-16
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-16
* network: #include stdint.h in network.hMans Rullgard2012-10-16
* nut: export codec_tag provided by rawvideoLuca Barbato2012-10-16
* avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard2012-10-16
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-15
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-13
* nut: prioritize native tagsLuca Barbato2012-10-13
* rtpdec_xiph: fix function return typeMans Rullgard2012-10-12
* smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard2012-10-12
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-12
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-12
* rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-12
* md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö2012-10-11
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-10
* segment: support applehttp style listLuca Barbato2012-10-10
* avio: introduce avio_closepLuca Barbato2012-10-10
* mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-10
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-09
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-09
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-09
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-09
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-09
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-09
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-09
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-09
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-09
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09