summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-201-1/+2
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-182-2/+19
* rtsp: Vertically align a constant definitionMartin Storsjö2012-10-181-1/+1
* rtp: Update the check for distinguishing between RTP and RTCPMartin Storsjö2012-10-181-2/+13
* riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun2012-10-181-79/+79
* avformat: Fix references to the removed function av_write_header in commentsMartin Storsjö2012-10-181-2/+2
* gxf: Add a local copy of the relevant parts of the frame rate tableMartin Storsjö2012-10-181-1/+13
* aviobuf: Remove a senseless ifdef in avio_seekMartin Storsjö2012-10-181-2/+0
* wavdec: check size before reading the data, not after.Anton Khirnov2012-10-161-3/+2
* wav: do not fail on empty INFO tagsAnton Khirnov2012-10-161-1/+1
* lavf: split wav muxer and demuxer into separate files.Anton Khirnov2012-10-163-195/+230
* wav muxer: write metadataVictor Vasiliev2012-10-162-1/+4
* riff: do not write empty INFO tagsVictor Vasiliev2012-10-161-1/+19
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-163-24/+44
* network: #include stdint.h in network.hMans Rullgard2012-10-161-0/+1
* nut: export codec_tag provided by rawvideoLuca Barbato2012-10-161-1/+1
* avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard2012-10-162-37/+0
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-156-53/+101
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-133-2/+33
* nut: prioritize native tagsLuca Barbato2012-10-134-11/+19
* rtpdec_xiph: fix function return typeMans Rullgard2012-10-121-1/+1
* smjpeg: fix type of 'ret' variable in smjpeg_read_packet()Mans Rullgard2012-10-121-1/+2
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-3/+3
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-122-0/+2
* rtspdec: Set the default port for listen mode, if none is specifiedMartin Storsjö2012-10-121-0/+4
* rtmpproto: Fix an out of array writeMichael Niedermayer2012-10-121-2/+2
* rtspdec: Fix use of uninitialized byteMichael Niedermayer2012-10-121-2/+2
* md5: Allocate a normal private context for the opaque md5 context pointerMartin Storsjö2012-10-112-26/+53
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-115-5/+5
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-101-0/+3
* segment: support applehttp style listLuca Barbato2012-10-101-13/+72
* avio: introduce avio_closepLuca Barbato2012-10-103-2/+24
* mpegtsenc: set muxing type notification to verboseLuca Barbato2012-10-101-3/+3
* rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau2012-10-091-1/+1
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
* swfenc: error out for more than 1 audio or video streamJanne Grunau2012-10-091-0/+8
* rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau2012-10-091-9/+1
* fate: Add tests of the ff_make_absolute_url functionMartin Storsjö2012-10-092-1/+60
* url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
* url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
* url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-091-2/+2
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-093-0/+30
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-091-1/+1
* rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö2012-10-082-6/+4
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-081-53/+64
* segment: drop global headers settingLuca Barbato2012-10-081-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0825-110/+110
* gxf: Include the right header for the avpriv_frame_rate_tab declarationMartin Storsjö2012-10-071-1/+1