summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()Diego Biurrun2012-11-051-1/+1
* rtmp: Use av_strlcat instead of strncatMartin Storsjö2012-11-051-1/+1
* matroskadec: do not use avpacket internalsAnton Khirnov2012-11-021-7/+8
* lavf: fix av_interleaved_write_frame() doxy.Anton Khirnov2012-11-021-2/+2
* lavf: clarify the lifetime of demuxed packets.Anton Khirnov2012-11-021-10/+16
* rtpdec_vp8: Don't parse fields that aren't usedMartin Storsjö2012-11-021-19/+6
* audiointerleave: deobfuscate a function call.Anton Khirnov2012-11-021-1/+1
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-027-42/+34
* a64: remove interleaved mode.Anton Khirnov2012-11-021-114/+2
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+28
* dv: fix indentationAnton Khirnov2012-10-291-30/+30
* dv: use AVStream.index instead of abusing AVStream.idAnton Khirnov2012-10-291-1/+1
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-291-1/+3
* nut: support textual dataLuca Barbato2012-10-293-1/+8
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-291-2/+6
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-281-55/+51
* yuv4mpeg: reject unsupported codecsLuca Barbato2012-10-281-0/+5
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-281-341/+412
* 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
OpenPOWER on IntegriCloud