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-02-01Free the RTSPStreams in ff_rtsp_close_streamsLuca Barbato
2011-01-31Ogg: discard non-essential metadata from Vorbis header when creating extradataReimar Döffinger
2011-01-31mpegtsenc: fix PMT PID calculationMans Rullgard
2011-01-31Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski
2011-01-31VC1testenc: convert pts values to correct time-base.Reimar Döffinger
2011-01-31asf/wtv: use service_provider and service_name metadata tagsRonald S. Bultje
2011-01-30mpegts: remove get_pts duplicate of ff_parse_pes_pts.Vasyl' Vavrychuk
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-29Vorbis-in-Ogg: Do not set timebase to invalid valuesReimar Döffinger
2011-01-29mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross
2011-01-28rtspenc: include os_support.h for system without HAVE_POLL_HDave Yeo
2011-01-28asfdec: ensure that the whole tag is read.Anton Khirnov
2011-01-28os_support: make poll() fallbacks conditional on CONFIG_NETWORKMans Rullgard
2011-01-28Make the image2 demuxer log more verboseStefano Sabatini
2011-01-28In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski
2011-01-28rtsp: make ff_sdp_parse return value forwardedLuca Barbato
2011-01-28os: replace select with pollLuca Barbato
2011-01-28Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò
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-28In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-27Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"Mans Rullgard
2011-01-26Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.Diego Elio Pettenò
2011-01-26mpegtsenc: 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-25Make ff_mxf_pixel_layouts static to mxf.c.Diego Elio Pettenò
2011-01-25Make ff_interleave_compare_dts static to utils.c.Diego Elio Pettenò
2011-01-25mov: simplify mov_read_chapters() by using avio_get_str16beAnton Khirnov
2011-01-25asfdec: remove some commented-out cruftAnton Khirnov
2011-01-25lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-25ffmetaenc: Use correct format specifiers.Jai Menon
2011-01-25tty: remove superflous #include <strings.h>Mans Rullgard
2011-01-25mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski
2011-01-25avidec: make print_tag() a macro and remove related ifdefsMans Rullgard
2011-01-25Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-25Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò
2011-01-25Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2011-01-25Make dvenc.c functions static to the unit.Diego Elio Pettenò
2011-01-25rtspdec: Retry with TCP if UDP failedMartin Storsjö
2011-01-25rtspdec: Move rtsp_read_pause up, next to rtsp_read_playMartin Storsjo
2011-01-25rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_requestMartin Storsjo
2011-01-25rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo
2011-01-25rtsp: Make make_setup_request a nonstatic functionMartin Storsjo
2011-01-24applehttp: Fix the key check in handle_variant_argsMartin Storsjö
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-22mp3enc: support for id3v2.3 tags using a per-muxer AVOptionAnton Khirnov
2011-01-22id3v2: split tables for various ID3v2 versionsAnton Khirnov