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
2012-12-16rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö
2012-12-16rtpenc: Allow including a SDES/CNAME block in RTCP SR packetsMartin Storsjö
2012-12-16rtpenc_vp8: Include the picture number in VP8 packetsMartin Storsjö
2012-12-12rtpproto: Remove unused definesMartin Storsjö
2012-12-12rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö
2012-12-12rtpdec: Cosmetic cleanup of the headerMartin Storsjö
2012-12-12rtpdec: Get rid of a useless _s suffix on a struct nameMartin Storsjö
2012-12-12rtpdec/enc: Remove outdated/useless/misleading commentsMartin Storsjö
2012-12-12rtpdec: Improve some commentsMartin Storsjö
2012-12-12rtpdec: Remove unused context variablesMartin Storsjö
2012-12-12rtpdec: Limit writing to the buffer sizeMartin Storsjö
2012-12-11swfdec: cosmetics: fix indentationJustin Ruggles
2012-12-11swfdec: do better validation of tag lengthJustin Ruggles
2012-12-10rtpdec: Remove an outdated todo commentMartin Storsjö
2012-12-10rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö
2012-12-09rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö
2012-12-09avio: K&R cosmetic formattingLuca Barbato
2012-12-08lavf: fix arithmetic overflows in avformat_seek_file()Mans Rullgard
2012-12-08hls: use a meaningful long nameLuca Barbato
2012-12-08hls: add start_number optionLuca Barbato
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-12-08bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-12-07mov: validate number of DataReferenceBox entries against box sizeJanne Grunau
2012-12-07mov: compute avg_frame_rate only if duration is knownJanne Grunau
2012-12-05raw demuxer: initialize end of partial packetsJanne Grunau
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-03build: cosmetics: Move CONFIG_RTPDEC entry to a more suitable placeDiego Biurrun
2012-12-03build: Make the ISMV muxer select the MOV muxerDiego Biurrun
2012-11-29img2: K&R formatting cosmeticsDiego Biurrun
2012-11-28rtpenc_chain: Remove unused variableDiego Biurrun
2012-11-28nuv: check for malloc failure when allocating extradataJustin Ruggles
2012-11-28nuv: use the stream indices generated by avformat_new_stream()Justin Ruggles
2012-11-28nuv: cosmetics: pretty-printingJustin Ruggles
2012-11-28lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-28lavf: move "MP3 " fourcc from riff to nutJustin Ruggles
2012-11-27wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer
2012-11-27riff: do not add empty metadata tags in INFO chunkJustin Ruggles
2012-11-27riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles
2012-11-26lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau
2012-11-25yop: fix typoPaul B Mahol
2012-11-25riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun
2012-11-22id3v2: fix reading unsynchronized frames.Anton Khirnov
2012-11-21apetag: fix error handling in ff_ape_parse_tag()Xi Wang
2012-11-15mxfdec: fix typo in mxf_read_seek()Janne Grunau
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-11-14avformat: clarify stream id for muxingLuca Barbato
2012-11-14segment: fix NULL pointer dereference in seg_write_header()Xi Wang
2012-11-13hlsenc: stand alone hls segmenterLuca Barbato