summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* assdec: fix qsort() callback signatureMans Rullgard2012-10-271-2/+3
* avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-271-5/+5
* udp: use socklen_t where appropriateMans Rullgard2012-10-271-2/+2
* network: use HAVE_THREADS instead of local hackMans Rullgard2012-10-271-8/+6
* pcm: change references to raw to pcmLuca Barbato2012-10-251-10/+10
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-251-1/+1
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-252-78/+0
* pcmdec: remove dependency from rawdecLuca Barbato2012-10-252-22/+55
* g722: refactor out of rawdec.cLuca Barbato2012-10-253-13/+57
* rawvideo: use a specific read_headerLuca Barbato2012-10-252-8/+62
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-251-2/+7
* smoothstreamingenc: Don't assume streams start from timestamp 0Martin Storsjö2012-10-241-3/+6
* asfdec: cosmetics, reformat ff_asf_parse_packet()Anton Khirnov2012-10-241-66/+72
* rtmppkt: Avoid unescaped backslash in Doxygen commentDiego Biurrun2012-10-231-1/+1
* build: Plan 9 supportMans Rullgard2012-10-231-1/+1
* network: use getservbyport() only if availableMans Rullgard2012-10-231-0/+2
* network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLENMans Rullgard2012-10-231-0/+8
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-232-3/+3
* riff: remove a write-only variableAnton Khirnov2012-10-221-2/+1
* rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-221-1/+1
* rtsp: Update a comment to the current filename schemeMartin Storsjö2012-10-221-1/+1
* 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
OpenPOWER on IntegriCloud