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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-18rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö
2011-02-18spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula
2011-02-17fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-17Fix av_find_best_stream when using a programBalint Marton
2011-02-17Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger
2011-02-17spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patchJanne Grunau
2011-02-17os_support: fix poll() implementationMax Shakhmetov
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-02-15mpegtsenc: whitespace cosmeticsMans Rullgard
2011-02-15mpegtsenc: set audio_type according to st->dispositionAnssi Hannula
2011-02-15mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-15Better threshold for the gcd based r_frame_rate calculation.Michael Niedermayer