summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* rtpdec: Handle more received packets than expected when sending RRMartin Storsjö2013-01-14
* rtpdec: Simplify insertion into the linked list queueMartin Storsjö2013-01-14
* rtpdec: Remove a woefully misplaced commentMartin Storsjö2013-01-14
* rtmpproto: Fix assignments in if()Michael Niedermayer2013-01-14
* lavf: Fix assignments in if()Michael Niedermayer2013-01-14
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-12
* rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-12
* rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-12
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-12
* rtsp: Remove an outdated commentMartin Storsjö2013-01-12
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-12
* rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-12
* rtp: Cosmetic cleanupMartin Storsjö2013-01-12
* matroska: Fix use after freeDale Curtis2013-01-11
* rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö2013-01-10
* rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö2013-01-10
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-10
* yuv4mpeg: do not use deprecated functionsLuca Barbato2013-01-09
* oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-09
* idcin: return 0 from idcin_read_packet() on success.Justin Ruggles2013-01-09
* idcin: better error handlingJustin Ruggles2013-01-09
* idcin: check for integer overflow when calling av_get_packet()Justin Ruggles2013-01-09
* idcin: allow seeking back to the first packetJustin Ruggles2013-01-09
* idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles2013-01-09
* idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles2013-01-09
* idcin: set channel_layoutJustin Ruggles2013-01-09
* idcin: fix check for presence of an audio streamJustin Ruggles2013-01-09
* idcin: validate header parametersJustin Ruggles2013-01-09
* au: remove unnecessary castsJustin Ruggles2013-01-09
* au: return AVERROR codes instead of -1Justin Ruggles2013-01-09
* au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles2013-01-09
* au: use ff_raw_write_packet()Justin Ruggles2013-01-09
* au: set stream start time and packet durationsJustin Ruggles2013-01-09
* au: use %u when printing id and channels since they are unsignedJustin Ruggles2013-01-09
* au: validate sample rateJustin Ruggles2013-01-09
* au: move skipping of unused data to before parameter validationJustin Ruggles2013-01-09
* au: do not arbitrarily limit channel countJustin Ruggles2013-01-09
* au: do not set pkt->size directlyJustin Ruggles2013-01-09
* au: set block_align and use it in au_read_packet()Justin Ruggles2013-01-09
* au: set bit rateJustin Ruggles2013-01-09
* au: validate bits-per-sample separately from codec tagJustin Ruggles2013-01-09
* rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPTMartin Storsjö2013-01-09
* oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-08
* rtpdec_vp8: Request a keyframe if RTP packets are lostMartin Storsjö2013-01-08
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-08
* rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö2013-01-08
* rtpdec_vp8: Avoid a warning about a possibly unused variableMartin Storsjö2013-01-08
* rtpdec_vp8: Make sure the previous packet is returnedMartin Storsjö2013-01-08
* rtpdec_vp8: Set the timestamp when returning a deferred packetMartin Storsjö2013-01-08
* hlsenc: Make the start_number option set the right variableKanglin2013-01-08