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
2012-10-11Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'Michael Niedermayer
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-11Fix broken timestamps for some mp3 in avi samples.Carl Eugen Hoyos
2012-10-10lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer
2012-10-10img2dec: detect .raw files only with a low score as img2Michael Niedermayer
2012-10-10lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer
2012-10-10avio: introduce avio_closepLuca Barbato
2012-10-10segment: support applehttp style listLuca Barbato
2012-10-10mpegtsenc: set muxing type notification to verboseLuca Barbato
2012-10-10dtshd: fix seekingPaul B Mahol
2012-10-10avidec: fix 10l typoMichael Niedermayer
2012-10-10avidec: override sample size of 1024 for VBR AACMichael Niedermayer
2012-10-10takdec: fix seekingPaul B Mahol
2012-10-10Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702'Michael Niedermayer
2012-10-10dtshd: remove redundant/wrong avio_tell()Paul B Mahol
2012-10-10takdec: remove redundant/wrong avio_tell()Paul B Mahol
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-10crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno
2012-10-10Fix second use of AVOptions in HLSDuncan Salerno
2012-10-09rtspdec: use av_strlcpy for writing into fixed size bufferJanne Grunau
2012-10-09http: use av_strlcpy instead of strcpy() without size checksJanne Grunau
2012-10-09http: add 'timeout' AVOptionAndrey Utkin
2012-10-09tcp: accept params through avio_open2() optionsAndrey Utkin
2012-10-09tcp: use timeout option consistentlyAndrey Utkin
2012-10-09Introduce ff_network_wait_fd_timeout()Andrey Utkin
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-10-09swfenc: error out for more than 1 audio or video streamJanne Grunau
2012-10-09rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-09url: Handle relative urls starting with two slashesDuncan Salerno
2012-10-09url: Handle relative urls being just a new query stringDuncan Salerno
2012-10-09url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-09DTS-HD demuxerPaul B Mahol
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura
2012-10-09movenc.c: Force correct value for "Samples per packet" for pcm audioTim Nicholson
2012-10-09rtpenc_vp8: Update the packetizer to the latest spec versionMartin Storsjö
2012-10-09rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08segment: drop global headers settingLuca Barbato
2012-10-08TAK demuxer, decoder and parserPaul B Mahol
2012-10-08ffserver: fix seeking with ?date=...Clément Bœsch
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08mpegts: fuzzy crc check for not so spec compliant filesMichael Niedermayer
2012-10-08mxfenc: fix av_log data type for dts paramaterMichael Niedermayer