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
2011-03-08Do not loop endlessly if id3v2 tag size is negative / too large.Carl Eugen Hoyos
2011-03-08Change filesize to int64_t.Carl Eugen Hoyos
2011-03-08Seek back to old position after reading id3v1 tag.Carl Eugen Hoyos
2011-03-06Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer
2011-03-05Make matroska demuxer also set timestamps for RealAudio packets.Reimar Döffinger
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-05lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-05avio: add avio_get_str()Reimar Döffinger
2011-03-05avio: fix fourcc if any character is >=0x80.Ronald S. Bultje
2011-03-04In retry_transfer_wrapper, do not check url_interrupt_cb,Baptiste Coudurier
2011-03-03libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö
2011-03-03aviobuf: Write new data at s->buf_end in fill_bufferMartin Storsjö
2011-03-03movenc: use correct tag for dvcpro hdBaptiste Coudurier
2011-03-03movenc: fix tkhd height for imxBaptiste Coudurier
2011-03-03avio: deprecate url_fskipAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-28In mov muxer, fix adpcm mono muxing, patch by Alex ConverseBaptiste Coudurier
2011-02-28In mpegts demuxer, do not output known sized packet if an unbounded packetBaptiste Coudurier
2011-02-26movenc: remove uses of deprecated API.Ronald S. Bultje
2011-02-26store pasp atom for all types of quicktime movieMaksym Veremeyenko
2011-02-26reindent after tapt patchMaksym Veremeyenko
2011-02-26use tapt atom for sample aspect ratioMaksym Veremeyenko
2011-02-26bink: decode audio track identifiers into AVStream.idPeter Ross
2011-02-26bink: set audio stream codec_tag such that binkaudio decoder can identify bit...Peter Ross
2011-02-26avio: deprecate put_tagAnton Khirnov
2011-02-26lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-26avienc: replace &tag[0] with tag.Anton Khirnov
2011-02-26lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-24lavf: update documentation of AVOutputFormat.flagsAnssi Hannula
2011-02-23lavf: postpone removal of deprecated avio functionsAnton Khirnov
2011-02-23lavf: postpone removal of public metadata conversion APIAnton Khirnov
2011-02-23avienc: fix AVI stream index for files with >10 streamslongstone
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-23Add more AVC Intra FOURCCsBenjamin Larsson
2011-02-22mpegtsenc: use correct PES stream_id for AACTony Strauss
2011-02-22spdifenc.c: fix compile because of missing include avio_internal.h.Ronald S. Bultje
2011-02-22avio: make put_nbyte internal.Anton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-22avio: make get_partial_buffer internal.Anton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-22avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov
2011-02-20Update version and APIchanges.Ronald S. Bultje
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20MMS: also discover streams in extended stream properties objectMarton Balint
2011-02-18lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-18Replace remaining uses of parse_date with av_parse_time.Anton Khirnov