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-07Always use av_set_pts_info to set the stream time base.Reimar Döffinger
2011-02-07pass QDMC extradata to the decoderSascha Sommer
2011-02-06Update MINOR and set git rev for non-blocking flag API addition.Ronald S. Bultje
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-06Non-blocking protocol: TCPNicolas George
2011-02-06Non-blocking protocol: core wrapper functionsNicolas George
2011-02-06Non-blocking protocols: flag and documentationNicolas George
2011-02-06mp3enc: write ISO8859-1 instead of UTF-16 when possibleAnton Khirnov
2011-02-06reindent after last commitPeter Ross
2011-02-06wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross
2011-02-04applehttp: Handle absolute paths relative to the current serverMartin Storsjö
2011-02-04movenchint: Use rtpenc_chain for setting up the chained RTP muxerMartin Storsjö
2011-02-04rtpenc_chain: Don't copy the time_base back to the callerMartin Storsjö
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04libavformat: Add a function for freeing an AVFormatContextMartin Storsjö
2011-02-04libavformat: Use avcodec_copy_context for chained muxersMartin Storsjö
2011-02-04Remove forgotten if (p) av_free(p) formsClément Bœsch
2011-02-04add ff_index_search_timestamp and ff_add_index_entryPeter Ross
2011-02-04TCP: factor the poll() callNicolas George
2011-02-04wtv: filesystem implementationPeter Ross
2011-02-03tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.Anton Khirnov
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-03sapenc: Free AVStream->info on cleanupMartin Storsjö
2011-02-03rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov
2011-02-03Add ProRes FOURCCs to isom.cTomas Härdin
2011-02-03Add AVC-Intra identifiers used by Flip4Mac for mov filesBenjamin Larsson
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Free AVStream->info in chained muxersMartin Storsjö
2011-02-03rtsp: Don't store RTSPStream in AVStream->priv_dataMartin Storsjö
2011-02-03Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
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