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-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-10mov: remove stray semicolonMans Rullgard
2011-02-10asfdec: skip the stream bitrate listAnton Khirnov
2011-02-10asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov
2011-02-10asfdec: move DAR list to ASFContextAnton Khirnov
2011-02-10udp: Enable address reuse by default for multicastDavid Fries
2011-02-10asfdec: remove some write-only values from the contextAnton Khirnov
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-09mpegts: remove unused macro MAX_SCAN_PACKETSVladimir Pantelic
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-02-09lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula
2011-02-09lavf: simplify pb parameter of ff_probe_input_bufferAnssi Hannula
2011-02-09lavf: update ff_probe_input_buffer documentationAnssi Hannula
2011-02-09oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger
2011-02-07matroskadec: add generic element length validation.Reimar Döffinger
2011-02-07Fix compile warning.Ronald S. Bultje
2011-02-07avidec: simplify read_gab2_subAnton Khirnov
2011-02-07lavf: move internal functions from avformat.h to internal.hAnton Khirnov
2011-02-07Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger
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