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-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
2011-02-15mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje
2011-02-15asfdec: fix build for big endian targetsMans Rullgard
2011-02-15wtv: ignore empty data_guid chunksPeter Ross
2011-02-15asfdec: split reading stream properties out of asf_read_header()Anton Khirnov
2011-02-15mmst: print packet type with error status code messageFrancesco Cosoleto
2011-02-15lavf: print stream disposition in dump_stream_formatAnssi Hannula
2011-02-15spdifenc: fix byte order on big-endian systemsAnssi Hannula
2011-02-15spdifenc: IEC 61937 encapsulation of DTS-HD for HDMIAnssi Hannula
2011-02-15movenc: Force first sample as SYNCTakashi Mochizuki
2011-02-13rtsp/rdt: Assign the RTSPStream index to AVStream->idMartin Storsjö
2011-02-13lavf: deprecate AVFormatContext.index_builtAnton Khirnov
2011-02-11asfdec: deobfuscate reading video properties sizeAnton Khirnov
2011-02-11asfdec: split asf_read_header()Anton Khirnov
2011-02-11wtv: mark streams intended for hearing or visual impaired personsPeter Ross
2011-02-11make av_find_best_stream() ignore streams marked with AV_DISPOSITION_*_IMPAIREDPeter Ross
2011-02-11add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-02-11mov: remove stray semicolonMans Rullgard
2011-02-11asfdec: skip the stream bitrate listAnton Khirnov
2011-02-11asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov
2011-02-11asfdec: move DAR list to ASFContextAnton Khirnov
2011-02-11udp: Enable address reuse by default for multicastDavid Fries
2011-02-11asfdec: remove some write-only values from the contextAnton Khirnov
2011-02-11asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-11mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange