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-01-28mov: add support for little-endian utf16 chapter namesJohn Stebbins
2011-01-28movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-28mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-28Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard
2011-01-28Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2011-01-28mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski
2011-01-26Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò
2011-01-26Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2011-01-26Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
2011-01-26mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-26asfdec: remove some commented-out cruftAnton Khirnov
2011-01-26lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-26ffmetaenc: Use correct format specifiers.Jai Menon
2011-01-26tty: remove superflous #include <strings.h>Mans Rullgard
2011-01-26mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski
2011-01-26avidec: make print_tag() a macro and remove related ifdefsMans Rullgard
2011-01-26Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-26Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò
2011-01-26Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2011-01-26Make dvenc.c functions static to the unit.Diego Elio Pettenò
2011-01-26rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-26rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo
2011-01-26rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo
2011-01-26rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-26rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-26applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-26reindent after last commitKostya
2011-01-26Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-25ffmetaenc : Use more correct format specifiers.Jai Menon
2011-01-25In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it.Baptiste Coudurier
2011-01-23mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov
2011-01-23id3v2: split tables for various ID3v2 versionsAnton Khirnov
2011-01-23mp3enc: handle errors in id3v2_put_ttagAnton Khirnov
2011-01-23Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-23mp3enc: add support for writing UTF-16 tagsAnton Khirnov
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-23avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2011-01-23lavf: move the version macros to a new headerAnton Khirnov
2011-01-21id3v2: use an enum for encodings instead of magic numbers.Anton Khirnov
2011-01-21Split mp3 demuxer and muxer into separate files.Anton Khirnov
2011-01-21mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau
2011-01-21Set service_provider and service_name in mpegts demuxerGeorgi Chorbadzhiyski
2011-01-21id3v2: don't overwrite existing tagsAnton Khirnov
2011-01-21id3v2: convert metadata after all the tags were readAnton Khirnov
2011-01-21id3v2: make ff_id3v2_parse staticAnton Khirnov
2011-01-21Add service_provider and service_name metadataGeorgi Chorbadzhiyski
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-18Revise check for codec id in voc demuxer.Justin Ruggles
2011-01-18Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles