Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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