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
2010-05-25Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos
2010-05-2524l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com
2010-05-25In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier
2010-05-25MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng
2010-05-25Add missing codec id <-> codec tag entries:Stefano Sabatini
2010-05-24Add -f framemd5 muxer similar to framecrc.Reimar Döffinger
2010-05-24Display a more descriptive log message when probe buffer limit isJai Menon
2010-05-24Skip pes payload during probing to avoid start code emulation.Janne Grunau
2010-05-24matroskaenc: Write codec time base as default duration for video tracks.David Conrad
2010-05-24Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger
2010-05-24matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad
2010-05-24Reduce the score for the aea demuxer probing function.Benjamin Larsson
2010-05-24Fix detection of some stereo atrac files by not comparing theBenjamin Larsson
2010-05-24oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier
2010-05-24write 3gp perf tag for artist metadataBaptiste Coudurier
2010-05-24albm 3gp tag has optional track field not dateBaptiste Coudurier
2010-05-24change author metadata to artist in mov de/muxerBaptiste Coudurier
2010-05-23Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini
2010-05-23Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini
2010-05-23Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-05-23Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini
2010-05-23Store in a dedicated array the format name - codec id - codec typeStefano Sabatini
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-05-22Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini
2010-05-22matroskaenc: Don't write track timecode scaleDavid Conrad
2010-05-22matroskadec: Allow unknown EBML doctypeDavid Conrad
2010-05-22matroskadec: Support webm doctypeJames Zern
2010-05-22remove unused fieldBaptiste Coudurier
2010-05-22In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier
2010-05-21Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö
2010-05-21Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö
2010-05-21Add a libavformat internal function ff_write_chainedMartin Storsjö
2010-05-20Disable non interleaved avi code when there is no index available.Michael Niedermayer
2010-05-19Add VP80 fourccGoogle
2010-05-19matroska: Add V_VP8Google
2010-05-19Fix a crash when opening WMS RTSP streamsMartin Storsjö
2010-05-19Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö
2010-05-19matroskadec: Free ebml binary buffer on errorDavid Conrad
2010-05-19matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad
2010-05-19matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad
2010-05-19matroskadec: Use av_freep in ebml_read_asciiDavid Conrad
2010-05-18Use a heuristic for describing the RTP packets using sample dataMartin Storsjö
2010-05-18Add initial support for RTP hinting in the mov muxerMartin Storsjö
2010-05-18Make mov_write_packet non-static, add ff_ prefixMartin Storsjö
2010-05-18Move the mov muxer structures to a separate headerMartin Storsjö
2010-05-18Add a flag for enabling RTP hintingMartin Storsjö
2010-05-18Make ff_sdp_write_media a lavf-internal functionMartin Storsjö
2010-05-18Validate AVCodecTag vs CodecID.Francesco Lavra
2010-05-18Factorize some code into the new function ff_toupper4().Francesco Lavra