summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang2013-01-041-1/+1
* aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö2013-01-031-0/+7
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-035-18/+84
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-033-13/+9
* aviobuf: Partial support for reading in read/write contextsMartin Storsjö2013-01-031-1/+8
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
* rtmp: Add support for limelight authenticationMartin Storsjö2012-12-312-7/+76
* rtmp: Add support for adobe authenticationMartin Storsjö2012-12-312-5/+160
* rtmp: Add a function for writing AMF strings based on two substringsMartin Storsjö2012-12-312-0/+22
* rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö2012-12-311-1/+1
* hlsenc: make segment number unsignedLuca Barbato2012-12-291-1/+1
* hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin2012-12-291-2/+5
* hlsenc: do not add timestamps in different timebasesLuca Barbato2012-12-291-2/+2
* hlsenc: use the correct AV_TIME_BASE macroKanglin2012-12-291-1/+1
* hlsenc: keep the playlist to the correct number of itemsLuca Barbato2012-12-291-2/+4
* hlsenc: use the segment filename in the playlist entryLuca Barbato2012-12-291-3/+1
* hlsenc: check append_entry return valueLuca Barbato2012-12-291-3/+6
* hlsenc: use the basename to generate the list entriesLuca Barbato2012-12-291-1/+2
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-230/+243
* build: Add rtpenc_chain extra config optionDiego Biurrun2012-12-281-4/+4
* hlsenc: Don't duplicate a string constantMartin Storsjö2012-12-241-1/+1
* hlsenc: Allocate enough space for the pattern stringStefano Sabatini2012-12-241-1/+1
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-237-8/+8
* oggdec: check memory allocationLuca Barbato2012-12-231-2/+9
* oggdec: K&R cosmetic formattingLuca Barbato2012-12-231-117/+128
* hlsenc: correctly report target durationLuca Barbato2012-12-231-1/+7
* rtpdec_vp8: Don't return known-broken packetsMartin Storsjö2012-12-211-21/+149
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-2118-40/+43
* miscellaneous typo fixesDiego Biurrun2012-12-2111-13/+13
* rtp: Don't read priv_data unless it is allocatedMartin Storsjö2012-12-201-1/+1
* flvenc: Check whether seeking back to the header succeededBjörn Axelsson2012-12-201-4/+8
* sapenc: Pass the title on to the chained muxersJernej Virag2012-12-201-0/+5
* mov: handle h263 and flv1 for codec_tag 'H','2','6','3'Janne Grunau2012-12-192-1/+5
* misc typo, style and wording fixesDiego Biurrun2012-12-183-3/+3
* doxy: Clarify what avpriv_set_pts_info doesDerek Buitenhuis2012-12-171-5/+7
* au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-171-63/+63
* cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun2012-12-171-3/+3
* rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö2012-12-161-2/+2
* rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö2012-12-162-0/+18
* rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö2012-12-162-7/+15
* rtpproto: Remove unused definesMartin Storsjö2012-12-121-3/+0
* rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö2012-12-121-12/+7
* rtpdec: Cosmetic cleanup of the headerMartin Storsjö2012-12-121-19/+26
* rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö2012-12-121-3/+3
* rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö2012-12-122-17/+15
* rtpdec: Improve some commentsMartin Storsjö2012-12-121-2/+3
* rtpdec: Remove unused context variablesMartin Storsjö2012-12-121-3/+0
* rtpdec: Limit writing to the buffer sizeMartin Storsjö2012-12-121-1/+1
* swfdec: cosmetics: fix indentationJustin Ruggles2012-12-111-16/+16
* swfdec: do better validation of tag lengthJustin Ruggles2012-12-111-3/+19
OpenPOWER on IntegriCloud